From 29f67226faf074c9e9764032f5dab867d37131cd Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 8 Sep 2025 17:01:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=89=B9=E6=AC=A1=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E4=B8=AD=E7=94=9F=E4=BA=A7=E6=97=A5=E5=BF=97=E4=BB=A5=E5=B7=A5?= =?UTF-8?q?=E5=BA=8F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/batch_statistics.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/statistics/batch_statistics.vue b/src/views/statistics/batch_statistics.vue index 44aeac89..9865a9d9 100644 --- a/src/views/statistics/batch_statistics.vue +++ b/src/views/statistics/batch_statistics.vue @@ -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, },