sunyize преди 2 години
родител
ревизия
718c7703c1

+ 49 - 40
src/views/lotCheck/modules/TaskCheckAudit.vue

@@ -3,13 +3,13 @@
     <!--  客户信息-->
     <a-page-header
       style="background-color: #FFFFFF;margin-bottom:10px"
-      :title='checkState===2 ?"客户信息稽核":checkState===4?"客户信息整改":checkState===5?"客户信息详情":""'
+      :title='checkState===2 ?"客户信息稽核":checkState===4?"客户信息整改":checkState==5?"客户信息详情":""'
       :sub-title="notes"
       @back="goBack"
     >
       <!--      整改基础信息-->
       <a-form-model
-        v-if='infoModel.infoResult == 2 && checkState != 2'
+        v-if='infoModel.infoResult == 2 && checkState != 2 &&  checkState != 5'
         ref="form"
         :model="infoModel"
         :rules="rules"
@@ -213,7 +213,7 @@
       </a-form-model>
 
       <!--      稽核和详情的基础信息-->
-      <div v-if='infoModel.infoResult == 1 || checkState == 2'>
+      <div v-if='infoModel.infoResult == 1 || checkState == 2 || checkState == 5'>
         <a-form-model
           ref="form"
           :model="infoModel"
@@ -374,7 +374,7 @@
         </a-form-model>
       </div>
       <!--      稽核状态  -->
-      <a-row v-if="checkState === 4 || checkState === 5">
+      <a-row v-if="checkState === 4 || checkState == 5">
         <a-col :span="6">
           <a-form-model-item label="稽核是否通过" prop="basicCheckState" v-bind="labelCol4">
             <a-tag class="font-size-14" v-if="infoModel.infoResult == 1" color="#2db7f5">通过</a-tag>
@@ -401,7 +401,7 @@
       <!--    步骤条-->
       <a-card style="margin-bottom:10px;width: 15%;float: left">
         <a-steps direction="vertical" :current="steps.current" size="small" @change="stepsClick"
-                 v-if='checkState===2 ||checkState===5 '>
+                 v-if='checkState===2 ||checkState==5 '>
           <a-step v-for="item in steps.stepsNow" :key="item.title" :status="item.status">
             <a-icon v-if="item.solution" style='color: #faad14;' :type="item.type" :slot="item.slot"/>
             <a-icon v-if="item.solutionGreen" style='color: #52c41a;' :type="item.type" :slot="item.slot"/>
@@ -420,10 +420,10 @@
           </a-step>
         </a-steps>
 
-        <a-button @click="submitAuditLot" v-if='checkState!==5' style="width: 100%;position: relative;top: 10px"
+        <a-button @click="submitAuditLot" v-if='checkState!=5' style="width: 100%;position: relative;top: 10px"
                   type="primary">提交
         </a-button>
-        <a-button @click="outPage" v-if='checkState===5' style="width: 100%;position: relative;top: 10px"
+        <a-button @click="outPage" v-if='checkState==5' style="width: 100%;position: relative;top: 10px"
                   type="primary">退出
         </a-button>
       </a-card>
@@ -478,14 +478,14 @@
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
               <a-tag
