Browse Source

Merge remote-tracking branch 'origin/master'

zhanglei
fanzongzhe 1 year ago
parent
commit
462725e663
  1. 2
      anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaoselected.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaotobeselected.vue

2
anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaoselected.vue

@ -412,7 +412,7 @@ export default {
}, },
lookSale(row) { lookSale(row) {
this.viewState = 2 this.viewState = 2
this.$refs['divSale'].showInfo({ sid: row.saleOrderSid }) this.$refs['divSale'].showInfo(row.saleOrderSid)
}, },
lookPeiZhi(row) { lookPeiZhi(row) {
this.viewState = 4 this.viewState = 4

2
anrui-scm/anrui-scm-ui/src/views/purchasingchannels/caigouqudaotobeselected.vue

@ -438,7 +438,7 @@ export default {
}, },
lookSale(row) { lookSale(row) {
this.viewState = 3 this.viewState = 3
this.$refs['divSale'].showInfo({ sid: row.saleOrderSid }) this.$refs['divSale'].showInfo(row.saleOrderSid)
}, },
lookPeiZhi(row) { lookPeiZhi(row) {
this.viewState = 4 this.viewState = 4

Loading…
Cancel
Save