wangmengwei 8 tháng trước cách đây
mục cha
commit
f3f929c21b

+ 2 - 2
ruoyi-ui/src/settings.js

@@ -1,7 +1,7 @@
 module.exports = {
-	// urls: `https://rzdb.qs163.cn`,
+	urls: `https://rzdb.qs163.cn`,
   // 114.99.127.243:2004
-	urls:`http://192.168.101.168:8056`,
+	// urls:`http://192.168.101.245:8056`,
   // 192.168.101.168:8056
   /**
    * 侧边栏主题 深色主题theme-dark,浅色主题theme-light

+ 64 - 7
ruoyi-ui/src/views/system/bjq/index.vue

@@ -72,7 +72,8 @@
                     <el-button size="mini" style="background-color: #00A9F0; border-color: #00A9F0; color: #fff;"
                       @click="infoBtnsssix" v-hasPermi="['system:application:ss']" v-if="form.auditType == 4 && form.loanSchedule != 6">申诉</el-button>
                       <el-button size="mini" style="background-color: #00A9F0; border-color: #00A9F0; color: #fff;"
-                        @click="infoBtnss" v-hasPermi="['system:application:ss']" v-if="form.auditType == 4 && form.loanSchedule == 6">申诉</el-button>
+                        @click="infoBtnss" v-hasPermi="['system:application:ss']" v-if="form.auditType == 4 && form.loanSchedule == 6">上会申诉</el-button>
+                        <!--  -->
               </el-col>
             </el-col>
             <el-col :span="24">
@@ -745,12 +746,13 @@
               </el-dropdown-menu>
             </el-dropdown>
             <!-- v-if=" form.loanSchedule > 6" -->
-            <el-dropdown @command="handleCommandht"  v-if=" form.loanSchedule > 6">
+            <el-dropdown @command="handleCommandht" v-if=" form.loanSchedule > 6" >
               <el-button size="mini"ss type="primary">
                 合同上传信息<i class="el-icon-arrow-down el-icon--right"></i>
               </el-button>
               <el-dropdown-menu slot="dropdown">
-                <el-dropdown-item  command="weitouplo" v-if="form.loanSchedule == 9 &&  (isabj == true || isguanle ==true)" v-hasPermi="['common:upload:uploadNewOcr']">上传借据</el-dropdown-item>
+                <el-dropdown-item  command="weitouplo" v-if="form.loanSchedule == 9 &&  (isabj == true || isguanle ==true)"   v-hasPermi="['common:upload:uploadNewOcr']">上传借据</el-dropdown-item>
+                <!-- -->
                 <!-- v-if="form.loanSchedule == 9 &&  (isabj == true || isguanle ==true)" -->
                  <!-- v-if="form.loanSchedule == 9" -->
                <!-- <el-dropdown-item command="fagnkuplo"  >上传放款合规表</el-dropdown-item>
@@ -760,6 +762,8 @@
                 <el-dropdown-item command="diyafauplo" v-if="form.guaranteeType ==1 && form.loanSchedule == 7" >上传抵押反担保合同(法人)附件</el-dropdown-item>
                 <el-dropdown-item command="diyziruplo" v-if="form.guaranteeType ==1 && form.loanSchedule == 7">上传抵押反担保合同(自然人)附件</el-dropdown-item> -->
                 <el-dropdown-item command="dianweuplo" >其他附件</el-dropdown-item>
+                <!-- <el-dropdown-item command="dianweuplob" >银行保证合同</el-dropdown-item>
+                <el-dropdown-item command="dianweuplol" >流动资金贷款合同</el-dropdown-item> -->
               </el-dropdown-menu>
             </el-dropdown>
           <!-- <el-button size="mini" style="background-color: #032C7B; border-color: #032C7B; color: #fff;" @click="infoBtnyou">推荐优秀</el-button> -->
@@ -2122,7 +2126,7 @@
                 if(fandanr[q].guaranteeInfoFjList != null && fandanr[q].guaranteeInfoFjList.length !=0){
                   for(var n = 0; n < fandanr[q].guaranteeInfoFjList.length;n++){
                       if(fandanr[q].guaranteeInfoFjList[n].type =='fdbrsfzrmx'){
-                        fandanr[q].guaranteeInfoFjList[n].name="反担保人" + (q + 1) +"身份证面"
+                        fandanr[q].guaranteeInfoFjList[n].name="反担保人" + (q + 1) +"身份证国徽面"
                         fandanr[q].guaranteeInfoFjList[n].fjId = fandanr[q].guaranteeInfoFjList[n].guaranteeInfoFjId
                         hg.fdbrsfzrmx[0] = fandanr[q].guaranteeInfoFjList[n]
                       }
@@ -2142,7 +2146,7 @@
                         hg.fdbrgrgzzm.push(fandanr[q].guaranteeInfoFjList[n])
                       }
                       if(fandanr[q].guaranteeInfoFjList[n].type =='fdbrsfzghm'){
-                        fandanr[q].guaranteeInfoFjList[n].name="反担保人" + (q + 1) +"身份证面"
+                        fandanr[q].guaranteeInfoFjList[n].name="反担保人" + (q + 1) +"身份证人像面"
                          fandanr[q].guaranteeInfoFjList[n].fjId = fandanr[q].guaranteeInfoFjList[n].guaranteeInfoFjId
                         hg.fdbrsfzghm.push(fandanr[q].guaranteeInfoFjList[n])
                       }
@@ -2627,7 +2631,7 @@
                   rou.loanApplicationId = this.form.loanApplicationId
                   rou.loanApplicationNumber = this.form.loanApplicationNumber
                   rou.bigType = 'd'
-                  rou.type = 'qtfj'
+                  rou.type = this.jinzde.type
                 })
               }
               xzfh(this.formlog.fjUrl).then(response => {
@@ -2843,7 +2847,7 @@
               });
 
             }else if (this.isnue == 21) {
-              // 其他附件 申诉
+              // 其他附件 上会申诉
               if (this.formlog.fjUrl.length == 0) {
                 this.$message.error("请选择附件");
                 return
@@ -3115,6 +3119,15 @@
          case "dianweuplo":
          this.dianweuplo(row);
          break;
+
+         case "dianweuplob":
+         this.dianweuplob(row);
+         break;
+
+         case "dianweuplol":
+         this.dianweuplol(row);
+         break;
+
           case "weitouplo":
           this.weitouplo(row);
           break;
@@ -3181,6 +3194,18 @@
            this.editFileDetail(ngj)
         });
       },
+      yeweuda(row){
+        // 担保业务备案表
+        let nghe={loanApplicationId:this.form.loanApplicationId,type:21,customerType:this.form.customerType,bigType:'c',fileType:'dbbab'}
+        mb(nghe).then(response => {
+           let ngj={path:this.defaultSettings.urls +  process.env.VUE_APP_BASE_API + response.data.path,fileId:response.data.fileId,}
+           // response.data.path
+           let url =  this.defaultSettings.urls +  process.env.VUE_APP_BASE_API + response.msg
+           ngj.officeTypeg = this.matchType(response.data.path)
+           this.editFileDetail(ngj)
+        });
+      },
+
       quanlifr(row){
         // 权利质权反担保合同(适用于法人)
         let nghe={loanApplicationId:this.form.loanApplicationId,type:9,customerType:this.form.customerType,bigType:'c',fileType:'qlzqfdbhtfr'}
@@ -3453,6 +3478,38 @@
         this.isnue = 8
         this.open = true
       },
+      dianweuplob(row){
+        // 其他附件
+       this.reset();
+       this.huifeg = {}
+       this.getlsegqt()
+       this.jinzde.loanApplicationNumber = this.form.loanApplicationNumber
+       this.jinzde.bigType = 'd'
+       this.jinzde.type = 'yhbzht'
+       this.jinzde.loanApplicationId = this.form.loanApplicationId
+       this.formlog.loanApplicationId = this.chuid
+       this.formlog.loanApplicationNumber = this.form.loanApplicationNumber
+       this.formlog.auditSchedule = this.form.auditSchedule
+       this.formlog.fjUrl = []
+        this.isnue = 8
+        this.open = true
+      },
+      dianweuplol(row){
+        // 其他附件
+       this.reset();
+       this.huifeg = {}
+       this.getlsegqt()
+       this.jinzde.loanApplicationNumber = this.form.loanApplicationNumber
+       this.jinzde.bigType = 'd'
+       this.jinzde.type = 'ldzjdkht'
+       this.jinzde.loanApplicationId = this.form.loanApplicationId
+       this.formlog.loanApplicationId = this.chuid
+       this.formlog.loanApplicationNumber = this.form.loanApplicationNumber
+       this.formlog.auditSchedule = this.form.auditSchedule
+       this.formlog.fjUrl = []
+        this.isnue = 8
+        this.open = true
+      },
       weitouplo(row){
         // 借据
         this.reset();

+ 2 - 2
ruoyi-ui/src/views/system/bjqbao/index.vue

@@ -2009,7 +2009,7 @@
                 if(fandanr[q].guaranteeInfoFjList != null && fandanr[q].guaranteeInfoFjList.length !=0){
                   for(var n = 0; n < fandanr[q].guaranteeInfoFjList.length;n++){
                       if(fandanr[q].guaranteeInfoFjList[n].type =='fdbrsfzrmx'){
-                        fandanr[q].guaranteeInfoFjList[n].name="反担保人" + (q + 1) +"身份证面"
+                        fandanr[q].guaranteeInfoFjList[n].name="反担保人" + (q + 1) +"身份证人像面"
                         fandanr[q].guaranteeInfoFjList[n].fjId = fandanr[q].guaranteeInfoFjList[n].guaranteeInfoFjId
                         hg.fdbrsfzrmx[0] = fandanr[q].guaranteeInfoFjList[n]
                       }
@@ -2029,7 +2029,7 @@
                         hg.fdbrgrgzzm.push(fandanr[q].guaranteeInfoFjList[n])
                       }
                       if(fandanr[q].guaranteeInfoFjList[n].type =='fdbrsfzghm'){
-                        fandanr[q].guaranteeInfoFjList[n].name="反担保人" + (q + 1) +"身份证面"
+                        fandanr[q].guaranteeInfoFjList[n].name="反担保人" + (q + 1) +"身份证国徽面"
                          fandanr[q].guaranteeInfoFjList[n].fjId = fandanr[q].guaranteeInfoFjList[n].guaranteeInfoFjId
                         hg.fdbrsfzghm.push(fandanr[q].guaranteeInfoFjList[n])
                       }

+ 28 - 29
ruoyi-ui/src/views/system/bjqs/index.vue

@@ -155,12 +155,12 @@
               <div v-for="(item,index) in fjshareholderFjList" :key = "index + 2">
                 <el-col :span="24" >
                   <el-col :span="12">
-                    <el-form-item :label="'股东' + (index-0+1) + '身份证(面)'" class="qiuchu">
+                    <el-form-item :label="'股东' + (index-0+1) + '身份证(人像面)'" class="qiuchu">
                       <file-uploadgd :data="item.shzfj.data" v-model="item.shzfj.shareholderFrontUrl" />
                     </el-form-item>
                   </el-col>
                   <el-col :span="12">
-                    <el-form-item :label="'股东' + (index-0+1) + '身份证(面)'" class="qiuchu">
+                    <el-form-item :label="'股东' + (index-0+1) + '身份证(国徽面)'" class="qiuchu">
                       <file-uploadgd :data="item.shzfm.data" v-model="item.shzfm.shareholderBackUrl" />
                     </el-form-item>
                   </el-col>
@@ -254,13 +254,13 @@
 
             <el-col :span="24">
               <el-col :span="12">
-                <el-form-item label="身份证面" class="qiuchu" prop="corporationFront">
+                <el-form-item label="身份证人像面" class="qiuchu" prop="corporationFront">
                   <!-- <vue-ueditor-wrap   v-model="form.noticeContent" :config="myConfig"></vue-ueditor-wrap> -->
                   <file-uploadbo  v-model="form.corporationFront" />
                 </el-form-item>
               </el-col>
               <el-col :span="12">
-                <el-form-item label="身份证面" class="qiuchu" prop="corporationBack">
+                <el-form-item label="身份证国徽面" class="qiuchu" prop="corporationBack">
                   <!-- <vue-ueditor-wrap   v-model="form.noticeContent" :config="myConfig"></vue-ueditor-wrap> -->
                   <file-uploadgd :data="fanfes"  v-model="form.corporationBack" />
                 </el-form-item>
@@ -320,13 +320,13 @@
             </el-col>
             <el-col :span="24">
               <el-col :span="12">
-                <el-form-item label="配偶身份证正面" class="qiuchu">
+                <el-form-item label="配偶身份证(人像面)" class="qiuchu">
                   <!-- <vue-ueditor-wrap   v-model="form.noticeContent" :config="myConfig"></vue-ueditor-wrap> -->
                   <file-uploadbo  v-model="form.spouseFront" />
                 </el-form-item>
               </el-col>
               <el-col :span="12">
-                <el-form-item label="配偶身份证反面" class="qiuchu">
+                <el-form-item label="配偶身份证(国徽面)" class="qiuchu">
                   <!-- <vue-ueditor-wrap   v-model="form.noticeContent" :config="myConfig"></vue-ueditor-wrap> -->
                   <file-uploadgd :data="fanfes" v-model="form.spouseBack" />
                 </el-form-item>
@@ -397,13 +397,13 @@
               </el-col>
               <el-col :span="24">
                 <el-col :span="12">
-                  <el-form-item label="身份证面" class="qiuchu">
+                  <el-form-item label="身份证人像面" class="qiuchu">
                     <!-- <vue-ueditor-wrap   v-model="form.noticeContent" :config="myConfig"></vue-ueditor-wrap> -->
                     <file-uploadbo :data="jlsk" v-model="item.fdbrsfzrmx" :on-change="nghweg" />
                   </el-form-item>
                 </el-col>
                 <el-col :span="12">
-                  <el-form-item label="身份证面" class="qiuchu">
+                  <el-form-item label="身份证国徽面" class="qiuchu">
                     <!-- <vue-ueditor-wrap   v-model="form.noticeContent" :config="myConfig"></vue-ueditor-wrap> -->
                     <file-uploadgd :data="fadse" v-model="item.fdbrsfzghm" />
                   </el-form-item>
@@ -1085,8 +1085,8 @@
         },
         fjshareholderFjList:[
             {
-            shzfj:{shareholderFrontUrl:'',data:{loanApplicationNumber:0,fileName:'股东1身份证面'}},
-            shzfm:{shareholderBackUrl:'',data:{loanApplicationNumber:0,fileName:'股东1身份证面'}},
+            shzfj:{shareholderFrontUrl:'',data:{loanApplicationNumber:0,fileName:'股东1身份证人像面'}},
+            shzfm:{shareholderBackUrl:'',data:{loanApplicationNumber:0,fileName:'股东1身份证国徽面'}},
             gszhx:{shareholderZxUrl:'',data:{loanApplicationNumber:0,fileName:'股东1征信'}},
             gdyyzh:{shareholderBusinessUrl:'',data:{loanApplicationNumber:0,fileName:'股东1营业执照'},shareholderName:null,shareholderIdCard:null},
             },
@@ -2144,7 +2144,7 @@
           if( this.form.corporationFront != null){
             this.form.corporationFront = [
               {url:this.form.corporationFront,
-              name:'法人身份证面',
+              name:'法人身份证人像面',
               idCard:this.form.corporationIdCard,
               realName:this.form.corporationName
               },
@@ -2160,20 +2160,20 @@
 
             this.form.corporationBack = [
               {url:this.form.corporationBack,
-              name:'法人身份证面',
+              name:'法人身份证国徽面',
               },
               ]
           if(this.form.spouseFront != null){
            this.form.spouseFront = [
              {url:this.form.spouseFront,
-             name:'配偶身份证面',
+             name:'配偶身份证人像面',
              idCard:this.form.spouseIdCard,
              realName:this.form.spouseName
              },
              ]
            this.form.spouseBack = [
              {url:this.form.spouseBack,
-             name:'配偶身份证面',
+             name:'配偶身份证国徽面',
              },
              ]
           }else{
@@ -2248,8 +2248,8 @@
             shareholderFjId:this.form.shareholderFjList[t].shareholderFjId,
             shareholderZxUrlPdf:this.form.shareholderFjList[t].shareholderZxUrlPdf,
             loanApplicationNumber:this.form.shareholderFjList[t].loanApplicationNumber,
-            shzfj:{shareholderFrontUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)  + '身份证面'}},
-            shzfm:{shareholderBackUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)   + '身份证面'}},
+            shzfj:{shareholderFrontUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)  + '身份证人像面'}},
+            shzfm:{shareholderBackUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)   + '身份证国徽面'}},
             gszhx:{shareholderZxUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)   + '征信'}},
             gdyyzh:{shareholderBusinessUrl:'',data:{loanApplicationNumber:0,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)   + '营业执照'},shareholderName:null,shareholderIdCard:null},
 
@@ -2260,12 +2260,12 @@
               this.fjshareholderFjList[t].gszhx.data.loanApplicationNumber = response.data.loanApplicationNumber
               this.fjshareholderFjList[t].gdyyzh.data.loanApplicationNumber = response.data.loanApplicationNumber
               if(this.form.shareholderFjList[t].shareholderFrontUrl !='' && this.form.shareholderFjList[t].shareholderFrontUrl !=null){
-                this.fjshareholderFjList[t].shzfj.shareholderFrontUrl = [{url:this.form.shareholderFjList[t].shareholderFrontUrl,name:'股东' + (t+1) +'身份证面'}]
+                this.fjshareholderFjList[t].shzfj.shareholderFrontUrl = [{url:this.form.shareholderFjList[t].shareholderFrontUrl,name:'股东' + (t+1) +'身份证人像面'}]
               }else{
                 this.fjshareholderFjList[t].shzfj.shareholderFrontUrl  = ''
               }
               if(this.form.shareholderFjList[t].shareholderBackUrl !='' && this.form.shareholderFjList[t].shareholderBackUrl !=null){
-               this.fjshareholderFjList[t].shzfm.shareholderBackUrl = [{url:this.form.shareholderFjList[t].shareholderBackUrl,name:'股东' + (t+1) +'身份证面'}]
+               this.fjshareholderFjList[t].shzfm.shareholderBackUrl = [{url:this.form.shareholderFjList[t].shareholderBackUrl,name:'股东' + (t+1) +'身份证国徽面'}]
               }else{
                this.fjshareholderFjList[t].shzfm.shareholderBackUrl = ''
               }
@@ -2301,8 +2301,8 @@
            }
          }else{
            this.fjshareholderFjList.push({
-            shzfj:{shareholderFrontUrl:'',data:{loanApplicationNumber:0,fileName:'股东1身份证面'}},
-            shzfm:{shareholderBackUrl:'',data:{loanApplicationNumber:0,fileName:'股东1身份证面'}},
+            shzfj:{shareholderFrontUrl:'',data:{loanApplicationNumber:0,fileName:'股东1身份证人像面'}},
+            shzfm:{shareholderBackUrl:'',data:{loanApplicationNumber:0,fileName:'股东1身份证国徽面'}},
             gszhx:{shareholderZxUrl:'',data:{loanApplicationNumber:0,fileName:'股东1征信'}},
             gdyyzh:{shareholderBusinessUrl:'',data:{loanApplicationNumber:0,fileName:'股东1营业执照'},shareholderName:null,shareholderIdCard:null}
             },)
@@ -2424,13 +2424,13 @@
             console.log(this.fangeren[r],8)
             this.fangeren[r].type = 1
             if(this.fangeren[r].fdbrsfzrmx[0].url == undefined || this.fangeren[r].fdbrsfzrmx[0].url==null){
-              this.$message.error("请上传反担保人身份证面");
+              this.$message.error("请上传反担保人身份证人像面");
               return
             }
             // this.fangeren[r].guaranteeName = this.fangeren[r].fdbrsfzrmx[0].realName
             // this.fangeren[r].guaranteeIdCard = this.fangeren[r].fdbrsfzrmx[0].idCard
             if(this.fangeren[r].fdbrsfzghm == null || this.fangeren[r].fdbrsfzghm.length == 0){
-              this.$message.error("请上传反担保人身份证面");
+              this.$message.error("请上传反担保人身份证国徽面");
               return
             }
             if(this.fangeren[r].guaranteePhone == null || this.fangeren[r].guaranteePhone == ''){
@@ -2660,11 +2660,11 @@
             // 配偶法人
             if(this.form.corporationMaritalStatus == 1){
                 if(this.form.spouseFront[0].url == undefined){
-                  this.$message.error("请上传法人配偶身份证面");
+                  this.$message.error("请上传法人配偶身份证人像面");
                   return
                 }
                 if(this.form.spouseFront == null || this.form.spouseFront == ''){
-                  this.$message.error("请上传法人配偶身份证面");
+                  this.$message.error("请上传法人配偶身份证国徽面");
                   return
                 }
                 this.form.spouseName = this.form.spouseFront[0].realName
@@ -2672,11 +2672,11 @@
                 this.form.spouseFront = this.form.spouseFront[0].url
                 console.log(this.form.spouseFront,34)
                 if(this.form.spouseBack == null){
-                  this.$message.error("请上传配偶身份证面");
+                  this.$message.error("请上传配偶身份证国徽面");
                   return
                 }else{
                   if(this.form.spouseBack.length == 0){
-                    this.$message.error("请上传配偶身份证面");
+                    this.$message.error("请上传配偶身份证国徽面");
                     return
                   }
                 }
@@ -3366,8 +3366,8 @@
       // 新增股东
       addgu(){
         this.fjshareholderFjList.push( {
-            shzfj:{shareholderFrontUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)  + '身份证面'}},
-            shzfm:{shareholderBackUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)   + '身份证面'}},
+            shzfj:{shareholderFrontUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)  + '身份证人像面'}},
+            shzfm:{shareholderBackUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)   + '身份证国徽面'}},
             gszhx:{shareholderZxUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)   + '征信'}},
             gdyyzh:{shareholderBusinessUrl:'',data:{loanApplicationNumber:this.banghao,fileName:'股东' + (this.fjshareholderFjList.length - 0 + 1)   + '营业执照'}},
             })
@@ -3534,7 +3534,6 @@
       },
       // 下载模板
       dowaas(val){
-
          let nhgw = {}
         if(this.$route.query.isxz == 1){
           nhgw.loanApplicationNumber = this.form.loanApplicationNumber

+ 0 - 3
ruoyi-ui/src/views/system/user/index.vue

@@ -452,9 +452,6 @@ export default {
           { required: true, message: "用户密码不能为空", trigger: "blur" },
           { min: 5, max: 20, message: '用户密码长度必须介于 5 和 20 之间', trigger: 'blur' }
         ],
-        userType: [
-          { required: true, message: "不能为空", trigger: "blur" },
-        ],
         email: [
           {
             type: "email",