From 95450d39ad5ba0637347aba20cd54a7125f06b42 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 5 Feb 2026 16:38:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=A6=85=E9=81=93331?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistics/bxerp/luhaotongji_reya.vue | 5 +- src/views/statistics/bxerp/mojuhaotongji.vue | 121 ++++++++++++++++++ 2 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 src/views/statistics/bxerp/mojuhaotongji.vue diff --git a/src/views/statistics/bxerp/luhaotongji_reya.vue b/src/views/statistics/bxerp/luhaotongji_reya.vue index a5abb28d..cb1f2fad 100644 --- a/src/views/statistics/bxerp/luhaotongji_reya.vue +++ b/src/views/statistics/bxerp/luhaotongji_reya.vue @@ -90,7 +90,7 @@ export default { query:{ end_date:'', start_date:'', - // select_cols: ",ls.板段编号列表,ls.切片编号列表" + select_cols: ",ls.板段编号列表,ls.切片编号列表" }, tableData:[], detailRow:[], @@ -132,13 +132,12 @@ export default { }, handleClick(row){ let that = this; - that.userName = row.员工; + that.userName = row.设备编号; that.visible = true; that.detailRow = row.切片编号列表; }, handleQuery(){ let that = this; - console.log('that.query',that.query) that.getData(); }, }, diff --git a/src/views/statistics/bxerp/mojuhaotongji.vue b/src/views/statistics/bxerp/mojuhaotongji.vue new file mode 100644 index 00000000..0784d5dd --- /dev/null +++ b/src/views/statistics/bxerp/mojuhaotongji.vue @@ -0,0 +1,121 @@ + + + + +