瀏覽代碼

企业认证前台样式修改

cuixq 4 年之前
父節點
當前提交
9ff4df5aeb
共有 2 個文件被更改,包括 270 次插入92 次删除
  1. 263 85
      front-vue/src/views/system/company/certification.vue
  2. 7 7
      front-vue/src/views/system/fundSide/fundSide.vue

+ 263 - 85
front-vue/src/views/system/company/certification.vue

@@ -62,7 +62,7 @@
               <el-upload
                 class="ying"
                 ref="upload"
-                :class="{ uoloadSty: showBtnImg, disUoloadSty: noneBtnImg }"
+                :class="{ uoloadSty: showBtnImg, disUoloadSty: yyzzBtnImg }"
                 action=""
                 accept=".jpg, .jpeg, .png, .JPG, .JPEG, .PNG"
                 :http-request="yyzzRequest"
@@ -74,19 +74,19 @@
                 :on-exceed="handleExceed"
                 list-type="picture-card"
                 :file-list="yyzzList"
-                :auto-upload="false"
+                :auto-upload="true"
               >
                 <el-button slot="trigger" size="small" type="primary"
                   >点击选择</el-button
                 >
               </el-upload>
-              <el-button
+              <!-- <el-button
                 style="margin-left: 10px"
                 size="small"
                 type="success"
                 @click="submitUpload"
                 >上传到服务器</el-button
-              >
+              > -->
             </el-aside>
             <el-main>
               <el-row>
@@ -98,6 +98,7 @@
                     v-model="form.scyName"
                     placeholder="请输入公司名称"
                     style="width: 40%"
+                    maxlength="15"
                   ></el-input>
                 </el-col>
               </el-row>
@@ -109,6 +110,7 @@
                   <el-input
                     v-model="form.scySocialCode"
                     placeholder="请输入统一社会信用代码"
+                    maxlength="18"
                     style="width: 40%"
                   ></el-input>
                 </el-col>
@@ -122,6 +124,7 @@
                     v-model="form.scyAddress"
                     placeholder="请输入住所地"
                     style="width: 40%"
+                    maxlength="15"
                   ></el-input>
                 </el-col>
               </el-row>
@@ -134,6 +137,7 @@
                     v-model="form.scyLegal"
                     placeholder="请输入法定代表人"
                     style="width: 40%"
+                    maxlength="15"
                   ></el-input>
                 </el-col>
               </el-row>
@@ -146,6 +150,7 @@
                     v-model="form.scyRegisteredCapital"
                     placeholder="请输入注册资本"
                     style="width: 40%"
+                    maxlength="15"
                   ></el-input>
                 </el-col>
               </el-row>
@@ -208,6 +213,7 @@
                     v-model="form.scyPhone"
                     placeholder="请输入企业电话"
                     style="width: 40%"
+                    maxlength="15"
                   ></el-input>
                 </el-col>
               </el-row>
@@ -218,18 +224,19 @@
               <span style="font-size: 14px"
                 ><span class="separation"></span>法定代表人身份证件</span
               ><span>(请按照要求上传法定代表人身份证证件图片)</span
-              ><span style="color: #005cff">请核对系统识别结果是否正确</span>
+              ><span style="color: #005cff">请核对系统识别结果是否正确</span
+              ><el-checkbox v-model="legalHandle">法人经办</el-checkbox>
             </el-row>
             <el-container>
               <el-aside width="220px" style="background-color: #fff">
                 <span style="font-size: 14px"
-                  ><span class="separation"></span>身份证面</span
+                  ><span class="separation"></span>身份证人像面</span
                 >
                 <el-upload
                   ref="fsfzzload"
                   class="upload-demo"
                   action=""
-                  :class="{ uoload: showBtnImg, UoloadSty: fsfzzBtnImg }"
+                  :class="{ fsfzzUoload: showBtnImg, Uoloadfsfzz: fsfzzBtnImg }"
                   :on-change="fsfzzImgChange"
                   accept=".jpg, .jpeg, .png, .JPG, .JPEG, .PNG"
                   :http-request="fsfzzRequest"
@@ -240,27 +247,30 @@
                   :on-exceed="fsfzzExceed"
                   list-type="picture-card"
                   :file-list="fsfzzList"
