fix:玻纤子工序中不需要选择班次
This commit is contained in:
parent
a75e43bc69
commit
99f320d80b
|
|
@ -136,8 +136,8 @@
|
|||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="班次">
|
||||
<template #default="scope">
|
||||
<el-table-column label="班次" prop="shift_name">
|
||||
<!-- <template #default="scope">
|
||||
<el-select
|
||||
v-if="scope.row.isEdit"
|
||||
v-model="scope.row.shift"
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
<div v-else>
|
||||
<span v-if="scope.row.shift_name!==null">{{ scope.row.shift_name}}</span>
|
||||
</div>
|
||||
</template>
|
||||
</template> -->
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" fixed="right" align="center" width="150px">
|
||||
<template #default="scope">
|
||||
|
|
@ -495,7 +495,7 @@ export default {
|
|||
tableData2:[],
|
||||
oinfo_json:[],
|
||||
mlogbwlist:[],
|
||||
shiftOtions:[],
|
||||
// shiftOtions:[],
|
||||
tableDataWm:[],
|
||||
qct_defects:[],
|
||||
equipmentOtions:[],
|
||||
|
|
@ -573,7 +573,7 @@ export default {
|
|||
})
|
||||
that.getMlogItem();
|
||||
that.getPreocess();
|
||||
that.getShift();
|
||||
// that.getShift();
|
||||
that.getEquipment();
|
||||
that.getProcessList();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue