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