-                  :auto-upload="false"
+                  :auto-upload="true"
                 >
                   <el-button slot="trigger" size="small" type="primary"
                     >点击选择</el-button
                   >
                 </el-upload>
-                <el-button
+                <!-- <el-button
                   style="margin-left: 10px"
                   size="small"
                   type="success"
                   @click="fsfzzUpload"
                   >上传到服务器</el-button
-                >
+                > -->
                 <span style="font-size: 14px"
-                  ><span class="separation"></span>身份证面</span
+                  ><span class="separation"></span>身份证国徽面</span
                 >
                 <el-upload
                   ref="fsfzfload"
                   class="upload-demo"
                   action=""
-                  :class="{ uoloadbyz: showBtnImg, byzUoloadSty: fsfzfBtnImg }"
+                  :class="{
+                    uoloadfsfzf: showBtnImg,
+                    fsfzfUoloadSty: fsfzfBtnImg,
+                  }"
                   :on-change="fsfzfImgChange"
                   accept=".jpg, .jpeg, .png, .JPG, .JPEG, .PNG"
                   :http-request="fsfzfRequest"
@@ -271,19 +281,19 @@
                   :on-exceed="fsfzfExceed"
                   list-type="picture-card"
                   :file-list="fsfzfList"
-                  :auto-upload="false"
+                  :auto-upload="true"
                 >
                   <el-button slot="trigger" size="small" type="primary"
                     >点击选择</el-button
                   >
                 </el-upload>
-                <el-button
+                <!-- <el-button
                   style="margin-left: 10px"
                   size="small"
                   type="success"
                   @click="fsfzfUpload"
                   >上传到服务器</el-button
-                >
+                > -->
               </el-aside>
 
               <el-main>
@@ -296,6 +306,7 @@
                       v-model="form.scyLegal"
                       placeholder="请输入姓名"
                       style="width: 60%"
+                      maxlength="15"
                     ></el-input>
                   </el-col>
                 </el-row>
@@ -308,6 +319,7 @@
                       v-model="form.scyLegalId"
                       placeholder="请输入身份证号"
                       style="width: 60%"
+                      maxlength="20"
                     ></el-input>
                   </el-col>
                 </el-row>
@@ -315,22 +327,25 @@
             </el-container>
           </el-main>
           <el-main>
-            <el-row style="margin-top: 3%">
+            <el-row style="margin-top: 3%" v-if="legalHandle==false">
               <span style="font-size: 14px"
                 ><span class="separation"></span>账号管理员身份证件</span
               ><span>(请按照要求上传经办人身份证证件图片)</span
               ><span style="color: #005cff">请核对系统识别结果是否正确</span>
             </el-row>
-            <el-container>
+            <el-container v-if="legalHandle==false">
               <el-aside width="220px" style="background-color: #fff">
                 <span style="font-size: 14px"
-                  ><span class="separation"></span>身份证面</span
+                  ><span class="separation"></span>身份证人像面</span
                 >
                 <el-upload
                   ref="jsfzzload"
                   class="upload-demo"
                   action=""
-                  :class="{ uoload: showBtnImg, UoloadSty: jsfzzBtnImg }"
+                  :class="{
+                    uoloadjsfzz: showBtnImg,
+                    jsfzzUoloadSty: jsfzzBtnImg,
+                  }"
                   :on-change="jsfzzImgChange"
                   accept=".jpg, .jpeg, .png, .JPG, .JPEG, .PNG"
                   :http-request="jsfzzRequest"
@@ -341,27 +356,30 @@
                   :on-exceed="jsfzzExceed"
                   list-type="picture-card"
                   :file-list="jsfzzList"
-                  :auto-upload="false"
+                  :auto-upload="true"
                 >
                   <el-button slot="trigger" size="small" type="primary"
                     >点击选择</el-button
                   >
                 </el-upload>
-                <el-button
+                <!-- <el-button
                   style="margin-left: 10px"
                   size="small"
                   type="success"
                   @click="jsfzzUpload"
                   >上传到服务器</el-button
-                >
+                > -->
                 <span style="font-size: 14px"
-                  ><span class="separation"></span>身份证面</span
+                  ><span class="separation"></span>身份证国徽面</span
                 >
                 <el-upload
                   ref="jsfzfload"
                   class="upload-demo"
                   action=""
