修复:代理信息申请 - 总部外勤和总部内勤支付价格错误,两者的价格互换了

This commit is contained in:
wuhui_zzw 2024-02-21 09:30:41 +08:00
parent ef2a0623fd
commit e35090bb7f
1 changed files with 2 additions and 2 deletions

View File

@ -365,8 +365,8 @@ export default {
case 6: _this.pay_money = _this.config.partner_money || 0;break;
case 7: _this.pay_money = _this.config.mer_money || 0;break;
case 8: _this.pay_money = _this.config.delivery_money || 0;break;
case 9: _this.pay_money = _this.config.external_personnel_money || 0;break;
case 10: _this.pay_money = _this.config.field_personnel_money || 0;break;
case 9: _this.pay_money = _this.config.field_personnel_money || 0;break;
case 10: _this.pay_money = _this.config.external_personnel_money || 0;break;
}
}
}).catch(err => {