From 5abc504619516b425b0d6734da5db70b348426c5 Mon Sep 17 00:00:00 2001 From: yueli Date: Mon, 31 Aug 2026 10:46:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(outbound):=20=E5=AE=A1=E6=89=B9=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E5=A2=9E=E5=8A=A0=E5=AE=8C=E7=BB=93=E6=8C=89?= =?UTF-8?q?=E9=92=AE=20+=20=E4=BC=98=E5=8C=96=E7=BC=BA=E8=B4=A7=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 去掉缺货提醒末尾的『是否查看?』(纯文案,保持强提醒但不承诺展示清单) - approval/index.vue 对已通过(status=1)的审批单新增「完结」按钮 库管/主管/超管可见,完结后从已通过列表移除 - 筛选区新增「已完结」状态选项,状态标签支持 status=4 --- .../src/views/outbound/Selection.vue | 2 +- .../src/views/outbound/approval/index.vue | 56 +++++++++++++++++-- 2 files changed, 53 insertions(+), 5 deletions(-) diff --git a/inventory-web/src/views/outbound/Selection.vue b/inventory-web/src/views/outbound/Selection.vue index 01e756e..97b517c 100644 --- a/inventory-web/src/views/outbound/Selection.vue +++ b/inventory-web/src/views/outbound/Selection.vue @@ -819,7 +819,7 @@ const openBomSelect = async () => { const rec = bomShortageRecords.value[no] return `• ${no}(${rec.items.length} 种缺货,${rec.time})` }).join('\n') + - `\n\n建议先补货后再出库,避免漏出。是否查看?`, + `\n\n建议先补货后再出库,避免漏出。`, '存在未完成出库', { confirmButtonText: '知道了', cancelButtonText: '忽略', type: 'warning' } ).catch(() => {}) diff --git a/inventory-web/src/views/outbound/approval/index.vue b/inventory-web/src/views/outbound/approval/index.vue index bfc3366..fe003b1 100644 --- a/inventory-web/src/views/outbound/approval/index.vue +++ b/inventory-web/src/views/outbound/approval/index.vue @@ -10,6 +10,7 @@ 已通过 已驳回 已完成 + 已完结 刷新 @@ -133,6 +134,19 @@ 驳回 + + - @@ -178,10 +192,10 @@