-                  :class="{ uoloadbyz: showBtnImg, byzUoloadSty: jsfzfBtnImg }"
+                  :class="{
+                    uoloadjsfzf: showBtnImg,
+                    jsfzfUoloadSty: jsfzfBtnImg,
+                  }"
                   :on-change="jsfzfImgChange"
                   accept=".jpg, .jpeg, .png, .JPG, .JPEG, .PNG"
                   :http-request="jsfzfRequest"
@@ -372,19 +390,19 @@
                   :on-exceed="jsfzfExceed"
                   list-type="picture-card"
                   :file-list="jsfzfList"
-                  :auto-upload="false"
+                  :auto-upload="true"
                 >
                   <el-button slot="trigger" size="small" type="primary"
                     >点击选择</el-button
                   >
                 </el-upload>
-                <el-button
+                <!-- <el-button
                   style="margin-left: 10px"
                   size="small"
                   type="success"
                   @click="jsfzfUpload"
                   >上传到服务器</el-button
-                >
+                > -->
               </el-aside>
               <el-main>
                 <el-row>
@@ -394,8 +412,9 @@
                   <el-col :span="16">
                     <el-input
                       v-model="form.handler"
-                      placeholder="请输入内容"
+                      placeholder="请输入姓名"
                       style="width: 60%"
+                      maxlength="20"
                     ></el-input>
                   </el-col>
                 </el-row>
@@ -406,8 +425,9 @@
                   <el-col :span="16">
                     <el-input
                       v-model="form.handlerCard"
-                      placeholder="请输入内容"
+                      placeholder="请输入身份证号"
                       style="width: 60%"
+                      maxlength="20"
                     ></el-input>
                   </el-col>
                 </el-row>
@@ -423,16 +443,18 @@
             <el-row>
               <el-col :span="12"
                 >复核人员:<el-input
-                  v-model="form.handler"
-                  placeholder="请输入内容"
+                  v-model="form.review"
+                  placeholder="请输入复核人员"
                   style="width: 45%"
+                  maxlength="20"
                 ></el-input>
               </el-col>
               <el-col :span="12"
                 >联系电话:<el-input
                   v-model="form.phone"
-                  placeholder="请输入内容"
+                  placeholder="请输入联系电话"
                   style="width: 45%"
+                  maxlength="20"
                 ></el-input>
               </el-col>
             </el-row>
@@ -440,30 +462,33 @@
               <el-col :span="12"
                 >业务操作员:<el-input
                   v-model="form.operator"
-                  placeholder="请输入内容"
+                  placeholder="请输入业务操作员"
                   style="width: 45%"
+                  maxlength="20"
                 ></el-input>
               </el-col>
               <el-col :span="12"
                 >联系电话:<el-input
                   v-model="form.number"
-                  placeholder="请输入内容"
+                  placeholder="请输入联系电话"
                   style="width: 45%"
+                  maxlength="20"
                 ></el-input>
               </el-col>
             </el-row>
           </el-main>
           <el-main>
-            <el-row style="margin-top: 3%">
+            <el-row style="margin-top: 3%" v-if="legalHandle==false">
               <span style="font-size: 14px"
                 ><span class="separation"></span>法人授权书:</span
               >
             </el-row>
             <el-upload
+            v-if="legalHandle==false"
               ref="frsqsload"
               class="upload-demo"
               action=""
-              :class="{ uoloadbyz: showBtnImg, byzUoloadSty: frsqsBtnImg }"
+              :class="{ uoloadfrsqs: showBtnImg, frsqsUoloadSty: frsqsBtnImg }"
               :on-change="frsqsImgChange"
               accept=".jpg, .jpeg, .png, .JPG, .JPEG, .PNG"
               :http-request="frsqsRequest"
@@ -474,19 +499,19 @@
               :on-exceed="frsqsExceed"
               list-type="picture-card"
               :file-list="frsqsList"
-              :auto-upload="false"
+              :auto-upload="true"
             >
               <el-button slot="trigger" size="small" type="primary"
                 >点击选择</el-button
               >
             </el-upload>
-            <el-button
+            <!-- <el-button
               style="margin-left: 10px"
               size="small"
               type="success"
               @click="frsqsUpload"
               >上传到服务器</el-button
