Browse Source

完善金融贴息差异调整申请

zhanglei
yunuo970428 3 months ago
parent
commit
cf71835857
  1. 10
      anrui-scm/anrui-scm-ui/src/views/financialDiscount/differenceManagement/differenceManagementAdd.vue
  2. 10
      anrui-scm/anrui-scm-ui/src/views/workFlow/chayitiaozhengFlow/differenceManagementEdit.vue

10
anrui-scm/anrui-scm-ui/src/views/financialDiscount/differenceManagement/differenceManagementAdd.vue

@ -263,8 +263,18 @@ export default {
const choose = this.adjustWay_list.filter((item) => item.dictKey === value)
if (choose !== null) {
this.formobj.adjustWay = choose[0].dictValue
if (this.formobj.adjustWay === '公司认损') {
this.formobj.staffName = ''
this.formobj.staffSid = ''
this.formobj.salesManage = ''
this.formobj.salesManageSid = ''
}
} else {
this.formobj.adjustWay = ''
this.formobj.staffName = ''
this.formobj.staffSid = ''
this.formobj.salesManage = ''
this.formobj.salesManageSid = ''
}
},
changeStaff(value) {

10
anrui-scm/anrui-scm-ui/src/views/workFlow/chayitiaozhengFlow/differenceManagementEdit.vue

@ -245,8 +245,18 @@ export default {
const choose = this.adjustWay_list.filter((item) => item.dictKey === value)
if (choose !== null) {
this.formobj.adjustWay = choose[0].dictValue
if (this.formobj.adjustWay === '公司认损') {
this.formobj.staffName = ''
this.formobj.staffSid = ''
this.formobj.salesManage = ''
this.formobj.salesManageSid = ''
}
} else {
this.formobj.adjustWay = ''
this.formobj.staffName = ''
this.formobj.staffSid = ''
this.formobj.salesManage = ''
this.formobj.salesManageSid = ''
}
},
changeStaff(value) {

Loading…
Cancel
Save