|
@@ -81,7 +81,7 @@ export default {
|
|
this.$refs.ruleForm.validate(valid => {
|
|
this.$refs.ruleForm.validate(valid => {
|
|
if (valid) {
|
|
if (valid) {
|
|
if (_this.dealerLevelBak && _this.form.dealerLevel != _this.dealerLevelBak) {
|
|
if (_this.dealerLevelBak && _this.form.dealerLevel != _this.dealerLevelBak) {
|
|
- const tipInfo = '商户价格级别变更后,该商户关联的经销商' + (_this.isProvincialCustomers == '1' ? '关系绑定、省仓' : '上下级') + '关系绑定将同步解除,确定变更该商户级别吗?'
|
|
|
|
|
|
+ const tipInfo = '商户价格级别变更后,该商户关联的' + (_this.isProvincialCustomers == '1' ? '经销商上下级、差价归属和省仓客户' : '经销商上下级和差价归属') + '关系绑定将同步解除,确定变更该商户级别吗?'
|
|
this.$confirm({
|
|
this.$confirm({
|
|
title: '提示',
|
|
title: '提示',
|
|
content: tipInfo,
|
|
content: tipInfo,
|