工序号展示修改

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

Loading…
Cancel
Save