Browse Source

Merge remote-tracking branch 'origin/master'

master
ligaode 3 months ago
parent
commit
8ecbe2228b
  1. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckInfo.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedInfo.vue
  3. 2
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/relation/specialrebatetobecheckedInfo.vue
  4. 2
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatecheckInfo.vue
  5. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliheduiFlow/danchefanliheduiDaiBanInfo.vue
  6. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliheduiFlow/danchefanliheduiYiBanInfo.vue
  7. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliheduiFlow/relation/bicyclerebatetobecheckedInfo.vue
  8. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/zhuanxiangfanliheduiFlow/relation/specialrebatetobecheckedInfo.vue
  9. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/zhuanxiangfanliheduiFlow/zhuanxiangfanliheduiDaiBanInfo.vue
  10. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/zhuanxiangfanliheduiFlow/zhuanxiangfanliheduiYiBanInfo.vue

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

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

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

@ -80,7 +80,7 @@ export default {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '单车返利核对审核申请明细'
req.vehRebateGroupDetails({ appleSid: sid, vehRebateSids: vehRebateSids }).then((resp) => {
req.vehRebateGroupDetails({ applySid: sid, vehRebateSids: vehRebateSids }).then((resp) => {
if (resp.success) {
this.list = resp.data
}

2
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/relation/specialrebatetobecheckedInfo.vue

@ -77,7 +77,7 @@ export default {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '专项返利核对审核申请明细'
req.specialRebateGroupDetails({ appleSid: sid, specialRebateSids: specialRebateSids }).then((resp) => {
req.specialRebateGroupDetails({ applySid: sid, specialRebateSids: specialRebateSids }).then((resp) => {
if (resp.success) {
this.list = resp.data
}

2
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatecheck/specialrebatecheckInfo.vue

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

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

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

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

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

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

@ -80,7 +80,7 @@ export default {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '单车返利核对审核申请明细'
req.vehRebateGroupDetails({ appleSid: sid, vehRebateSids: vehRebateSids }).then((resp) => {
req.vehRebateGroupDetails({ applySid: sid, vehRebateSids: vehRebateSids }).then((resp) => {
if (resp.success) {
this.list = resp.data
}

2
anrui-scm/anrui-scm-ui/src/views/workFlow/zhuanxiangfanliheduiFlow/relation/specialrebatetobecheckedInfo.vue

@ -77,7 +77,7 @@ export default {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '专项返利核对审核申请明细'
req.specialRebateGroupDetails({ appleSid: sid, specialRebateSids: specialRebateSids }).then((resp) => {
req.specialRebateGroupDetails({ applySid: sid, specialRebateSids: specialRebateSids }).then((resp) => {
if (resp.success) {
this.list = resp.data
}

2
anrui-scm/anrui-scm-ui/src/views/workFlow/zhuanxiangfanliheduiFlow/zhuanxiangfanliheduiDaiBanInfo.vue

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

2
anrui-scm/anrui-scm-ui/src/views/workFlow/zhuanxiangfanliheduiFlow/zhuanxiangfanliheduiYiBanInfo.vue

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

Loading…
Cancel
Save