Просмотр исходного кода

企业信息-交商合并经营成本率

lihongxiao 1 год назад
Родитель
Сommit
3af4b07293

+ 2 - 2
config/dev.env.js

@@ -9,7 +9,7 @@ module.exports = merge(prodEnv, {
   // BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"',//正式服务器
   // BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"'//正式服务器
   // BASE_URL: '"http://192.168.0.115:8080/"', //凯森
-  // BASE_URL: '"http://192.168.0.106:8080/"',//屈晨
+  BASE_URL: '"http://192.168.0.106:8080/"',//屈晨
   // BASE_URL: '"http://192.168.0.253:8080/"',//田智
   // BASE_URL: '"http:///192.168.0.42:8080/"',//武鸿鹏
   // BASE_URL: '"http:///192.168.0.253:8080/"',//田智
@@ -17,7 +17,7 @@ module.exports = merge(prodEnv, {
   // BASE_URL: '"http://192.168.1.101:8080/"',
   // BASE_URL: '"http://192.168.0.250:8080/"',//
   //  BASE_URL: '"http:///192.168.0.103:8080/"',//霍续亮
-  BASE_URL: '"http://192.168.0.52:8080/"',//贺礼霄
+  // BASE_URL: '"http://192.168.0.52:8080/"',//贺礼霄
   // BASE_URL: '"http:///192.168.0.55:8080/"',// 董鑫
   CONSOLE_BASE_URL: '"http://localhost:8080/"', //控制台测试服务器
   CONSOLE_KHGX_URL: '"http://192.168.0.103:8081/login"', //跳转客户服务平台地址

+ 10 - 9
src/views/Core/components/detailsDialog.vue

@@ -193,8 +193,8 @@
               <div slot="boby">
                 <el-row class="premium-style" :gutter="20">
                   <el-col :span="6"><span>车主姓名:</span>{{ orderInfo.ownerinfo.name }}</el-col>
-                  <el-col :span="6"><span>证件类型:</span>{{ orderInfo.ownerinfo.identifyType=='01'?'身份证':'统一社会信用代码' }}</el-col>
-                  <el-col :span="6" v-if="orderInfo.ownerinfo.identifyType=='01'"><span>身份证号:</span>{{ orderInfo.ownerinfo.identifyNumber }}</el-col>
+                  <el-col :span="6"><span>证件类型:</span>{{ orderInfo.ownerinfo.identifyType=='身份证'?'身份证':'统一社会信用代码' }}</el-col>
+                  <el-col :span="6" v-if="orderInfo.ownerinfo.identifyType=='身份证'"><span>身份证号:</span>{{ orderInfo.ownerinfo.identifyNumber }}</el-col>
                   <el-col :span="6" v-else><span>统一社会信用代码:</span>{{ orderInfo.ownerinfo.organizationCode }}</el-col>
                   <el-col :span="6" class="flex a-c"><span>手机号:</span>{{ orderInfo.ownerinfo.mobile }}
                     <img style="margin-left:20px;width: 20px;height: 20px;cursor: pointer;"
@@ -215,9 +215,9 @@
               <div slot="boby">
                 <el-row class="premium-style" :gutter="20">
                   <el-col :span="6"><span>投保人姓名:</span>{{ orderInfo.applyinfo.name }}</el-col>
-                <el-col :span="6"><span>证件类型:</span>{{ orderInfo.applyinfo.identifyType=='01'?'身份证':'统一社会信用代码' }}</el-col>
+                <el-col :span="6"><span>证件类型:</span>{{ orderInfo.applyinfo.identifyType=='身份证'?'身份证':'统一社会信用代码' }}</el-col>
                   <!-- <el-col :span="6"><span>身份证号:</span>{{ orderInfo.applyinfo.identifyNumber }}</el-col> -->
-                  <el-col :span="6" v-if="orderInfo.applyinfo.identifyType=='01'"><span>身份证号:</span>{{ orderInfo.applyinfo.identifyNumber }}</el-col>
+                  <el-col :span="6" v-if="orderInfo.applyinfo.identifyType=='身份证'"><span>身份证号:</span>{{ orderInfo.applyinfo.identifyNumber }}</el-col>
                   <el-col :span="6" v-else><span>统一社会信用代码:</span>{{ orderInfo.applyinfo.organizationCode }}</el-col>
                   <el-col :span="6"><span>手机号:</span>{{ orderInfo.applyinfo.mobile }} <img
                       style="margin-left:20px;width: 20px;height: 20px;cursor: pointer;"
@@ -238,9 +238,9 @@
               <div slot="boby">
                 <el-row class="premium-style" :gutter="20">
                   <el-col :span="6"><span>被保人姓名:</span>{{ orderInfo.insureinfo.name }}</el-col>
-                  <el-col :span="6"><span>证件类型:</span>{{ orderInfo.insureinfo.identifyType=='01'?'身份证':'统一社会信用代码' }}</el-col>
+                  <el-col :span="6"><span>证件类型:</span>{{ orderInfo.insureinfo.identifyType=='身份证'?'身份证':'统一社会信用代码' }}</el-col>
                   <!-- <el-col :span="6"><span>身份证号:</span>{{ orderInfo.insureinfo.identifyNumber }}</el-col> -->
-                  <el-col :span="6" v-if="orderInfo.insureinfo.identifyType=='01'"><span>身份证号:</span>{{ orderInfo.insureinfo.identifyNumber }}</el-col>
+                  <el-col :span="6" v-if="orderInfo.insureinfo.identifyType=='身份证'"><span>身份证号:</span>{{ orderInfo.insureinfo.identifyNumber }}</el-col>
                   <el-col :span="6" v-else><span>统一社会信用代码:</span>{{ orderInfo.insureinfo.organizationCode }}</el-col>
                   <el-col :span="6"><span>手机号:</span>{{ orderInfo.insureinfo.mobile }}<img
                       style="margin-left:20px;width: 20px;height: 20px;cursor: pointer;"
@@ -388,10 +388,11 @@
                   <el-col :span="6"><span>交强出险次数:</span>{{ orderInfo.extendInfo.jqClaims }}</el-col>
                   <el-col :span="6"><span>商业出险次数:</span>{{ orderInfo.extendInfo.syClaims }}</el-col>
                 </el-row>
-                <el-row class="premium-style " :gutter="20" v-if="orderInfo.ubiPredictedInfoScore">
-                  <el-col :span="6"><span>紫金能源车(鼎然-车辆风险评分):</span>{{ orderInfo.ubiPredictedInfoScore }}</el-col>
+                <el-row class="premium-style " :gutter="20" >
+                  <el-col :span="6" v-if="orderInfo.ubiPredictedInfoScore"><span>紫金能源车(鼎然-车辆风险评分):</span>{{ orderInfo.ubiPredictedInfoScore }}</el-col>
+                  <el-col :span="6" v-if="orderInfo.mergeCostRate"><span>交商合并经营成本率:</span>{{ orderInfo.mergeCostRate }}</el-col>
                 </el-row>
-              </div>
+              </div> 
             </OpenCloseBox>
             <!-- <OpenCloseBox id="yxzl" v-if="Object.keys(obj).length != 0">
               <span slot="title">影像资料</span>

+ 10 - 16
src/views/Core/components/detailsDialogPro.vue

@@ -410,8 +410,8 @@
                 <el-col :span="6"
                   ><span>车主姓名:</span>{{ orderInfo.ownerinfo.name }}</el-col
                 >
-                <el-col :span="6"><span>证件类型:</span>{{ orderInfo.ownerinfo.identifyType=='01'?'身份证':'统一社会信用代码' }}</el-col>
-                <el-col :span="6" v-if="orderInfo.ownerinfo.identifyType=='01'"><span>身份证号:</span>{{ orderInfo.ownerinfo.identifyNumber }}</el-col>
+                <el-col :span="6"><span>证件类型:</span>{{ orderInfo.ownerinfo.identifyType=='身份证'?'身份证':'统一社会信用代码' }}</el-col>
+                <el-col :span="6" v-if="orderInfo.ownerinfo.identifyType=='身份证'"><span>身份证号:</span>{{ orderInfo.ownerinfo.identifyNumber }}</el-col>
                   <el-col :span="6" v-else><span>统一社会信用代码:</span>{{ orderInfo.ownerinfo.organizationCode }}</el-col>
                 <el-col :span="6"
                   ><span>手机号:</span>{{ orderInfo.ownerinfo.mobile }}</el-col
@@ -446,8 +446,8 @@
                   ><span>身份证号:</span
                   >{{ orderInfo.applyinfo.identifyNumber }}</el-col
                 > -->
-                <el-col :span="6"><span>证件类型:</span>{{ orderInfo.applyinfo.identifyType=='01'?'身份证':'统一社会信用代码' }}</el-col>
-                <el-col :span="6" v-if="orderInfo.applyinfo.identifyType=='01'"><span>身份证号:</span>{{ orderInfo.applyinfo.identifyNumber }}</el-col>
+                <el-col :span="6"><span>证件类型:</span>{{ orderInfo.applyinfo.identifyType=='身份证'?'身份证':'统一社会信用代码' }}</el-col>
+                <el-col :span="6" v-if="orderInfo.applyinfo.identifyType=='身份证'"><span>身份证号:</span>{{ orderInfo.applyinfo.identifyNumber }}</el-col>
                   <el-col :span="6" v-else><span>统一社会信用代码:</span>{{ orderInfo.applyinfo.organizationCode }}</el-col>
                 <el-col :span="6"
                   ><span>手机号:</span>{{ orderInfo.applyinfo.mobile }}</el-col
@@ -482,8 +482,8 @@
                   ><span>身份证号:</span
                   >{{ orderInfo.insureinfo.identifyNumber }}</el-col
                 > -->
-                <el-col :span="6"><span>证件类型:</span>{{ orderInfo.insureinfo.identifyType=='01'?'身份证':'统一社会信用代码' }}</el-col>
-                <el-col :span="6" v-if="orderInfo.insureinfo.identifyType=='01'"><span>身份证号:</span>{{ orderInfo.insureinfo.identifyNumber }}</el-col>
+                <el-col :span="6"><span>证件类型:</span>{{ orderInfo.insureinfo.identifyType=='身份证'?'身份证':'统一社会信用代码' }}</el-col>
+                <el-col :span="6" v-if="orderInfo.insureinfo.identifyType=='身份证'"><span>身份证号:</span>{{ orderInfo.insureinfo.identifyNumber }}</el-col>
                   <el-col :span="6" v-else><span>统一社会信用代码:</span>{{ orderInfo.insureinfo.organizationCode }}</el-col>
                 <el-col :span="6"
                   ><span>手机号:</span
@@ -644,16 +644,10 @@
                   >{{ orderInfo.extendInfo.syClaims }}</el-col
                 >
               </el-row>
-              <el-row
-                class="premium-style"
-                :gutter="20"
-                v-if="orderInfo.ubiPredictedInfoScore"
-              >
-                <el-col :span="6"
-                  ><span>紫金能源车(鼎然-车辆风险评分):</span
-                  >{{ orderInfo.ubiPredictedInfoScore }}</el-col
-                >
-              </el-row>
+              <el-row :span="6" >
+                  <el-col :span="6" v-if="orderInfo.ubiPredictedInfoScore"><span>紫金能源车(鼎然-车辆风险评分):</span>{{ orderInfo.ubiPredictedInfoScore }}</el-col>
+                  <el-col :span="6" v-if="orderInfo.mergeCostRate"><span>交商合并经营成本率:</span>{{ orderInfo.mergeCostRate }}</el-col>
+                </el-row>
             </div>
           </OpenCloseBox>
           <OpenCloseBox

+ 18 - 8
src/views/Task/daikeComponents/KtLetter1.vue

@@ -265,7 +265,7 @@
             <el-form-item label="证件类型" prop="identifyType">
               <el-select v-model="ownerInfo.identifyType" placeholder="身份证" @blur="getCompanyList" disabled>
                 <el-option label="身份证" value="01"></el-option>
-                <el-option label="统一社会信用代码" value="02"></el-option>
+                <el-option label="统一社会信用代码" value="10"></el-option>
               </el-select>
             </el-form-item>
           </el-col>
@@ -386,7 +386,7 @@
             <el-form-item label="证件类型" prop="identifyType">
               <el-select v-model="policyHolderInfo.identifyType" placeholder="身份证" disabled @blur="getCompanyList">
                 <el-option label="身份证" value="01"></el-option>
-                <el-option label="统一社会信用代码" value="02"></el-option>
+                <el-option label="统一社会信用代码" value="10"></el-option>
               </el-select>
             </el-form-item>
           </el-col>
@@ -515,7 +515,7 @@
             <el-form-item label="证件类型" prop="identifyType">
               <el-select v-model="insuredPersonInfo.identifyType" placeholder="身份证" disabled @blur="getCompanyList">
                 <el-option label="身份证" value="01"></el-option>
-                <el-option label="统一社会信用代码" value="02"></el-option>
+                <el-option label="统一社会信用代码" value="10"></el-option>
               </el-select>
             </el-form-item>
           </el-col>
@@ -5809,6 +5809,14 @@ export default {
       },
       deep: true,
     },
+    "policyHolderInfo.organizationCode": {
+      handler(val) {
+        if (val) {
+          this.vehicleAndVesselTaxForm.organizationCode = val;
+        }
+      },
+      deep: true,
+    },
     "policyHolderInfo.name": {
       handler(val) {
         if (val) {
@@ -5992,9 +6000,9 @@ export default {
         this.ownerInfo.property='0'
         this.policyHolderInfo.property='0'
         this.insuredPersonInfo.property='0'
-        this.ownerInfo.identifyType='02'
-        this.policyHolderInfo.identifyType='02'
-        this.insuredPersonInfo.identifyType='02'
+        this.ownerInfo.identifyType='10'
+        this.policyHolderInfo.identifyType='10'
+        this.insuredPersonInfo.identifyType='10'
       }
       this.getCompanyList()
 
@@ -6499,7 +6507,7 @@ export default {
         if (paramsEdit.carinfo.transferFlag) {
           this.transferDateShow = true;
         }
-        paramsEdit.risk.map((ele) => {
+        paramsEdit.risk.map((ele) => {                                       
           if (ele.riskCode == "0507") {
             _this.jqchecked = true;
             this.protocolJudge("0507", true);
@@ -8569,6 +8577,8 @@ export default {
         this.editorInfo.applyinfo.owner = this.tbczcarShow;
         this.editorInfo.insureinfo.owner = this.bbczcarShow;
         this.editorInfo.insureinfo.insuranceHolder = this.bbtbcarShow;
+
+
         let params = {
           orderNo: this.$route.query.data.orderno,
           ...this.policyNumberForm,
@@ -12826,7 +12836,7 @@ else{
               name: res.data.company,
               organizationCode: res.data.socialCreditCode,
               addr: res.data.address,
-              identifyType:'02 ',
+              identifyType:'10',
               scope: res.data.businessScope,
               legalPerson: res.data.legalRepresentative,
               registeredCapital:parseInt(res.data.registeredCapital)