Browse Source

2025-03-21

master
qiezi 10 months ago
parent
commit
4d4b0b2dcd
  1. 4
      src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue
  2. 4
      src/views/modules/sampleManagement/com_technical-add-or-update.vue
  3. 17
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
  4. 4
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

4
src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue

@ -629,6 +629,7 @@
projectId:this.dataForm.projectId, projectId:this.dataForm.projectId,
roleNo:'R001', roleNo:'R001',
} }
this.operatorList = [];
searchOperatorWithSite(inData).then(({data}) => { searchOperatorWithSite(inData).then(({data}) => {
this.operatorList=data.rows this.operatorList=data.rows
}) })
@ -652,8 +653,9 @@
let inData={ let inData={
site:this.dataForm.site, site:this.dataForm.site,
projectId:this.dataForm.projectId, projectId:this.dataForm.projectId,
roleNo:'R001',
roleNo:'R016',
} }
this.operatorList = [];
searchOperatorWithSite(inData).then(({data}) => { searchOperatorWithSite(inData).then(({data}) => {
this.operatorList=data.rows this.operatorList=data.rows
}) })

4
src/views/modules/sampleManagement/com_technical-add-or-update.vue

@ -34,7 +34,7 @@
<!-- <el-form-item :label="'参数卡编码'" >--> <!-- <el-form-item :label="'参数卡编码'" >-->
<!-- <el-input v-model="dataForm.oriCodeNo" disabled style="width: 130px" ></el-input>--> <!-- <el-input v-model="dataForm.oriCodeNo" disabled style="width: 130px" ></el-input>-->
<!-- </el-form-item>--> <!-- </el-form-item>-->
<el-form-item :label="'系统版本号'" prop="revNo" :rules="dataRole.revNo">
<el-form-item :label="'版本号'" prop="revNo" :rules="dataRole.revNo">
<el-input v-model="dataForm.revNo" style="width: 130px" disabled></el-input> <el-input v-model="dataForm.revNo" style="width: 130px" disabled></el-input>
</el-form-item> </el-form-item>
<el-form-item label="Rev No" prop="rev" :rules="dataRole.rev"> <el-form-item label="Rev No" prop="rev" :rules="dataRole.rev">
@ -1053,7 +1053,9 @@
let inData={ let inData={
site:this.dataForm.site, site:this.dataForm.site,
buNo:this.dataForm.buNo, buNo:this.dataForm.buNo,
roleNo:'R015'
} }
this.operatorList = [];
searchBMUser(inData).then(({data}) => { searchBMUser(inData).then(({data}) => {
this.operatorList=data.rows this.operatorList=data.rows
}) })

17
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue

@ -1063,38 +1063,55 @@
switch (this.currentRow.itemType) { switch (this.currentRow.itemType) {
case 'prepress': case 'prepress':
this.getPrepress(); this.getPrepress();
break
case 'printing': case 'printing':
this.getPrinting(); this.getPrinting();
break
case 'printOther': case 'printOther':
this.getPrintOther(); this.getPrintOther();
break
case 'overprinting': case 'overprinting':
this.getOverprinting(); this.getOverprinting();
break
case 'slitting': case 'slitting':
this.getSlitting(); this.getSlitting();
break
case 'lamTemperature': case 'lamTemperature':
this.getLamTemperature(); this.getLamTemperature();
break
case 'cutting': case 'cutting':
this.getCutting(); this.getCutting();
break
case 'InkMixing': case 'InkMixing':
this.getInkMixing(); this.getInkMixing();
break
case 'InkFormulation': case 'InkFormulation':
this.getInkFormulation(); this.getInkFormulation();
break
case 'lamination': case 'lamination':
this.getLamination(); this.getLamination();
break
case 'CNC': case 'CNC':
this.getCNC(); this.getCNC();
break
case 'Cut': case 'Cut':
this.getCut(); this.getCut();
break
case 'packagePage': case 'packagePage':
this.getPackagePage(); this.getPackagePage();
break
case 'fqc': case 'fqc':
this.getFqc(); this.getFqc();
break
case 'cqc': case 'cqc':
this.getCqc(); this.getCqc();
break
case 'printFlexo': case 'printFlexo':
this.getPrintFlexo(); this.getPrintFlexo();
break
case 'printIndigo': case 'printIndigo':
this.getPrintIndigo(); this.getPrintIndigo();
break
} }
}, 500); }, 500);
}, },

4
src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

@ -46,7 +46,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3"> <el-col :span="3">
<el-form-item label="系统版本号">
<el-form-item label="版本号">
<el-input v-model="dataForm.revNo" disabled></el-input> <el-input v-model="dataForm.revNo" disabled></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -711,7 +711,9 @@
let inData={ let inData={
site:this.dataForm.site, site:this.dataForm.site,
buNo:this.dataForm.buNo, buNo:this.dataForm.buNo,
roleNo:'R015'
} }
this.operatorList = [];
searchBMUser(inData).then(({data}) => { searchBMUser(inData).then(({data}) => {
this.operatorList=data.rows this.operatorList=data.rows
}) })

Loading…
Cancel
Save