|
|
@ -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) { |
|
|
|