From 6e58c02505022fb91fed923b513a6e1983a66305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Thu, 3 Sep 2026 11:34:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=81=E9=A1=B5=E9=9D=A2=E5=A4=8D=E7=94=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/haianWarehouse/noOrderIssueNotify.js | 4 + .../noOrderIssue/noOrderNotification54.vue | 240 +++++++++++++++--- 2 files changed, 209 insertions(+), 35 deletions(-) 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 @@ - - - - + + + + + +