|
@@ -400,7 +400,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
pattern: /^[\u2E80-\u9FFF]|\w|[,,\.。]+$/,
|
|
|
- message: "客户经理不能含有特殊字符",
|
|
|
+ message: "资金方名称不能含有特殊字符",
|
|
|
trigger: "blur",
|
|
|
},
|
|
|
],
|
|
@@ -412,7 +412,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
pattern: /^[\u2E80-\u9FFF]|\w|[,,\.。]+$/,
|
|
|
- message: "客户经理不能含有特殊字符",
|
|
|
+ message: "资金方网点不能含有特殊字符",
|
|
|
trigger: "blur",
|
|
|
},
|
|
|
],
|
|
@@ -574,8 +574,10 @@ export default {
|
|
|
this.noneBtnImg = true;
|
|
|
}
|
|
|
this.open = true;
|
|
|
- this.disableds = false;
|
|
|
+ this.disableds = false;
|
|
|
+ if(response.data.companyId=="01"){
|
|
|
this.disabled = true;
|
|
|
+ }
|
|
|
this.title = "修改资金方";
|
|
|
});
|
|
|
},
|