修复:代理信息申请 - 总部外勤和总部内勤支付价格错误,两者的价格互换了
This commit is contained in:
parent
ef2a0623fd
commit
e35090bb7f
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue