fix:批次统计中生产日志以工序排序
This commit is contained in:
parent
44d7a0856f
commit
29f67226fa
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue