From ffefb1527aa4401608cfaa81a89b2bdca23c7f5f Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:10:09 +0800 Subject: [PATCH] 2023.11.27 --- src/views/modules/part/agentInformation.vue | 6 ++++++ src/views/modules/part/manufacturerInformation.vue | 6 ++++++ src/views/modules/part/partFamilyInformation.vue | 6 ++++++ src/views/modules/part/partGroupInformation.vue | 6 ++++++ src/views/modules/part/partInformation.vue | 7 +++++++ src/views/modules/part/productGroupInformation.vue | 6 ++++++ src/views/modules/part/umInformation.vue | 6 ++++++ 7 files changed, 43 insertions(+) diff --git a/src/views/modules/part/agentInformation.vue b/src/views/modules/part/agentInformation.vue index 3f173e0..29485e2 100644 --- a/src/views/modules/part/agentInformation.vue +++ b/src/views/modules/part/agentInformation.vue @@ -126,6 +126,12 @@ export default { handler: function (newV, oldV) { this.searchData.agentId = this.searchData.agentId.toUpperCase() } + }, + modalData: { + deep: true, + handler: function (newV, oldV) { + this.modalData.agentId = this.modalData.agentId.toUpperCase() + } } }, data () { diff --git a/src/views/modules/part/manufacturerInformation.vue b/src/views/modules/part/manufacturerInformation.vue index cbab168..8671e5d 100644 --- a/src/views/modules/part/manufacturerInformation.vue +++ b/src/views/modules/part/manufacturerInformation.vue @@ -126,6 +126,12 @@ export default { handler: function (newV, oldV) { this.searchData.manufacturerId = this.searchData.manufacturerId.toUpperCase() } + }, + modalData: { + deep: true, + handler: function (newV, oldV) { + this.modalData.manufacturerId = this.modalData.manufacturerId.toUpperCase() + } } }, data () { diff --git a/src/views/modules/part/partFamilyInformation.vue b/src/views/modules/part/partFamilyInformation.vue index 26dc9ad..ab2645e 100644 --- a/src/views/modules/part/partFamilyInformation.vue +++ b/src/views/modules/part/partFamilyInformation.vue @@ -126,6 +126,12 @@ export default { handler: function (newV, oldV) { this.searchData.familyId = this.searchData.familyId.toUpperCase() } + }, + modalData: { + deep: true, + handler: function (newV, oldV) { + this.modalData.familyId = this.modalData.familyId.toUpperCase() + } } }, data () { diff --git a/src/views/modules/part/partGroupInformation.vue b/src/views/modules/part/partGroupInformation.vue index d55cfcc..bc59e07 100644 --- a/src/views/modules/part/partGroupInformation.vue +++ b/src/views/modules/part/partGroupInformation.vue @@ -126,6 +126,12 @@ export default { handler: function (newV, oldV) { this.searchData.groupId = this.searchData.groupId.toUpperCase() } + }, + modalData: { + deep: true, + handler: function (newV, oldV) { + this.modalData.groupId = this.modalData.groupId.toUpperCase() + } } }, data () { diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 0213b35..94bf3ae 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -441,6 +441,13 @@ this.searchData.partNo = this.searchData.partNo.toUpperCase() this.searchData.erpPartNo = this.searchData.erpPartNo.toUpperCase() } + }, + modalData: { + deep: true, + handler: function (newV, oldV) { + this.modalData.partNo = this.modalData.umId.toUpperCase() + this.modalData.erpPartNo = this.modalData.erpPartNo.toUpperCase() + } } }, data () { diff --git a/src/views/modules/part/productGroupInformation.vue b/src/views/modules/part/productGroupInformation.vue index c282d55..0bcf83f 100644 --- a/src/views/modules/part/productGroupInformation.vue +++ b/src/views/modules/part/productGroupInformation.vue @@ -144,6 +144,12 @@ export default { handler: function (newV, oldV) { this.searchData.productGroupId = this.searchData.productGroupId.toUpperCase() } + }, + modalData: { + deep: true, + handler: function (newV, oldV) { + this.modalData.productGroupId = this.modalData.productGroupId.toUpperCase() + } } }, data () { diff --git a/src/views/modules/part/umInformation.vue b/src/views/modules/part/umInformation.vue index 1f621ff..4b7bbf1 100644 --- a/src/views/modules/part/umInformation.vue +++ b/src/views/modules/part/umInformation.vue @@ -127,6 +127,12 @@ handler: function (newV, oldV) { this.searchData.umId = this.searchData.umId.toUpperCase() } + }, + modalData: { + deep: true, + handler: function (newV, oldV) { + this.modalData.umId = this.modalData.umId.toUpperCase() + } } }, data () {