From 0b5542c95c66cd7b7d795ce564ce41b55372bc5d Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 26 Jan 2026 15:01:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E7=A6=85=E9=81=93330?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistics/bxerp/luhaotongji_reya.vue | 149 ++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 src/views/statistics/bxerp/luhaotongji_reya.vue diff --git a/src/views/statistics/bxerp/luhaotongji_reya.vue b/src/views/statistics/bxerp/luhaotongji_reya.vue new file mode 100644 index 00000000..a5abb28d --- /dev/null +++ b/src/views/statistics/bxerp/luhaotongji_reya.vue @@ -0,0 +1,149 @@ + + + + + From e483f2c06c649c474c0fb6912399af4da31ad2ef Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 26 Jan 2026 15:02:20 +0800 Subject: [PATCH 2/2] fix: --- src/views/statistics/bxerp/ryTestData.vue | 64 +++++++++++------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/src/views/statistics/bxerp/ryTestData.vue b/src/views/statistics/bxerp/ryTestData.vue index 586ad58f..0754b8d2 100644 --- a/src/views/statistics/bxerp/ryTestData.vue +++ b/src/views/statistics/bxerp/ryTestData.vue @@ -43,97 +43,97 @@ - - + + - + - - + + - + - + - + - - + + - + - - + + - + - + - + - + - + - + - + - + - + @@ -148,22 +148,22 @@ {{ scope.row.data.装炉压板出炉_操作项_压板用时?scope.row.data.装炉压板出炉_操作项_压板用时:0 }} - + - + - + - + @@ -179,8 +179,8 @@ export default { data() { return { params: { - ordering:'data__成品尺寸检测_批次号', - querys:[[{field:"wm",value:false,compare:"isnull"},{field:"data__has_key",compare:"",value:"成品尺寸检测_批次号"}]], + ordering:'data__装炉压板出炉_批次号', + querys:[[{field:"wm",value:false,compare:"isnull"},{field:"data__has_key",compare:"",value:"装炉压板出炉_批次号"}]], }, query:{ number_contains:'', @@ -195,17 +195,17 @@ export default { methods: { handleQuery(){ let that = this; - let querys = [[{field:"wm",value:false,compare:"isnull"},{field:"data__has_key",compare:"",value:"成品尺寸检测_批次号"}]]; + let querys = [[{field:"wm",value:false,compare:"isnull"},{field:"data__has_key",compare:"",value:"装炉压板出炉_批次号"}]]; let obj = {},obj1 = {},obj2 = {},obj3 = {}; - obj.field = 'data__成品尺寸检测_批次号'; + obj.field = 'data__装炉压板出炉_批次号'; obj.value = that.query.batch__contains; obj.compare = ''; - obj1.field = 'data__成品尺寸检测_日期'; + obj1.field = 'data__装炉压板出炉_日期'; obj1.value = that.query.last_time__gte; obj1.compare = 'gte'; - obj2.field = 'data__成品尺寸检测_日期'; + obj2.field = 'data__装炉压板出炉_日期'; obj2.value = that.query.last_time__lte; obj2.compare = 'lte';