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 @@ + + + + +