diff --git a/src/api/po/po.js b/src/api/po/po.js
index c38f09a..5dd545e 100644
--- a/src/api/po/po.js
+++ b/src/api/po/po.js
@@ -16,3 +16,6 @@ export const confirmQualifiedInbound = data => createAPI(`inspection/confirmQual
// 获取检验历史记录
export const getInboundHistory = data => createAPI(`inspection/getInboundHistory`,'post',data)
+
+// 打印标签
+export const printLabel = data => createAPI('/label/setting/printLabel','post',data)
diff --git a/src/views/modules/recv/recv.vue b/src/views/modules/recv/recv.vue
index e4d5046..caf1307 100644
--- a/src/views/modules/recv/recv.vue
+++ b/src/views/modules/recv/recv.vue
@@ -39,7 +39,7 @@
{{ poDetail.qtyToReceive }}
- {{ poDetail.invQtyToReceive }}
+ {{ poDetail.invQtyToReceive }}
{{ poDetail.purchaseUOM }}
@@ -130,7 +130,7 @@