Browse Source

完善单车返利核对

master
yunuo970428 5 months ago
parent
commit
eefb275edb
  1. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckInfo.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliheduiFlow/danchefanliheduiDaiBanInfo.vue
  3. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliheduiFlow/danchefanliheduiYiBanInfo.vue

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

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

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

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

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

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

Loading…
Cancel
Save