diff --git a/src/api/po/po.js b/src/api/po/po.js index e2efacc..b31cf3b 100644 --- a/src/api/po/po.js +++ b/src/api/po/po.js @@ -19,6 +19,8 @@ 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 scanHandlingUnitLabelForOther = data => createAPI(`handlingunit/scanHandlingUnitLabelForOther`,'post',data) // 检验合格入库 export const confirmQualifiedInbound = data => createAPI(`inspection/confirmQualifiedInbound`,'post',data) diff --git a/src/views/modules/other-transaction/other-outbound.vue b/src/views/modules/other-transaction/other-outbound.vue index c73cde8..122be70 100644 --- a/src/views/modules/other-transaction/other-outbound.vue +++ b/src/views/modules/other-transaction/other-outbound.vue @@ -123,7 +123,7 @@