From 5cc6b267e39ab9162e6c933a16abebd14a8dee83 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Fri, 27 Feb 2026 09:52:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E6=89=A7=E8=A1=8C=E5=88=86?= =?UTF-8?q?=E6=9E=90=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statisticalAnalysis/production/executionProcess.vue | 1 + .../statisticalAnalysis/production/executionWorkorder.vue | 3 ++- .../statisticalAnalysis/production/processDeatils.vue | 1 + .../statisticalAnalysis/production/workorderDetails.vue | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue index aaa371c..a7041b4 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue @@ -386,6 +386,7 @@ export default { searchReset() { this.query = {}; + this.query.interval = 30 this.onLoad(this.page); }, searchChange(params, done) { diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue index cdaf1d7..f87a2d1 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue @@ -256,7 +256,7 @@ export default { methods: { onChangeData() {}, toDetail(row, type) { - console.log(909090,row, type); + // console.log(909090,row, type); row.interval = this.query.interval row.cycledate = this.query.cycledate this.$emit('toDetail', row, type, '作业中心'); @@ -319,6 +319,7 @@ export default { searchReset() { this.query = {}; + this.query.interval = 30 this.onLoad(this.page); }, searchChange(params, done) { diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue index 0097db0..4b573fb 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue @@ -523,6 +523,7 @@ export default { searchReset() { this.query = {}; + this.query.interval = 30 this.onLoad(this.page); }, searchChange(params, done) { diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue index 0eafd79..4d3d63f 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue @@ -428,6 +428,7 @@ export default { searchReset() { this.query = {}; + this.query.interval = 30 this.onLoad(this.page); }, searchChange(params, done) {