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('确认关闭?')