fix:批次统计中生产日志以工序排序

This commit is contained in:
shijing 2025-09-08 17:01:00 +08:00
parent 44d7a0856f
commit 29f67226fa
1 changed files with 2 additions and 0 deletions

View File

@ -352,6 +352,7 @@ export default {
//mlog\handover
params_mlog:{
cbatch:'',
ordering:'create_time',
with_mlogb:'yes',
query: " { id,material_out_name,mlogb_full,count_real,count_ok,is_fix,belong_dept_name,mgroup_name,handle_user_name,handle_date,reminder_interval_list,mstate_json,work_start_time,work_end_time,oinfo_json,submit_time,submit_user_name}"
},
@ -365,6 +366,7 @@ export default {
item_mio__batch:'',
},
query:{
ordering:'-update_time',
batch:'',
// material_start__type:30,
},