diff --git a/src/api/po/po.js b/src/api/po/po.js index 7d56e02..e2efacc 100644 --- a/src/api/po/po.js +++ b/src/api/po/po.js @@ -18,7 +18,7 @@ export const getUnqualifiedInspectionList = data => createAPI(`inspection/getUnq // 扫描条码获取HandlingUnit信息 export const scanHandlingUnitLabel = data => createAPI(`handlingunit/getHandlingUnitDetail`,'post',data) - +export const scanHandlingUnitLabelForYiKu = data => createAPI(`handlingunit/scanHandlingUnitLabelForYiKu`,'post',data) // 检验合格入库 export const confirmQualifiedInbound = data => createAPI(`inspection/confirmQualifiedInbound`,'post',data) diff --git a/src/views/modules/other-transaction/inventory-move.vue b/src/views/modules/other-transaction/inventory-move.vue index f1bb12a..238637f 100644 --- a/src/views/modules/other-transaction/inventory-move.vue +++ b/src/views/modules/other-transaction/inventory-move.vue @@ -130,7 +130,7 @@