-            >
+            > -->
           </el-main>
           <el-main>
             <el-row style="margin-top: 3%">
@@ -498,7 +523,10 @@
               ref="szzssqload"
               class="upload-demo"
               action=""
-              :class="{ uoloadbyz: showBtnImg, byzUoloadSty: szzssqBtnImg }"
+              :class="{
+                uoloadszzssq: showBtnImg,
+                szzssqUoloadSty: szzssqBtnImg,
+              }"
               :on-change="szzssqImgChange"
               accept=".jpg, .jpeg, .png, .JPG, .JPEG, .PNG"
               :http-request="szzssqRequest"
@@ -509,19 +537,19 @@
               :on-exceed="szzssqExceed"
               list-type="picture-card"
               :file-list="szzssqList"
-              :auto-upload="false"
+              :auto-upload="true"
             >
               <el-button slot="trigger" size="small" type="primary"
                 >点击选择</el-button
               >
             </el-upload>
-            <el-button
+            <!-- <el-button
               style="margin-left: 10px"
               size="small"
               type="success"
               @click="szzssqUpload"
               >上传到服务器</el-button
-            >
+            > -->
           </el-main>
           <el-main>
             <el-row style="margin-top: 3%">
@@ -534,7 +562,7 @@
                 ref="qtfjload"
                 class="upload-demo"
                 action=""
-                :class="{ uoloadbyz: showBtnImg, byzUoloadSty: qtfjBtnImg }"
+                :class="{ uoloadqtfj: showBtnImg, qtfjUoloadSty: qtfjBtnImg }"
                 :on-change="qtfjImgChange"
                 accept=".jpg, .jpeg, .png, .JPG, .JPEG, .PNG"
                 :http-request="qtfjRequest"
@@ -545,24 +573,24 @@
                 :on-exceed="qtfjExceed"
                 list-type="picture-card"
                 :file-list="qtfjList"
-                :auto-upload="false"
+                :auto-upload="true"
               >
                 <el-button slot="trigger" size="small" type="primary"
                   >点击选择</el-button
                 >
               </el-upload>
-              <el-button
+              <!-- <el-button
                 style="margin-left: 10px"
                 size="small"
                 type="success"
                 @click="qtfjUpload"
                 >上传到服务器</el-button
-              >
+              > -->
             </el-row>
           </el-main>
 
           <el-footer>
-            <el-checkbox >我已阅读并同意</el-checkbox
+            <el-checkbox v-model="confirm">我已阅读并同意</el-checkbox
             ><a href="">《xxxxxxxx融信协议》</a>
           </el-footer>
         </el-container>
@@ -598,22 +626,26 @@
               <el-col :span="8"
                 >银行开户名称:<el-input
                   v-model="form.scyName"
-                  placeholder="请输入内容"
+                  placeholder="请输入银行开户名称"
+                  :disabled='disabled'
                   style="width: 65%"
+                  maxlength="20"
                 ></el-input>
               </el-col>
               <el-col :span="8"
                 >开户银行:<el-input
                   v-model="form.pbaiBankName"
-                  placeholder="请输入内容"
+                  placeholder="请输入开户银行"
+                  maxlength="20"
                   style="width: 65%"
                 ></el-input>
               </el-col>
               <el-col :span="8"
                 >银行账号:<el-input
                   v-model="form.pbaiBankaccountId"
-                  placeholder="请输入内容"
+                  placeholder="请输入银行账号"
                   style="width: 65%"
+                  maxlength="20"
                 ></el-input>
               </el-col>
             </el-row>
@@ -630,6 +662,7 @@
                   v-model="form.amount"
                   placeholder="请输入打款金额"
                   style="width: 65%"
+                  maxlength="20"
                 ></el-input>
               </el-col>
               <el-col :span="8"
@@ -646,16 +679,37 @@
         <el-container>
           <el-main>
             <el-row>
-              <el-col :span="8"
+              <el-col :span="8"  v-if="legalHandle!=false"
                 >经办人姓名:<el-input
+                  v-model="form.scyLegal"
+                  placeholder="请输入经办人姓名"
+                  style="width: 62%"
+                  :disabled='disabled'
+                  maxlength="20"
+                ></el-input>
+              </el-col>
+                     <el-col :span="8"
+                >经办人姓名:<el-input  v-if="legalHandle==false"
                   v-model="form.handler"
