From 4d4b0b2dcd909861d9e5e62eae05ae6578b8ae0b Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Fri, 21 Mar 2025 14:50:19 +0800 Subject: [PATCH] 2025-03-21 --- .../com_projectInfo-add-or-update.vue | 4 +++- .../com_technical-add-or-update.vue | 4 +++- .../com_bm_routing.vue | 17 +++++++++++++++++ .../com_tsd_basicInformation.vue | 4 +++- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue index d2b7ea3..ea1baa2 100644 --- a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue +++ b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue @@ -629,6 +629,7 @@ projectId:this.dataForm.projectId, roleNo:'R001', } + this.operatorList = []; searchOperatorWithSite(inData).then(({data}) => { this.operatorList=data.rows }) @@ -652,8 +653,9 @@ let inData={ site:this.dataForm.site, projectId:this.dataForm.projectId, - roleNo:'R001', + roleNo:'R016', } + this.operatorList = []; searchOperatorWithSite(inData).then(({data}) => { this.operatorList=data.rows }) diff --git a/src/views/modules/sampleManagement/com_technical-add-or-update.vue b/src/views/modules/sampleManagement/com_technical-add-or-update.vue index 91cfde3..35a9307 100644 --- a/src/views/modules/sampleManagement/com_technical-add-or-update.vue +++ b/src/views/modules/sampleManagement/com_technical-add-or-update.vue @@ -34,7 +34,7 @@ - + @@ -1053,7 +1053,9 @@ let inData={ site:this.dataForm.site, buNo:this.dataForm.buNo, + roleNo:'R015' } + this.operatorList = []; searchBMUser(inData).then(({data}) => { this.operatorList=data.rows }) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue index 580d81e..9a02bfd 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue @@ -1063,38 +1063,55 @@ switch (this.currentRow.itemType) { case 'prepress': this.getPrepress(); + break case 'printing': this.getPrinting(); + break case 'printOther': this.getPrintOther(); + break case 'overprinting': this.getOverprinting(); + break case 'slitting': this.getSlitting(); + break case 'lamTemperature': this.getLamTemperature(); + break case 'cutting': this.getCutting(); + break case 'InkMixing': this.getInkMixing(); + break case 'InkFormulation': this.getInkFormulation(); + break case 'lamination': this.getLamination(); + break case 'CNC': this.getCNC(); + break case 'Cut': this.getCut(); + break case 'packagePage': this.getPackagePage(); + break case 'fqc': this.getFqc(); + break case 'cqc': this.getCqc(); + break case 'printFlexo': this.getPrintFlexo(); + break case 'printIndigo': this.getPrintIndigo(); + break } }, 500); }, diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue index fb07781..9bf868e 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue @@ -46,7 +46,7 @@ - + @@ -711,7 +711,9 @@ let inData={ site:this.dataForm.site, buNo:this.dataForm.buNo, + roleNo:'R015' } + this.operatorList = []; searchBMUser(inData).then(({data}) => { this.operatorList=data.rows })