Browse Source

生产订单页面跳转 sxm 2022-3-25

master
[li_she] 4 years ago
parent
commit
9858f5713f
  1. 5
      src/views/modules/shopOrder/shopOrder/shopOrder.vue
  2. 4
      src/views/modules/yieldReport/produce_order.vue

5
src/views/modules/shopOrder/shopOrder/shopOrder.vue

@ -1643,6 +1643,9 @@
handler: function(val, oldVal){
this.$router.onReady(() => {
this.modelData.orderNo = this.$route.query.order
this.modelData.site = this.$route.query.site
this.modelData.user = this.$route.query.user
this.tableHanddle(this.modelData)
})
},
//
@ -1908,6 +1911,8 @@
created() {
this.$router.onReady(() => {
this.modelData.orderNo = this.$route.query.order
this.modelData.site = this.$route.query.site
this.tableHanddle(this.modelData)
})
}
}

4
src/views/modules/yieldReport/produce_order.vue

@ -1233,7 +1233,9 @@ export default {
this.$router.push({
path: '/shopOrder-shopOrder/shopOrder',
query: {
order: this.currentRow.orderNo
order: this.currentRow.orderNo,
site: this.currentRow.site,
user: this.$store.state.user.name
}
})
}

Loading…
Cancel
Save