Selaa lähdekoodia

Merge branch 'master' of http://git.minpay.cc/SupplyChain/front

guolufei123 4 vuotta sitten
vanhempi
commit
492aead12c

+ 7 - 0
front-vue/src/api/system/authentication.js

@@ -67,6 +67,13 @@ export function cashBack() {
     method: 'post'
   })
 }
+// 查询对公户开户时间
+export function corporateTime() {
+  return request({
+    url: '/system/companyAuth/corporateTime',
+    method: 'post'
+  })
+}
 //查询cfca银行列表(分页)下拉框
 export function listBank(query) {
   return request({

+ 6 - 6
front-vue/src/views/service/credit/creditApply.vue

@@ -712,7 +712,7 @@ export default {
                                     var result = response.data.isOpen;
                                     //开启内部审批
                                     if(result == true){
-                                        _this.msgSuccess("融信资料已提交企业内部审核");
+                                        _this.msgSuccess("申请融信资料已提交企业内部审批");
                                         _this.$store.dispatch("tagsView/delView", _this.$route);
                                         _this.$router.go(-1);
                                     }else{
@@ -724,12 +724,12 @@ export default {
                                             var platResult = response.data.isOpen;
                                             //开启平台审批
                                             if(platResult){
-                                                _this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,将在2小时内完成,请留意站内信息");
+                                                _this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,预计2小时内完成,请留意站内信息");
                                                 _this.$store.dispatch("tagsView/delView", _this.$route);
                                                 _this.$router.go(-1);
                                             }else{
                                                 //未开启平台审批
-                                                _this.msgSuccess("融资料已提交,待:"+_this.form.openName+"确权;确权结果请留意待办事项与站内消息");
+                                                _this.msgSuccess("融资料已提交,待:"+_this.form.openName+"确权;确权结果请留意待办事项与站内消息");
                                                 _this.$store.dispatch("tagsView/delView",_this.$route);
                                                 _this.$router.go(-1);
                                             }
@@ -759,7 +759,7 @@ export default {
                             var result = response.data.isOpen;
                             //开启内部审批
                             if(result == true){
-                                this.msgSuccess("融信资料已提交企业内部审核");
+                                this.msgSuccess("申请融信资料已提交企业内部审批");
                                 this.$store.dispatch("tagsView/delView", this.$route);
                                 this.$router.go(-1);
                             }else{
@@ -771,12 +771,12 @@ export default {
                                     var platResult = response.data.isOpen;
                                     //开启平台审批
                                     if(platResult){
-                                        this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,将在2小时内完成,请留意站内信息");
+                                        this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,预计2小时内完成,请留意站内信息");
                                         this.$store.dispatch("tagsView/delView", this.$route);
                                         this.$router.go(-1);
                                     }else{
                                         //未开启平台审批
-                                        this.msgSuccess("融资料已提交,待:"+this.form.openName+"确权;确权结果请留意待办事项与站内消息");
+                                        this.msgSuccess("融资料已提交,待:"+this.form.openName+"确权;确权结果请留意待办事项与站内消息");
                                         this.$store.dispatch("tagsView/delView", this.$route);
                                         this.$router.go(-1);
                                     }

+ 8 - 8
front-vue/src/views/system/fundSide/fundSide.vue

@@ -407,9 +407,9 @@ export default {
             trigger: ["change", "blur"],
           },
           {
-            pattern: /^[\u2E80-\u9FFF]|\w|[,,\.。]+$/,
+            pattern: /^[0-9A-Z\u4E00-\u9FFF《》()()-]+$/,
             message: "资金方名称不能含有特殊字符",
-            trigger: "blur",
+            trigger:  ["change", "blur"],
           },
         ],
         smiAddress: [
@@ -419,9 +419,9 @@ export default {
             trigger: ["change", "blur"],
           },
                   {
-            pattern: /^[\u2E80-\u9FFF]|\w|[,,\.。]+$/,
+            pattern: /^[\u4e00-\u9fa5\(\)()\da-zA-Z&]{2,50}$/gi,
             message: "资金方网点不能含有特殊字符",
-            trigger: "blur",
+            trigger:  ["change", "blur"],
           },
         ],
         smiType: [
@@ -452,9 +452,9 @@ export default {
             trigger: ["change", "blur"],
           },
           {
-            pattern: /^[\u2E80-\u9FFF]|\w|[,,\.。]+$/,
+            pattern: /^[\u4e00-\u9fa5\(\)()\da-zA-Z&]{2,50}$/gi,
             message: "客户经理不能含有特殊字符",
-            trigger: "blur",
+            trigger:  ["change", "blur"],
           },
         ],
         smiContract: [
@@ -464,9 +464,9 @@ export default {
             trigger: ["change", "blur"],
           },
           {
-            pattern: /^[\u2E80-\u9FFF]|\w|[,,\.。]+$/,
+            pattern: /^[\u4e00-\u9fa5\(\)()\da-zA-Z&]{2,50}$/gi,
             message: "联系人姓名不能含有特殊字符",
-            trigger: "blur",
+            trigger: ["change", "blur"],
           },
         ],
         smiContractPhone: [