生产执行分析页面问题修改

dev-scheduling
zhangdi 2 months ago
parent f0ac873c75
commit 5cc6b267e3
  1. 1
      src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue
  2. 3
      src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue
  3. 1
      src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue
  4. 1
      src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue

@ -386,6 +386,7 @@ export default {
searchReset() { searchReset() {
this.query = {}; this.query = {};
this.query.interval = 30
this.onLoad(this.page); this.onLoad(this.page);
}, },
searchChange(params, done) { searchChange(params, done) {

@ -256,7 +256,7 @@ export default {
methods: { methods: {
onChangeData() {}, onChangeData() {},
toDetail(row, type) { toDetail(row, type) {
console.log(909090,row, type); // console.log(909090,row, type);
row.interval = this.query.interval row.interval = this.query.interval
row.cycledate = this.query.cycledate row.cycledate = this.query.cycledate
this.$emit('toDetail', row, type, '作业中心'); this.$emit('toDetail', row, type, '作业中心');
@ -319,6 +319,7 @@ export default {
searchReset() { searchReset() {
this.query = {}; this.query = {};
this.query.interval = 30
this.onLoad(this.page); this.onLoad(this.page);
}, },
searchChange(params, done) { searchChange(params, done) {

@ -523,6 +523,7 @@ export default {
searchReset() { searchReset() {
this.query = {}; this.query = {};
this.query.interval = 30
this.onLoad(this.page); this.onLoad(this.page);
}, },
searchChange(params, done) { searchChange(params, done) {

@ -428,6 +428,7 @@ export default {
searchReset() { searchReset() {
this.query = {}; this.query = {};
this.query.interval = 30
this.onLoad(this.page); this.onLoad(this.page);
}, },
searchChange(params, done) { searchChange(params, done) {

Loading…
Cancel
Save