Browse Source

完善单车返利核对

zhanglei
yunuo970428 8 months ago
parent
commit
6e3cc14b79
  1. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedAdd.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliheduiFlow/relation/bicyclerebatetobecheckedAdd.vue

2
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedAdd.vue

@ -120,7 +120,7 @@ export default {
},
handleLook(row) {
this.viewState = 2
this.$refs['divDanChe'].showInfo(row)
this.$refs['divDanChe'].showInfo({ sid: row.vehRebateSid })
},
resetState() {
this.viewState = 1

2
anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliheduiFlow/relation/bicyclerebatetobecheckedAdd.vue

@ -120,7 +120,7 @@ export default {
},
handleLook(row) {
this.viewState = 2
this.$refs['divDanChe'].showInfo(row)
this.$refs['divDanChe'].showInfo({ sid: row.vehRebateSid })
},
resetState() {
this.viewState = 1

Loading…
Cancel
Save