From d6d2b584ff8caab39a86fc2566067c620ab243a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=97=AD=E6=98=8E=5C73939?= <739390650@QQ.COM> Date: Mon, 3 Nov 2025 16:30:22 +0800 Subject: [PATCH] =?UTF-8?q?opt:=E5=9B=BD=E9=99=85=E5=8C=96=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/wms/basedata/class/index.vue | 23 +++--- .../src/views/wms/basedata/customer/index.vue | 2 +- .../src/views/wms/basedata/material/index.vue | 2 +- .../views/wms/basedata/materialSet/index.vue | 22 +++--- .../src/views/wms/basedata/sectattr/index.vue | 2 +- .../wms/basedata/storagevehicleinfo/index.vue | 10 +-- .../views/wms/basedata/structattr/index.vue | 33 ++++---- .../decision_manage/strategy/AddDialog.vue | 18 ++--- .../wms/decision_manage/strategy/index.vue | 18 ++--- .../wms/pm_manage/form_data/ViewDialog.vue | 78 +++++++++++-------- .../views/wms/pm_manage/form_data/index.vue | 3 +- .../wms/pm_manage/form_data2/ViewDialog.vue | 25 +++--- .../src/views/wms/sch/point/PointDialog.vue | 6 +- .../src/views/wms/sch/point/ViewDialog.vue | 40 +++++----- nladmin-ui/src/views/wms/sch/point/index.vue | 26 +++---- nladmin-ui/src/views/wms/sch/region/index.vue | 9 ++- nladmin-ui/src/views/wms/sch/task/index.vue | 31 ++++---- .../src/views/wms/sch/taskconfig/index.vue | 4 +- .../src/views/wms/st/movebill/AddDialog.vue | 11 ++- .../src/views/wms/st/movebill/index.vue | 8 +- .../src/views/wms/st/outbill/AddDialog.vue | 16 ++-- .../src/views/wms/st/outbill/StructIvt.vue | 6 +- 22 files changed, 208 insertions(+), 185 deletions(-) diff --git a/nladmin-ui/src/views/wms/basedata/class/index.vue b/nladmin-ui/src/views/wms/basedata/class/index.vue index 8aa983c..6a30052 100644 --- a/nladmin-ui/src/views/wms/basedata/class/index.vue +++ b/nladmin-ui/src/views/wms/basedata/class/index.vue @@ -12,21 +12,22 @@ label-suffix=":" > - + - + :value="item.value" + /> diff --git a/nladmin-ui/src/views/wms/basedata/customer/index.vue b/nladmin-ui/src/views/wms/basedata/customer/index.vue index ca51c24..be924c1 100644 --- a/nladmin-ui/src/views/wms/basedata/customer/index.vue +++ b/nladmin-ui/src/views/wms/basedata/customer/index.vue @@ -127,7 +127,7 @@ - + @@ -106,13 +106,6 @@ export default { type: Object } }, - watch: { - dialogShow: { - handler(newValue, oldValue) { - this.dialogVisible = newValue - } - } - }, data() { return { dialogVisible: false, @@ -145,6 +138,13 @@ export default { } } }, + watch: { + dialogShow: { + handler(newValue, oldValue) { + this.dialogVisible = newValue + } + } + }, methods: { handleClose(done) { this.$confirm(i18n.t('wms.decision_manage.strategy.confirm_close')) diff --git a/nladmin-ui/src/views/wms/decision_manage/strategy/index.vue b/nladmin-ui/src/views/wms/decision_manage/strategy/index.vue index e2d3b93..b9a3ea3 100644 --- a/nladmin-ui/src/views/wms/decision_manage/strategy/index.vue +++ b/nladmin-ui/src/views/wms/decision_manage/strategy/index.vue @@ -27,7 +27,7 @@ - + - + - - + +