From 7cb060e3de76121bea932b318baf34cf83cc8949 Mon Sep 17 00:00:00 2001 From: yangk Date: Fri, 15 May 2026 10:48:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor(wms):=20=E7=A7=BB=E9=99=A4=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E7=8A=B6=E6=80=81=E7=9B=B8=E5=85=B3=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=92=8C=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 shipping_status 字典项及相关下拉选项 - 删除 shippingStatus 相关表单字段和查询参数 - 移除发货状态默认值设置逻辑 - 在提交数据前删除 shippingStatus 字段 - 移除到货确认时同步维护发货状态的逻辑 --- src/views/oa/erp/orderLedger/index.vue | 23 ++++------------------- src/views/wms/wmsShippingBill/edit.vue | 22 +++++++++++----------- src/views/wms/wmsShippingBill/index.vue | 11 ++--------- 3 files changed, 17 insertions(+), 39 deletions(-) diff --git a/src/views/oa/erp/orderLedger/index.vue b/src/views/oa/erp/orderLedger/index.vue index 7c90de7..528bc5e 100644 --- a/src/views/oa/erp/orderLedger/index.vue +++ b/src/views/oa/erp/orderLedger/index.vue @@ -57,11 +57,7 @@ {{ - contractInfo.effectiveCustomerOrderFlag === '1' - ? '是' - : contractInfo.effectiveCustomerOrderFlag === '0' - ? '否' - : '-' + contractInfo.effectiveCustomerOrderFlag === '1' ? '是' : contractInfo.effectiveCustomerOrderFlag === '0' ? '否' : '-' }} @@ -255,11 +251,7 @@ - + @@ -291,13 +283,8 @@ - - - - - + +