diff --git a/src/api/production/production-inbound.js b/src/api/production/production-inbound.js index 5cf6b4c..fefe40c 100644 --- a/src/api/production/production-inbound.js +++ b/src/api/production/production-inbound.js @@ -40,4 +40,10 @@ export const getMaterialList = data => createAPI(`productionInbound/getMaterialL * 获取入库通知单明细列表(小卡片) * @param {Object} data - 查询参数 {site, buNo, orderNo} */ -export const getInboundNotificationDetails = data => createAPI(`productionInbound/getInboundNotificationDetails`, 'post', data) \ No newline at end of file +export const getInboundNotificationDetails = data => createAPI(`productionInbound/getInboundNotificationDetails`, 'post', data) + +/** + * 获取已扫描标签列表(从缓存表) + * @param {Object} data - 查询参数 {site, buNo, relatedOrderNo, inboundNo} + */ +export const getScannedLabelList = data => createAPI(`productionInbound/getScannedLabelList`, 'post', data) \ No newline at end of file diff --git a/src/views/modules/production/productionInboundStorage.vue b/src/views/modules/production/productionInboundStorage.vue index e66e401..553ee65 100644 --- a/src/views/modules/production/productionInboundStorage.vue +++ b/src/views/modules/production/productionInboundStorage.vue @@ -209,7 +209,7 @@