工序号展示修改

dev-scheduling
zhangdi 3 months ago
parent eccccdb820
commit d6c273a60e
  1. 6
      src/views/processManagement/components/processMainte/partDetails.vue

@ -747,7 +747,7 @@ export default {
//
this.form2.tableData2 = projectList.map(item => ({
trialNo: item.projectCode,
trialNo: item.trialNo,
projectName: item.projectName,
projectStandard: item.projectStandard,
proHours: item.proHours,
@ -756,7 +756,7 @@ export default {
//
this.form3.tableData3 = measuringToolList.map(item => ({
trialNo: item.projectCode || '',
trialNo: item.trialNo ,
testType: item.testType,
tool: item.tool,
toolSize: item.toolSize,
@ -765,7 +765,7 @@ export default {
//
this.form4.tableData4 = moldToolList.map(item => ({
trialNo: processInfo.processNo,
trialNo: item.trialNo,
moldCode: item.moldCode,
moldName: item.moldName,
isPrint: item.isPrint,

Loading…
Cancel
Save