diff --git a/src/api/haianWarehouse/noOrderIssueNotify.js b/src/api/haianWarehouse/noOrderIssueNotify.js index 9fff2d3..b31c160 100644 --- a/src/api/haianWarehouse/noOrderIssueNotify.js +++ b/src/api/haianWarehouse/noOrderIssueNotify.js @@ -38,3 +38,7 @@ export { searchOtherPart } from '@/api/orderIssure/soIssueNotify.js' // 海安无单指定策略接口:维护单行物料的批次/标签指定分配层 - rqrq export const getNoOrderMaterialAllocList = (data) => createAPI('/autoWareHourceHaian/haiAnIssureNotify/getNoOrderMaterialAllocList', 'post', data) export const saveNoOrderMaterialAllocList = (data) => createAPI('/autoWareHourceHaian/haiAnIssureNotify/saveNoOrderMaterialAllocList', 'post', data) +// 海安无单指定弹窗:查询未预留且托盘在库可调用的标签清单,供双击回填 - rqrq +export const getNoOrderAvailableInStockLabelList = (data) => createAPI('/autoWareHourceHaian/haiAnIssureNotify/getNoOrderAvailableInStockLabelList', 'post', data) +// 海安无单查看页:按申请单查询指定物料清单(不含备注) - rqrq +export const getNoOrderMaterialAllocListByNotifyNo = (data) => createAPI('/autoWareHourceHaian/haiAnIssureNotify/getNoOrderMaterialAllocListByNotifyNo', 'post', data) diff --git a/src/views/modules/haianWarehouse/noOrderIssue/noOrderNotification54.vue b/src/views/modules/haianWarehouse/noOrderIssue/noOrderNotification54.vue index 3afd373..81a1016 100644 --- a/src/views/modules/haianWarehouse/noOrderIssue/noOrderNotification54.vue +++ b/src/views/modules/haianWarehouse/noOrderIssue/noOrderNotification54.vue @@ -183,6 +183,29 @@ + + + + + + + + + + + + + + + + + + + +
新增标签指定 @@ -705,27 +732,42 @@ - - - - + + + + + +