工艺管理问题调整

dev-scheduling
zhangdi 2 months ago
parent 9047893745
commit bdfe1bfc79
  1. 11
      src/views/processManagement/components/processMainte/reworkProcessPlanning.vue

@ -250,7 +250,7 @@
:data="form2.tableData2"
style="width: 100%"
@selection-change="handleSelectionChange2"
class="tableHeight"
class="tableHeight"
>
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column prop="date" label="工序号">
@ -368,7 +368,7 @@
:data="form3.tableData3"
style="width: 100%"
@selection-change="handleSelectionChange3"
class="tableHeight"
class="tableHeight"
>
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column prop="trialNo" label="工序号">
@ -441,7 +441,7 @@
:data="form4.tableData4"
style="width: 100%"
@selection-change="handleSelectionChange4"
class="tableHeight"
class="tableHeight"
>
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column prop="date" label="工序号">
@ -797,7 +797,7 @@ export default {
processInfo: {
id: null, // null
processNo: this.getProcessNo(this.form1.tableData1), //
ppsId: item.ppsId+'', // ppsId id
ppsId: item.ppsId + '', // ppsId id
processCode: item.processCode, // processCode id
processName: item.processName,
craftCode: item.craftCode,
@ -806,7 +806,7 @@ export default {
proHours: item.proHours || '',
setoutHours: item.setoutHours || '',
isMain: item.isMain || '0',
caId: item.caId+'',
caId: item.caId + '',
},
// ...
};
@ -1106,7 +1106,6 @@ export default {
if (this.treeLeave == 2) {
this.form1.tableData1.forEach(item => {
newArr.push({
...item.processInfo,
processProjectVOList: item.projectList || [],

Loading…
Cancel
Save