fix:玻纤日志列表展示板段号

This commit is contained in:
shijing 2025-09-09 14:58:18 +08:00
parent b20337454c
commit 333fbfaf84
1 changed files with 13 additions and 2 deletions

View File

@ -71,7 +71,9 @@
label="预计工时" label="预计工时"
prop="hour_work" prop="hour_work"
width="80" width="80"
></el-table-column> --> ></el-table-column>
-->
<el-table-column label="批次号" min-width="100"> <el-table-column label="批次号" min-width="100">
<template #default="scope"> <template #default="scope">
<div v-if="scope.row.mlogb_full!==null"> <div v-if="scope.row.mlogb_full!==null">
@ -81,6 +83,15 @@
</div> </div>
</template> </template>
</el-table-column> </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'"> <el-table-column label="原料棒号" min-width="100" v-if="route_code=='ladansi'">
<template #default="scope"> <template #default="scope">
<div v-if="scope.row.mlogb_full!==null"> <div v-if="scope.row.mlogb_full!==null">
@ -282,7 +293,7 @@ export default {
data() { data() {
return { return {
apiObj: null, 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: " { 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}, query: {submit_time__isnull:true},