From 461f46cf16847a3ceaa7f30165013f7ce4df6496 Mon Sep 17 00:00:00 2001 From: zhang <2012681011@qq.com> Date: Thu, 9 Jan 2025 10:47:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/wms/pdm/ivt/hotpointivt/index.vue | 4 ++-- .../views/wms/pdm/ivt/sbpointivt/index.vue | 4 ++-- .../wms/pdm/order/rawfoilworkorder/Dialog.vue | 22 +++++++++---------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/index.vue b/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/index.vue index 8f6428c..e2989f3 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/index.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/index.vue @@ -2,10 +2,10 @@
- 库存查询 + {{ $t('hotpointivt.title1') }} - + diff --git a/lms/nladmin-ui/src/views/wms/pdm/ivt/sbpointivt/index.vue b/lms/nladmin-ui/src/views/wms/pdm/ivt/sbpointivt/index.vue index cd83a36..9c9efb2 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/ivt/sbpointivt/index.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/ivt/sbpointivt/index.vue @@ -125,7 +125,7 @@ - + @@ -142,7 +142,7 @@ {{ dict.label.is_used[scope.row.is_used] }} - + diff --git a/lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/Dialog.vue b/lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/Dialog.vue index d0bcbcf..de840ac 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/Dialog.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/Dialog.vue @@ -1,6 +1,6 @@ @@ -37,6 +37,12 @@ export default { type: Object } }, + data() { + return { + form1: {}, + dialogVisible: false + } + }, watch: { dialogShow: { handler(newValue, oldValue) { @@ -45,12 +51,6 @@ export default { } } }, - data() { - return { - form1: {}, - dialogVisible: false - } - }, methods: { handleClose(done) { this.$confirm('确认关闭?')