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 @@