fix:玻纤日志列表展示板段号
This commit is contained in:
parent
b20337454c
commit
333fbfaf84
|
@ -71,7 +71,9 @@
|
|||
label="预计工时"
|
||||
prop="hour_work"
|
||||
width="80"
|
||||
></el-table-column> -->
|
||||
></el-table-column>
|
||||
|
||||
-->
|
||||
<el-table-column label="批次号" min-width="100">
|
||||
<template #default="scope">
|
||||
<div v-if="scope.row.mlogb_full!==null">
|
||||
|
@ -81,6 +83,15 @@
|
|||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="板段号" min-width="160" v-if="route_code=='paiban'||route_code=='zhuangmo'||troute_code=='tuomoceliang'||route_code=='reyatuihuo'||route_code=='zlybcl'">
|
||||
<template #default="scope">
|
||||
<div v-if="scope.row.mlogbw_number_list.length>0">
|
||||
<span v-for="item in scope.row.mlogbw_number_list" :key="item">
|
||||
<span >{{ item }}、</span>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="原料棒号" min-width="100" v-if="route_code=='ladansi'">
|
||||
<template #default="scope">
|
||||
<div v-if="scope.row.mlogb_full!==null">
|
||||
|
@ -282,7 +293,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
apiObj: null,
|
||||
params: { mgroup: "" ,submit_time__isnull:true,with_mlogb:'yes',
|
||||
params: { mgroup: "" ,submit_time__isnull:true,with_mlogb:'yes',with_mlogbw:'out',
|
||||
query: " { id,is_fix,equipment, material_out_name, equipment_name, reminder_interval_list ,mstate_json,belong_dept_name, mgroup_name,handle_user_name,work_start_time,work_end_time,submit_time,oinfo_json,mlogb_full,submit_user_name}"
|
||||
},
|
||||
query: {submit_time__isnull:true},
|
||||
|
|
Loading…
Reference in New Issue