-                v-if="(checkState===4 && infoModel.testCardResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                v-if="(checkState===4 && infoModel.testCardResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 class="font-size-14" color="orange">{{ infoModel.testCardRemark }}
               </a-tag>
 
               <a-textarea
-                v-if="(checkState===4 && infoModel.testCardResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                v-if="(checkState===4 && infoModel.testCardResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                 style="height: 77px"
-                :disabled="(checkState===4 && infoModel.testCardResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                :disabled="(checkState===4 && infoModel.testCardResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 v-model="infoModel.testCardRemark"
                 @change="textareaChange('testCard','testCardRemark')"
                 placeholder="如没有上传资料备注,需要说明原因"
@@ -541,7 +541,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.testCardResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.testCardResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'testCard')">移除
                     </a-button>
@@ -667,13 +667,13 @@
             <!--            上传资料备注-->
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
               <a-tag
-                v-if="(checkState===4 && infoModel.contractResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                v-if="(checkState===4 && infoModel.contractResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 class="font-size-14" color="orange">{{ infoModel.contractRemark }}
               </a-tag>
               <a-textarea
-                v-if="(checkState===4 && infoModel.contractResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                v-if="(checkState===4 && infoModel.contractResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                 style="height: 77px"
-                :disabled="(checkState===4 && infoModel.contractResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                :disabled="(checkState===4 && infoModel.contractResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 v-model="infoModel.contractRemark"
                 @change="textareaChange('contract','contractRemark')"
                 placeholder="如没有上传资料备注,需要说明原因"
@@ -728,7 +728,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5&& infoModel.contractResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5&& infoModel.contractResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'contract')">移除
                     </a-button>
@@ -843,13 +843,13 @@
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
               <a-tag
-                v-if="(checkState===4 && infoModel.handlingContractResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                v-if="(checkState===4 && infoModel.handlingContractResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 class="font-size-14" color="orange">{{ infoModel.handlingContractRemark }}
               </a-tag>
               <a-textarea
-                v-if="(checkState===4 && infoModel.handlingContractResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                v-if="(checkState===4 && infoModel.handlingContractResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                 style="height: 77px"
-                :disabled="(checkState===4 && infoModel.handlingContractResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                :disabled="(checkState===4 && infoModel.handlingContractResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 v-model="infoModel.handlingContractRemark"
                 @change="textareaChange('handlingContract','handlingContractRemark')"
                 placeholder="如没有上传资料备注,需要说明原因"
@@ -905,7 +905,7 @@
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
                     <a-button
-                      v-if="item.urlBase&& checkState!==2  &&checkState!==5&& infoModel.handlingContractResult==='2'"
+                      v-if="item.urlBase&& checkState!==2  &&checkState!=5&& infoModel.handlingContractResult==='2'"
                       style="float: left;margin-top: 10px;border-color: red;color: red"
                       danger @click="removeFile(item,'handlingContract')">移除
                     </a-button>
@@ -1020,13 +1020,13 @@
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
               <a-tag
-                v-if="(checkState===4 && infoModel.handlingCardResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                v-if="(checkState===4 && infoModel.handlingCardResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 class="font-size-14" color="orange">{{ infoModel.handlingCardRemark }}
               </a-tag>
               <a-textarea
-                v-if="(checkState===4 && infoModel.handlingCardResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                v-if="(checkState===4 && infoModel.handlingCardResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                 style="height: 77px"
-                :disabled="(checkState===4 && infoModel.handlingCardResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                :disabled="(checkState===4 && infoModel.handlingCardResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 v-model="infoModel.handlingCardRemark"
                 @change="textareaChange('handlingCard','handlingCardRemark')"
                 placeholder="如没有上传资料备注,需要说明原因"
@@ -1081,7 +1081,7 @@
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
                     <a-button
-                      v-if="item.urlBase&& checkState!==2  &&checkState!==5&& infoModel.handlingContractResult==='2'"
+                      v-if="item.urlBase&& checkState!==2  &&checkState!=5&& infoModel.handlingContractResult==='2'"
                       style="float: left;margin-top: 10px;border-color: red;color: red"
                       danger @click="removeFile(item,'handlingCard')">移除
                     </a-button>
@@ -1197,13 +1197,13 @@
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
               <a-tag
-                v-if="(checkState===4 && infoModel.customerCardScanningResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                v-if="(checkState===4 && infoModel.customerCardScanningResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 class="font-size-14" color="orange">{{ infoModel.customerCardScanningRemark }}
               </a-tag>
               <a-textarea
-                v-if="(checkState===4 && infoModel.customerCardScanningResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                v-if="(checkState===4 && infoModel.customerCardScanningResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                 style="height: 77px"
-                :disabled="(checkState===4 && infoModel.customerCardScanningResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                :disabled="(checkState===4 && infoModel.customerCardScanningResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 v-model="infoModel.customerCardScanningRemark"
                 @change="textareaChange('customerCardScanning','customerCardScanningRemark')"
                 placeholder="如没有上传资料备注,需要说明原因"
@@ -1258,7 +1258,7 @@
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
                     <a-button
-                      v-if="item.urlBase&& checkState!==2  &&checkState!==5&& infoModel.customerCardScanningResult==='2'"
+                      v-if="item.urlBase&& checkState!==2  &&checkState!=5&& infoModel.customerCardScanningResult==='2'"
                       style="float: left;margin-top: 10px;border-color: red;color: red"
                       danger @click="removeFile(item,'customerCardScanning')">移除
                     </a-button>
@@ -1382,13 +1382,13 @@
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
               <a-tag
-                v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 class="font-size-14" color="orange">{{ infoModel.riskTableRemark }}
               </a-tag>
               <a-textarea
-                v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                 style="height: 77px"
-                :disabled="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                :disabled="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 v-model="infoModel.riskTableRemark"
                 @change="textareaChange('riskTable','riskTableRemark')"
                 placeholder="如没有上传资料备注,需要说明原因"
@@ -1442,7 +1442,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5&& infoModel.riskTableResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5&& infoModel.riskTableResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'riskTable')">移除
                     </a-button>
@@ -1562,14 +1562,14 @@
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
               <a-tag
-                v-if="(checkState===4 && infoModel.priceTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                v-if="(checkState===4 && infoModel.priceTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 class="font-size-14" color="orange">{{ infoModel.priceTableRemark }}
               </a-tag>
 
               <a-textarea
-                v-if="(checkState===4 && infoModel.priceTableResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                v-if="(checkState===4 && infoModel.priceTableResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                 style="height: 77px"
-                :disabled="(checkState===4 && infoModel.priceTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                :disabled="(checkState===4 && infoModel.priceTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 v-model="infoModel.priceTableRemark"
                 @change="textareaChange('priceTable','priceTableRemark')"
                 placeholder="如没有上传资料备注,需要说明原因"
@@ -1624,7 +1624,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5&& infoModel.priceTableResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5&& infoModel.priceTableResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'priceTable')">移除
                     </a-button>
@@ -1739,14 +1739,14 @@
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
               <a-tag
-                v-if="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                v-if="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 class="font-size-14" color="orange">{{ infoModel.commitmentRemark }}
               </a-tag>
 
               <a-textarea
-                v-if="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                v-if="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                 style="height: 77px"
-                :disabled="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                :disabled="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                 v-model="infoModel.commitmentRemark"
                 @change="textareaChange('commitment','commitmentRemark')"
                 placeholder="如没有上传资料备注,需要说明原因"
@@ -1801,7 +1801,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5&& infoModel.commitmentResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5&& infoModel.commitmentResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'commitment')">移除
                     </a-button>
@@ -2366,6 +2366,9 @@ export default {
     //是否需要整改
     this.lotInfoById(this.infoId)
     this.getInfoDataById(this.infoId)
+    if (this.$route.query.checkState!==''&& this.$route.query.checkState!=null){
+      this.checkState = this.$route.query.checkState
+    }
   },
   computed: {
     importMinioUploadAction() {
@@ -2590,6 +2593,9 @@ export default {
         if (res.success) {
           that.taskId = res.result.taskId;
           that.checkState = res.result.checkState;
+          if (that.$route.query.checkState!==''&& that.$route.query.checkState!=null){
+            that.checkState = that.$route.query.checkState
+          }
         }
       })
     },
@@ -2710,8 +2716,11 @@ export default {
           that.infoModel.priceTable = JSON.parse(result.priceTable);
           that.infoModel.commitment = JSON.parse(result.commitment);
           that.checkState = result.checkState;
+          if (that.$route.query.checkState!==''&& that.$route.query.checkState!=null){
+            that.checkState = that.$route.query.checkState
+          }
           //待稽核
-          if (that.checkState === 2 || that.checkState === 5) {
+          if (that.checkState === 2 || that.checkState == 5) {
             for (var i in that.steps.stepsNow) {
               for (var j in result[that.steps.stepsNow[i].id]) {
                 if (result[that.steps.stepsNow[i].id + 'Result'] != null && result[that.steps.stepsNow[i].id + 'Result'] !== undefined && result[that.steps.stepsNow[i].id + 'Result'][0] !== undefined) {

+ 14 - 2
src/views/lotCheck/modules/TaskCheckList.vue

@@ -175,7 +175,9 @@
                   </a-menu>
                 </a-dropdown>
               </template>
-
+              <template v-slot:customerNo="text, record">
+                <a @click="showByCustomerNo(record)">{{text}}</a>
+              </template>
               <template v-slot:customerName="text, record">
                 <a @click="showCheckDetail(record)">{{ text }}</a>
               </template>
@@ -394,7 +396,8 @@ export default {
           title: '客户编号',
           align: "center",
           sorter: true,
-          dataIndex: 'customerNo'
+          dataIndex: 'customerNo',
+          scopedSlots: {customRender: 'customerNo'}
         },
         // {
         //   title: '服务号码(全)',
@@ -825,6 +828,15 @@ export default {
     showCheckCheck(record) {
       this.$router.push({path: '/lotCheck/modules/TaskCheckAudit', query: {id: record.id}});
     },
+    showByCustomerNo(record){
+      if (record.checkState==0   ){
+        this.$message.warning('当前状态为未处理,不可查看!');
+      }else  if ( record.checkState==1 ){
+        this.$message.warning('当前状态为未完善,不可查看!');
+      }else {
+        this.$router.push({path: '/lotCheck/modules/TaskCheckAudit', query: {id: record.id,checkState:5}});
+      }
+    },
     // 显示稽核详情页面
     showCheckDetail(record) {
       this.$router.push({path: '/lotCheck/modules/TaskCheckDetails', query: {id: record.id}});

+ 14 - 2
src/views/smscheck/modules/TaskCheckList.vue

@@ -160,7 +160,9 @@
                   </a-menu>
                 </a-dropdown>
               </template>
-
+              <template v-slot:customerNo="text, record">
+                <a @click="showByCustomerNo(record)">{{text}}</a>
+              </template>
               <template v-slot:customerName="text, record">
                 <a @click="showCheckDetail(record)">{{text}}</a>
               </template>
@@ -386,7 +388,8 @@ export default {
           title:'客户编号',
           align:"center",
           sorter: true,
-          dataIndex: 'customerNo'
+          dataIndex: 'customerNo',
+          scopedSlots: {customRender: 'customerNo'}
         },
         // {
         //   title:'服务号码(全)',
@@ -800,6 +803,15 @@ export default {
     showCheckCheck(record) {
       this.$router.push({ path: '/sms/check/task/check/check', query: { id: record.id}});
     },
+    showByCustomerNo(record){
+      if (record.checkState==0  ){
+        this.$message.warning('当前状态为未处理,不可查看!');
+      }else  if ( record.checkState==1   ){
+        this.$message.warning('当前状态为未完善,不可查看!');
+      }else {
+        this.$router.push({path: '/sms/check/TaskUploadDataSelect', query: {id: record.id}});
+      }
+    },
     // 显示稽核详情页面
     showCheckDetail(record) {
       this.$router.push({ path: '/sms/check/task/check/detail', query:{id:record.id}});

+ 91 - 79
src/views/truckCheck/modules/TaskCheckAudit.vue

@@ -8,7 +8,7 @@
       @back="back"
     >
       <!--      稽核和详情的基础信息-->
-      <div v-if='checkState===2 ||checkState===5 || infoModel.infoResult==="1" '>
+      <div v-if='checkState===2 ||checkState==5 || infoModel.infoResult==="1" '>
         <a-form-model
           ref="form"
           :model="infoModel"
@@ -419,7 +419,7 @@
 <!--          </template>-->
 <!--        </a-list>-->
 <!--      </div>-->
-      <a-row v-if="checkState === 4 || checkState === 5">
+      <a-row v-if="checkState === 4 || checkState ==5">
         <a-col :span="6">
           <a-form-model-item label="稽核是否通过" prop="basicCheckState" v-bind="labelCol4">
             <a-tag class="font-size-14" v-if="infoModel.infoResult == 1" color="#2db7f5">通过</a-tag>
@@ -443,7 +443,7 @@
 
     <div>
       <a-card style="margin-bottom:10px;width: 15%;float: left">
-        <a-steps direction="vertical" :current="steps.current" size="small" @change="stepsClick" v-if='checkState===2 ||checkState===5 '>
+        <a-steps direction="vertical" :current="steps.current" size="small" @change="stepsClick" v-if='checkState===2 ||checkState==5 '>
           <a-step v-for="item in steps.stepsNow" :key="item.title"   :status="item.status">
             <a-icon v-if="item.solution" style='color: #faad14;' :type="item.type"  :slot="item.slot" />
             <a-icon v-if="item.solutionGreen" style='color: #52c41a;' :type="item.type"  :slot="item.slot" />
@@ -462,8 +462,8 @@
           </a-step>
         </a-steps>
 
-        <a-button @click="submitAuditLot"v-if='checkState!==5' style="width: 100%;position: relative;top: 10px" type="primary">提交</a-button>
-        <a-button @click="outPage"v-if='checkState===5' style="width: 100%;position: relative;top: 10px" type="primary">退出</a-button>
+        <a-button @click="submitAuditLot"v-if='checkState!=5' style="width: 100%;position: relative;top: 10px" type="primary">提交</a-button>
+        <a-button @click="outPage"v-if='checkState==5' style="width: 100%;position: relative;top: 10px" type="primary">退出</a-button>
       </a-card>
 
       <!--    入网申请签报 -->
@@ -512,12 +512,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.applySignResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.applySignResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.applySignRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.applySignResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.applySignResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.applySignResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.applySignResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.applySignRemark"
                           @change="textareaChange('applySign','applySignRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -573,7 +573,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.applySignResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.applySignResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'applySign')">移除
                     </a-button>
@@ -693,12 +693,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.businessLicenseResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.businessLicenseResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.businessLicenseRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.businessLicenseResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.businessLicenseResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.businessLicenseResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.businessLicenseResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.businessLicenseRemark"
                           @change="textareaChange('businessLicense','businessLicenseRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -754,7 +754,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.businessLicenseResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.businessLicenseResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'businessLicense')">移除
                     </a-button>
@@ -868,12 +868,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.threePhotosResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.threePhotosResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.threePhotosRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.threePhotosResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.threePhotosResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.threePhotosResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.threePhotosResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.threePhotosRemark"
                           @change="textareaChange('threePhotos','threePhotosRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -929,7 +929,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.threePhotosResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.threePhotosResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'threePhotos')">移除
                     </a-button>
@@ -1039,12 +1039,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.commitmentBookResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.commitmentBookResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.commitmentBookRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.commitmentBookResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.commitmentBookResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.commitmentBookResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.commitmentBookResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.commitmentBookRemark"
                           @change="textareaChange('commitmentBook','commitmentBookRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -1100,7 +1100,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.commitmentBookResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.commitmentBookResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'commitmentBook')">移除
                     </a-button>
@@ -1212,12 +1212,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.isPriceApprovalResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.isPriceApprovalResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.isPriceApprovalRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.isPriceApprovalResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.isPriceApprovalResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.isPriceApprovalResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.isPriceApprovalResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.isPriceApprovalRemark"
                           @change="textareaChange('isPriceApproval','isPriceApprovalRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -1273,7 +1273,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.isPriceApprovalResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.isPriceApprovalResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'isPriceApproval')">移除
                     </a-button>
@@ -1384,12 +1384,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.legalIdCardResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.legalIdCardResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.legalIdCardRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.legalIdCardResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.legalIdCardResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.legalIdCardResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.legalIdCardResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.legalIdCardRemark"
                           @change="textareaChange('legalIdCard','legalIdCardRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -1445,7 +1445,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.legalIdCardResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.legalIdCardResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'legalIdCard')">移除
                     </a-button>
@@ -1555,12 +1555,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.operatorIdCardResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.operatorIdCardResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.operatorIdCardRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.operatorIdCardResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.operatorIdCardResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.operatorIdCardResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.operatorIdCardResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.operatorIdCardRemark"
                           @change="textareaChange('operatorIdCard','operatorIdCardRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -1616,7 +1616,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.operatorIdCardResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.operatorIdCardResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'operatorIdCard')">移除
                     </a-button>
@@ -1725,12 +1725,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.authorizeBookResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.authorizeBookResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.authorizeBookRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.authorizeBookResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.authorizeBookResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.authorizeBookResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.authorizeBookResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.authorizeBookRemark"
                           @change="textareaChange('authorizeBook','authorizeBookRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -1786,7 +1786,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.authorizeBookResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.authorizeBookResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'authorizeBook')">移除
                     </a-button>
@@ -1897,12 +1897,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.zZBusinessLicenseResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.zZBusinessLicenseResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.zZBusinessLicenseRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.zZBusinessLicenseResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.zZBusinessLicenseResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.zZBusinessLicenseResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.zZBusinessLicenseResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.zZBusinessLicenseRemark"
                           @change="textareaChange('zZBusinessLicense','zZBusinessLicenseRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -1958,7 +1958,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.zZBusinessLicenseResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.zZBusinessLicenseResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'zZBusinessLicense')">移除
                     </a-button>
@@ -2069,12 +2069,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.centerBusinessRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.centerBusinessRemark"
                           @change="textareaChange('centerBusiness','centerBusinessRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -2130,7 +2130,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.centerBusinessResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.centerBusinessResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'centerBusiness')">移除
                     </a-button>
@@ -2245,12 +2245,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.contractOrProveResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.contractOrProveResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.contractOrProveRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.contractOrProveResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.contractOrProveResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.contractOrProveResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.contractOrProveResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.contractOrProveRemark"
                           @change="textareaChange('contractOrProve','contractOrProveRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -2306,7 +2306,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.contractOrProveResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.contractOrProveResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'contractOrProve')">移除
                     </a-button>
@@ -2416,12 +2416,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.riskTableRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.riskTableRemark"
                           @change="textareaChange('riskTable','riskTableRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -2477,7 +2477,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.riskTableResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.riskTableResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'riskTable')">移除
                     </a-button>
@@ -2588,12 +2588,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.trunkTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.trunkTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.trunkTableRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.trunkTableResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.trunkTableResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.trunkTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.trunkTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.trunkTableRemark"
                           @change="textareaChange('trunkTable','trunkTableRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -2649,7 +2649,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.trunkTableResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.trunkTableResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'trunkTable')">移除
                     </a-button>
@@ -2760,12 +2760,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.trunkContractResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.trunkContractResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.trunkContractRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.trunkContractResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.trunkContractResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.trunkContractResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.trunkContractResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.trunkContractRemark"
                           @change="textareaChange('trunkContract','trunkContractRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -2818,7 +2818,7 @@
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-                  <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.trunkContractResult==='2'" style="float: left;margin-top: 10px;border-color: red;color: red"
+                  <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.trunkContractResult==='2'" style="float: left;margin-top: 10px;border-color: red;color: red"
                             danger @click="removeFile(item,'trunkContract')">移除
                   </a-button>
                   </div>
@@ -2931,12 +2931,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.accessTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.accessTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.accessTableRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.accessTableResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.accessTableResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.accessTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.accessTableResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.accessTableRemark"
                           @change="textareaChange('accessTable','accessTableRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -2992,7 +2992,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.accessTableResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.accessTableResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'accessTable')">移除
                     </a-button>
@@ -3103,12 +3103,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.accessPhoneResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.accessPhoneResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.accessPhoneRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.accessPhoneResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.accessPhoneResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.accessPhoneResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.accessPhoneResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.accessPhoneRemark"
                           @change="textareaChange('accessPhone','accessPhoneRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -3164,7 +3164,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.accessPhoneResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.accessPhoneResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'accessPhone')">移除
                     </a-button>
@@ -3275,12 +3275,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.accessPhotoResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.accessPhotoResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.accessPhotoRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.accessPhotoResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.accessPhotoResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.accessPhotoResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.accessPhotoResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.accessPhotoRemark"
                           @change="textareaChange('accessPhoto','accessPhotoRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -3336,7 +3336,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.accessPhotoResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5 && infoModel.accessPhotoResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'accessPhoto')">移除
                     </a-button>
@@ -3449,12 +3449,12 @@
               />
             </a-form-model-item>
             <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
-              <a-tag v-if="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+              <a-tag v-if="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                      class="font-size-14" color="orange">{{ infoModel.commitmentRemark }}</a-tag>
 
-              <a-textarea v-if="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+              <a-textarea v-if="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState==5) ?false:true"
                           style="height: 77px"
-                          :disabled="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                          :disabled="(checkState===4 && infoModel.commitmentResult  ==='1' ) || (checkState===2|| checkState==5) ?true:false"
                           v-model="infoModel.commitmentRemark"
                           @change="textareaChange('commitment','commitmentRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -3509,7 +3509,7 @@
                               v-if=" item.urlBase "
                               @click="jumpUrl(item.urlBase)">预览
                     </a-button>
-                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5&& infoModel.commitmentResult==='2'"
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!=5&& infoModel.commitmentResult==='2'"
                               style="float: left;margin-top: 10px;border-color: red;color: red"
                               danger @click="removeFile(item,'commitment')">移除
                     </a-button>
@@ -4554,6 +4554,9 @@ export default {
     this.getInfoDataById(this.$route.query.id);
     this.getTask(this.$route.query.id);
     this.getInfoDataByInfoId(this.$route.query.id)
+    if (this.$route.query.checkState!==''&& this.$route.query.checkState!=null){
+      this.checkState = this.$route.query.checkState
+    }
   },
   methods: {
     backDate(name){
@@ -4840,7 +4843,9 @@ export default {
           that.taskId=res.result.taskId;
           /** 稽核状态 0:未处理;1:未完善;2:待稽核;3:已整改;4:待整改;5:稽核通过; */
           that.checkState=res.result.checkState;
-
+          if (that.$route.query.checkState!==''&& that.$route.query.checkState!=null){
+            that.checkState = that.$route.query.checkState
+          }
         }
       })
     },
@@ -4878,6 +4883,7 @@ export default {
             that.infoModel.scene= result.scene ;
             var customType =result.customType;
             var scene =result.scene;
+
             if (customType ===0) {
               if (scene ==='0') {
                 that.steps.stepsNow = that.steps.steps00
@@ -4950,8 +4956,11 @@ export default {
               }
             }
             that.checkState=result.checkState;
+            if (that.$route.query.checkState!==''&& that.$route.query.checkState!=null){
+              that.checkState = that.$route.query.checkState
+            }
             //待稽核
-            if (that.checkState===2 || that.checkState===5 ){
+            if (that.checkState===2 || that.checkState==5 ){
               for (var i in that.steps.stepsNow) {
                 for (var j in result[that.steps.stepsNow[i].id]){
                   if (result[that.steps.stepsNow[i].id+'Result']!=undefined &&result[that.steps.stepsNow[i].id+'Result']!=null&& result[that.steps.stepsNow[i].id+'Result'][0]!==undefined){
@@ -5032,6 +5041,9 @@ export default {
             that.infoModel.floorName =result.floorName;
             that.infoModel.staffName =result.staffName;
             that.notes =result.notes;
+            if (that.$route.query.checkState!==''&& that.$route.query.checkState!=null){
+              that.checkState = that.$route.query.checkState
+            }
           }
         })
       }

+ 14 - 2
src/views/truckCheck/modules/TaskCheckList.vue

@@ -153,7 +153,9 @@
                   </a-menu>
                 </a-dropdown>
               </template>
-
+              <template v-slot:customerNo="text, record">
+                <a @click="showByCustomerNo(record)">{{text}}</a>
+              </template>
               <template v-slot:customerName="text, record">
                 <a @click="showCheckDetail(record)">{{ text }}</a>
               </template>
@@ -374,7 +376,8 @@ export default {
           title:'客户编号',
           align:"center",
           sorter: true,
-          dataIndex: 'customerNo'
+          dataIndex: 'customerNo',
+          scopedSlots: {customRender: 'customerNo'}
         },
         // {
         //   title:'服务号码(全)',
@@ -841,6 +844,15 @@ export default {
     showCheckCheck(record) {
       this.$router.push({path: '/truckCheck/modules/TaskCheckAudit', query: {id: record.id}});
     },
+    showByCustomerNo(record){
+      if (record.checkState==0  ){
+        this.$message.warning('当前状态为未处理,不可查看!');
+      }else  if ( record.checkState==1   ){
+        this.$message.warning('当前状态为未完善,不可查看!');
+      }else {
+        this.$router.push({path: '/truckCheck/modules/TaskCheckAudit', query: {id: record.id,checkState:5}});
+      }
+    },
     // 显示稽核详情页面
     showCheckDetail(record) {
       this.$router.push({path: '/truckCheck/modules/TaskCheckDetails', query: {id: record.id}});