+                  placeholder="请输入经办人姓名"
+                  style="width: 62%"
+                  :disabled='disabled'
+                  maxlength="20"
+                ></el-input>
+              </el-col>
+              <el-col :span="8"  v-if="legalHandle!=false"
+                >身份证号码:<el-input
+                  v-model="form.scyLegalId"
+                
+                  :disabled='disabled'
                   placeholder="请输入内容"
                   style="width: 62%"
                 ></el-input>
               </el-col>
-              <el-col :span="8"
+                     <el-col :span="8"  v-if="legalHandle==false"
                 >身份证号码:<el-input
                   v-model="form.handlerCard"
+                     :disabled='disabled'
                   placeholder="请输入内容"
                   style="width: 62%"
                 ></el-input>
@@ -663,6 +717,7 @@
               <el-col :span="8"
                 >手机号:<el-input
                   v-model="form.phone"
+                  :disabled='disabled'
                   placeholder="请输入内容"
                   style="width: 62%"
                 ></el-input>
@@ -694,13 +749,11 @@
         >
         <el-button
           style="float: right; margin-top: 12px; margin-right: 1%"
-          @click="prev"
           v-if="active == 1 || active == 2 || active == 3"
           >上一步</el-button
         >
         <el-button
           style="float: right; margin-top: 12px"
-          @click="prev"
           v-if="active == 2"
           >保存</el-button
         >
