diff --git a/src/api/other-outbound/other-outbound.js b/src/api/other-outbound/other-outbound.js index 5ef2865..7d53127 100644 --- a/src/api/other-outbound/other-outbound.js +++ b/src/api/other-outbound/other-outbound.js @@ -28,4 +28,10 @@ export const confirmOtherOutbound = data => createAPI(`otherOutbound/confirmOthe * 获取其他出库单物料清单 * @param {Object} data - 查询参数 {site, buNo, outboundNo} */ -export const getMaterialList = data => createAPI(`otherOutbound/getMaterialList`, 'post', data) \ No newline at end of file +export const getMaterialList = data => createAPI(`otherOutbound/getMaterialList`, 'post', data) + +/** + * 获取已扫描标签列表(从临时表) + * @param {Object} data - 查询参数 {site, buNo, outboundNo, relatedNo, relatedLineNo} + */ +export const getScannedLabelList = data => createAPI(`otherOutbound/getScannedLabelList`, 'post', data) \ No newline at end of file diff --git a/src/views/modules/other-inout/otherOutboundDetail.vue b/src/views/modules/other-inout/otherOutboundDetail.vue index c700102..4cdd8ea 100644 --- a/src/views/modules/other-inout/otherOutboundDetail.vue +++ b/src/views/modules/other-inout/otherOutboundDetail.vue @@ -102,9 +102,6 @@
- @@ -208,7 +205,7 @@