@@ -734,7 +787,15 @@ export default {
       //图片预览
       // 表单参数
       form: {},
-        // 表单校验
+      //法人经办
+      legalHandle:false,
+      //是否确认
+      confirm:false,
+      //无法输入
+      disabled: true,
+      // 完成跳转
+      redirect: undefined,
+      // 表单校验
       rules: {
         scyName: [
           {
@@ -962,27 +1023,70 @@ export default {
     /** 查询企业状态 */
     getList() {
       cashBack().then((response) => {
-        if (this.response) {
-            this.form = response.data.list;
-          if (response.data.list.scyStatus == "03"){
-            this.$set(this.form, "pbaiBankaccountId", response.data.data[0].pbaiBankaccountId);
-            this.$set(this.form, "pbaiBankName", response.data.data[0].pbaiBankName);
-            this.active = 1;
-          }else if(response.data.list.scyStatus == "02"){
+         console.log(response.data)
+        if(response.data) {
+          this.form = response.data.list;
+          console.log(response.data.list)
+          if (response.data.list.scyStatus == "03") {
+            this.$set(
+              this.form,
+              "pbaiBankaccountId",
+              response.data.data[0].pbaiBankaccountId
+            );
+            this.$set(
+              this.form,
+              "pbaiBankName",
+              response.data.data[0].pbaiBankName
+            );
+                 this.$set(
+              this.form,
+              "phone",
+              response.data.user[0].userName
+            );
+                    this.$set(
+              this.form,
+              "handler",
+              response.data.user[0].nickName
+            );
+                       this.$set(
+              this.form,
+              "handlerCard",
+              response.data.userCompany[0].sucrCard
+            );
+            if(response.data){
+
+            }
             this.active = 1;
+          }else if(response.data.list.scyStatus == "04"){
+                     this.$set(
+              this.form,
+              "phone",
+              response.data.user[0].userName
+            );
+                    this.$set(
+              this.form,
+              "handler",
+              response.data.user[0].nickName
+            );
+                       this.$set(
+              this.form,
+              "handlerCard",
+              response.data.userCompany[0].sucrCard
+            );
+            this.active = 3;
           }
         }
       });
     },
     //文件移除提示
-    beforeRemove(file, byzList) {
-      for (let i = 0; i < this.byzList.length; i++) {
-        if (file.uid == this.byzList[i].uid) {
-          this.byzList.splice(i, 1);
+    beforeRemove(file, yyzzList) {
+      for (let i = 0; i < this.yyzzList.length; i++) {
+        if (file.uid == this.yyzzList[i].uid) {
+          this.yyzzList.splice(i, 1);
           break;
         }
       }
-      this.byzBtnImg = byzList.length >= this.limitCountImg;
+      this.yyzzBtnImg = yyzzList.length >= this.limitCountImg;
     },
     handleExceed(file, yyzzList) {
       this.$message.warning(`当前限制选择 1 个文件`);
@@ -1002,7 +1106,7 @@ export default {
     fsfzfRemove(file, fsfzfList) {
       for (let i = 0; i < this.fsfzfList.length; i++) {
         if (file.uid == this.fsfzfList[i].uid) {
-          thisfsfzfList.splice(i, 1);
+          this.fsfzfList.splice(i, 1);
           break;
         }
       }
@@ -1024,7 +1128,7 @@ export default {
       this.$message.warning(`当前限制选择 1 个文件`);
     },
     jsfzfRemove(file, jsfzfList) {
-      for (let i = 0; i < this.jsfzList.length; i++) {
+      for (let i = 0; i < this.jsfzfList.length; i++) {
         if (file.uid == this.jsfzfList[i].uid) {
           this.jsfzfList.splice(i, 1);
           break;
@@ -1075,7 +1179,7 @@ export default {
     //图片预览
     handlePictureCardPreview(file) {
       this.yyzzImageUrl = file.url;
-      this.sfzVisible = true;
+      this.yyzzVisible = true;
     },
     fsfzzPictureCardPreview(file) {
       this.fsfzzImageUrl = file.url;
@@ -1106,28 +1210,28 @@ export default {
       this.qtfjVisible = true;
     },
     dealImgChange(file, yyzzList) {
-      this.noneBtnImg = yyzzList.length >= this.limitCountImg;
+      this.yyzzBtnImg = yyzzList.length >= this.limitCountImg;
     },
     fsfzzImgChange(file, fsfzzList) {
-      this.noneBtnImg = fsfzzList.length >= this.limitCountImg;
+      this.fsfzzBtnImg = fsfzzList.length >= this.limitCountImg;
     },
     fsfzfImgChange(file, fsfzfList) {
-      this.noneBtnImg = fsfzfList.length >= this.limitCountImg;
+      this.fsfzfBtnImg = fsfzfList.length >= this.limitCountImg;
     },
     jsfzzImgChange(file, jsfzzList) {
-      this.noneBtnImg = jsfzzList.length >= this.limitCountImg;
+      this.jsfzzBtnImg = jsfzzList.length >= this.limitCountImg;
     },
-    jsfzfImgChange(file, jsfzf) {
-      this.noneBtnImg = jsfzf.length >= this.limitCountImg;
+    jsfzfImgChange(file, jsfzfList) {
+      this.jsfzfBtnImg = jsfzfList.length >= this.limitCountImg;
     },
     frsqsImgChange(file, frsqsList) {
-      this.noneBtnImg = frsqsList.length >= this.limitCountImg;
+      this.frsqsBtnImg = frsqsList.length >= this.limitCountImg;
     },
     szzssqImgChange(file, szzssqList) {
-      this.noneBtnImg = szzssqList.length >= this.limitCountImg;
+      this.szzssqBtnImg = szzssqList.length >= this.limitCountImg;
     },
     qtfjImgChange(file, qtfjList) {
-      this.noneBtnImg = qtfjList.length >= this.limitCountImg;
+      this.qtfjBtnImg = qtfjList.length >= this.limitCountImg;
     },
 
     //营业执照上传
@@ -1185,11 +1289,12 @@ export default {
             "scyRegisteredCapital",
             response.data.scyRegisteredCapital
           );
-           if(response.data.scyStartTime!=null){
-          this.$set(this.form, "scyStartTime", response.data.scyStartTime);
+          if (response.data.scyStartTime != null) {
+            this.$set(this.form, "scyStartTime", response.data.scyStartTime);
           }
-          if(response.data.scyEndTime!=null){
-          this.$set(this.form, "scyEndTime", response.data.scyEndTime);
+          if (response.data.scyEndTime != null) {
+            console.log(response.data.scyEndTime);
+            this.$set(this.form, "scyEndTime", response.data.scyEndTime);
           }
           this.$set(this.form, "scyLicenseFile", response.data.scyLicenseFile);
           setTimeout(() => {
@@ -1388,6 +1493,9 @@ export default {
     // 下一步
     next() {
       if (this.active == 0) {
+        if(!this.confirm){
+        this.$message.error("融信协议未确认!");
+        }else{
         this.form.yyzzList = this.yyzzList;
         this.form.fsfzzList = this.fsfzzList;
         this.form.fsfzfList = this.fsfzfList;
@@ -1405,13 +1513,14 @@ export default {
         addAuthentication(this.form)
           .then((response) => {
             loading.close();
-            this.msgSuccess("新增成功");
+            this.msgSuccess("验证成功");
             this.$set(this.form, "scyId", response.data.scyId);
             this.active++;
           })
           .catch((response) => {
             loading.close();
           });
+          }
       } else if (this.active == 1) {
         const loading = this.$loading({
           lock: true,
@@ -1456,6 +1565,7 @@ export default {
             loading.close();
             this.msgSuccess("验证成功");
             this.active++;
+            this.$router.push({ path: this.redirect || "/" });
           })
           .catch((response) => {
             loading.close();
@@ -1483,6 +1593,74 @@ export default {
 };
 </script>
 <style>
+.uoloadSty .el-upload--picture-card {
+  width: 110px;
+  height: 110px;
+  line-height: 110px;
+}
+.disUoloadSty .el-upload--picture-card {
+  display: none;
+}
+
+.fsfzzUoload .el-upload--picture-card {
+  width: 110px;
+  height: 110px;
+  line-height: 110px;
+}
+.Uoloadfsfzz .el-upload--picture-card {
+  display: none;
+}
+
+.uoloadfsfzf .el-upload--picture-card {
+  width: 110px;
+  height: 110px;
+  line-height: 110px;
+}
+.fsfzfUoloadSty .el-upload--picture-card {
+  display: none;
+}
+
+.uoloadjsfzz .el-upload--picture-card {
+  width: 110px;
+  height: 110px;
+  line-height: 110px;
+}
+.jsfzzUoloadSty .el-upload--picture-card {
+  display: none;
+}
+
+.uoloadfrsqs .el-upload--picture-card {
+  width: 110px;
+  height: 110px;
+  line-height: 110px;
+}
+.frsqsUoloadSty .el-upload--picture-card {
+  display: none;
+}
+.uoloadjsfzf .el-upload--picture-card {
+  width: 110px;
+  height: 110px;
+  line-height: 110px;
+}
+.jsfzfUoloadSty .el-upload--picture-card {
+  display: none;
+}
+.uoloadszzssq .el-upload--picture-card {
+  width: 110px;
+  height: 110px;
+  line-height: 110px;
+}
+.szzssqUoloadSty .el-upload--picture-card {
+  display: none;
+}
+.uoloadqtfj .el-upload--picture-card {
+  width: 110px;
+  height: 110px;
+  line-height: 110px;
+}
+.qtfjUoloadSty .el-upload--picture-card {
+  display: none;
+}
 .substance p {
   font-family: "微软雅黑", sans-serif;
   font-weight: 400;

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

@@ -240,7 +240,7 @@
             v-model="form.scySocialCode"
             style="width: 215px"
             placeholder="请输入社会统一信用代码"
-            maxlength="15"
+            maxlength="18"
           />
         </el-form-item>
         <el-form-item label="客户经理" prop="smiManager">
@@ -536,12 +536,12 @@ export default {
         console.log(response);
         this.form = response.data.list[0];
         if (
-          response.data.data.pfiUrl != "" &&
-          response.data.data.pfiUrl != null
+          response.data.data[0].pfiUrl != "" &&
+          response.data.data[0].pfiUrl != null
         ) {
           this.sfzList.push({
             name: "合作协议",
-            url: response.data.data.pfiUrl + "/" + getToken(),
+            url: response.data.data[0].pfiUrl + "/" + getToken(),
           });
              this.noneBtnImg = true;
         }
@@ -558,12 +558,12 @@ export default {
         console.log(response);
         this.form = response.data.list[0];
         if (
-          response.data.data.pfiUrl != "" &&
-          response.data.data.pfiUrl != null
+          response.data.data[0].pfiUrl != "" &&
+          response.data.data[0].pfiUrl != null
         ) {
           this.sfzList.push({
             name: "合作协议",
-            url: response.data.data.pfiUrl + "/" + getToken(),
+            url: response.data.data[0].pfiUrl + "/" + getToken(),
           });
              this.noneBtnImg = true;
         }