sunyize преди 2 години
родител
ревизия
600325b1b0

BIN
public/static/taskModel.xlsx


+ 1 - 1
src/mixins/JeecgListMixin.js

@@ -88,7 +88,7 @@ export const JeecgListMixin = {
       }
       if(!params){
         params = this.getQueryParams();//查询条件
-        params.column = "updateTime,createTime"
+        params.column = "createTime"
         params.order = "desc"
       }
       this.loading = true;

+ 259 - 196
src/views/smscheck/modules/TaskCheckCheck.vue

@@ -19,23 +19,38 @@
         <a-descriptions-item label="签约号码与证书下发码号是否一致">{{ infoModel.isSigningNumber==='1'?'是':infoModel.isSigningNumber===''?'':'否'  }}</a-descriptions-item>
         <a-descriptions-item label="资料是否完整">{{ infoModel.isAll==='1'?'是':infoModel.isAll===''?'':'否'  }}</a-descriptions-item>
         <a-descriptions-item label="是否完成整改">{{ infoModel.isComplete==='1' ?'是':  infoModel.isComplete===''?'':'否'  }}</a-descriptions-item>
-      </a-descriptions>
+
+        <a-descriptions-item label="合同到期时间">{{ infoModel.contractDateDate==="" ?"长期": infoModel.contractDateDate }}</a-descriptions-item>
+
+        <a-descriptions-item label="营业执照到期时间">{{ infoModel.businessLicenseDateDate==="" ?"长期": infoModel.businessLicenseDateDate}}</a-descriptions-item>
+
+        <a-descriptions-item label="码号证书到期时间">{{ infoModel.codeNumberDateDate==="" ?"长期":infoModel.codeNumberDateDate }}</a-descriptions-item>
+
+        <a-descriptions-item label="备案通知到期时间">{{ infoModel.filingsDateDate==="" ?"长期": infoModel.filingsDateDate }}</a-descriptions-item>
+       </a-descriptions>
       <hr>
-      <div style="width: 100%;float:left;margin-left: 35%">
+      <div style="width: 100%;float:left;margin-left: 20%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
-              <a-col :span="24" >
+              <a-col :span="6" >
                 <div>
-                  <div style="float:left;margin: 50px 3px;color: blue" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
                   <div style="float:left;margin: 50px 10px;" >
-                    <a-radio-group  button-style="solid"   v-model='infoModel.infoResult'>
+                    <a-radio-group  button-style="solid"  @change='sizeColor' v-model='infoModel.infoResult'>
                       <a-radio :value="'1'">是</a-radio>
                       <a-radio :value="'2'">否</a-radio>
                     </a-radio-group>
                   </div>
                 </div>
               </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea v-model=infoModel.infoResultRemark  placeholder="请输入合同到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:30px; width: 300px;"   />
+                </a-form-model-item>
+
+              </a-col>
             </a-list-item>
           </template>
         </a-list>
@@ -57,7 +72,7 @@
         <span style="float: left;position: relative;top: 4px">合同到期时间资料</span>
       </div>
       <!--      文件上传-->
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -75,7 +90,7 @@
               <a-col :span="18" >
                 <div style="clear: both"></div>
                   <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
-                  <a-textarea v-model=infoModel.contractDateRemarkResult  placeholder="请输入合同到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:30px; width: 300px;"   />
+                  <a-textarea v-model=infoModel.contractDateResultRemark  placeholder="请输入合同到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:30px; width: 300px;"   />
                 </a-form-model-item>
 
               </a-col>
@@ -83,7 +98,17 @@
           </template>
         </a-list>
       </div>
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="合同到期时间备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px" disabled='disabled'
+                      v-model="infoModel.contractDateRemark"
 
+                      placeholder="如没有合同到期时间,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="width: 100%;float:left; ">
 
         <div class="thumb-example" >
@@ -141,17 +166,7 @@
         </div>
 
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="合同到期时间备注:" v-bind="labelCol1Note">
-            <a-textarea style="height: 77px" disabled='disabled'
-                        v-model="infoModel.contractDateRemark"
 
-                        placeholder="如没有合同到期时间,需要说明原因"
-            />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
     </a-card>
     <!--      营业执照到期时间-->
     <a-card v-if="steps.currentId == 'businessLicenseDate'"
@@ -161,7 +176,7 @@
         <span style="float: left;position: relative;top: 4px">营业执照到期时间</span>
       </div>
       <!--      文件上传-->
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -177,15 +192,26 @@
                 </div>
               </a-col>
               <a-col :span="18" >
-                <div style="clear: both"></div>
+
                                   <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
-                  <a-textarea v-model=infoModel.businessLicenseDateRemarkResult  placeholder="请输入营业执照到期时间的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                  <a-textarea v-model=infoModel.businessLicenseDateResultRemark  placeholder="请输入营业执照到期时间的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
                 </a-form-model-item>
               </a-col>
             </a-list-item>
           </template>
         </a-list>
       </div>
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="执照到期时间备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"
+
+                      v-model="infoModel.businessLicenseDateRemark" disabled='disabled'
+                      placeholder="如没有营业执照到期时间资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -245,17 +271,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="执照到期时间备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
 
-                      v-model="infoModel.businessLicenseDateRemark" disabled='disabled'
-                      placeholder="如没有营业执照到期时间资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
     </a-card>
     <!--      码号证书到期时间资料-->
     <a-card v-if="steps.currentId == 'codeNumberDate'"
@@ -264,7 +280,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px">码号证书到期时间资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -282,13 +298,24 @@
               <a-col :span="18" >
                 <div style="clear: both"></div>
                                   <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
-                  <a-textarea v-model=infoModel.codeNumberDateRemarkResult  placeholder="请输入码号证书到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                  <a-textarea v-model=infoModel.codeNumberDateResultRemark  placeholder="请输入码号证书到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
                 </a-form-model-item>
               </a-col>
             </a-list-item>
           </template>
         </a-list>
       </div>
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="到期时间资料备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"
+                      disabled='disabled'
+                      v-model="infoModel.codeNumberDateRemark"
+                      placeholder="如没有码号证书到期时间资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -348,17 +375,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="到期时间资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      disabled='disabled'
-                      v-model="infoModel.codeNumberDateRemark"
-                      placeholder="如没有码号证书到期时间资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--      备案通知到期时间-->
     <a-card v-if="steps.currentId == 'filingsDate'"
@@ -367,7 +384,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 备案通知到期时间资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -385,13 +402,24 @@
               <a-col :span="18" >
                 <div style="clear: both"></div>
                                   <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
-                  <a-textarea v-model=infoModel.filingsDateRemarkResult  placeholder="请输入备案通知到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                  <a-textarea v-model=infoModel.filingsDateResultRemark  placeholder="请输入备案通知到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
                 </a-form-model-item>
               </a-col>
             </a-list-item>
           </template>
         </a-list>
       </div>
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="备案通知到期时间资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      disabled='disabled'
+                      v-model="infoModel.filingsDateRemark"
+                      placeholder="如没有备案通知到期时间资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -460,17 +488,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="备案通知到期时间资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      disabled='disabled'
-                      v-model="infoModel.filingsDateRemark"
-                      placeholder="如没有备案通知到期时间资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--      增值业务许可证到期时间-->
     <a-card v-if="steps.currentId == 'permitDate'"
@@ -481,7 +499,7 @@
       </div>
       <!--      文件上传-->
 
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -499,13 +517,23 @@
               <a-col :span="18" >
                 <div style="clear: both"></div>
                                   <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
-                  <a-textarea v-model=infoModel.permitDateRemarkResult  placeholder="请输入增值业务许可证到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                  <a-textarea v-model=infoModel.permitDateResultRemark  placeholder="请输入增值业务许可证到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
                 </a-form-model-item>
               </a-col>
             </a-list-item>
           </template>
         </a-list>
       </div>
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="许可证到期时间资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.permitDateRemark"
+                      placeholder="如没有增值业务许可证到期时间资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -573,16 +601,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="到期时间资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.permitDateRemark"
-                      placeholder="如没有增值业务许可证到期时间资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--      法人/责任人证件-->
     <a-card v-if="steps.currentId == 'corporationCard'"
@@ -591,7 +610,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 法人/责任人证件资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -617,6 +636,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="法人/责任人证件资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.corporationCardRemark"
+                      placeholder="如没有法人/责任人证件,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -684,16 +713,8 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="证件资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.corporationCardRemark"
-                      placeholder="如没有法人/责任人证件,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
+
     </a-card>
 
     <!--   责任人授权书-->
@@ -703,7 +724,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 责任人授权书资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -729,6 +750,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="责任人授权书资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.personResponsibleRemark"
+                      placeholder="如没有责任人授权书资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -796,16 +827,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="责任人授权书资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.personResponsibleRemark"
-                      placeholder="如没有责任人授权书资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--   经办人证件-->
     <a-card v-if="steps.currentId == 'operatorCard'"
@@ -814,7 +836,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 经办人证件资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -840,6 +862,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 80%;" label="经办人证件资料备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.operatorCardRemark"
+                      placeholder="如没有经办人证件资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -907,16 +939,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="经办人证件资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                      v-model="infoModel.operatorCardRemark"
-                       placeholder="如没有经办人证件资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    经办人手持身份证照片(背景需为电信营业厅或白墙-->
     <a-card v-if="steps.currentId == 'operatorCardPhone'"
@@ -925,7 +948,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 经办人手持身份证照片</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -951,6 +974,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="手持身份证照片备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.operatorCardPhoneRemark"
+                      placeholder="经办人手持身份证照片备注"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1018,16 +1051,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="手持身份证照片备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.operatorCardPhoneRemark"
-                      placeholder="经办人手持身份证照片备注"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
 
     <!--    机房设备照片-->
@@ -1037,7 +1061,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 机房设备照片</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1063,6 +1087,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="机房设备照片备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.devicePhoneRemark"
+                      placeholder="机房设备照片"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1129,16 +1163,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="机房设备照片备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.devicePhoneRemark"
-                      placeholder="机房设备照片"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
 
     <!--    短信模板-->
@@ -1148,7 +1173,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 短信模板</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1174,6 +1199,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="短信模板备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.textMessageRemark"
+                      placeholder="短信模板"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1241,16 +1276,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="短信模板备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.textMessageRemark"
-                      placeholder="短信模板"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    端口类短信业务责任承诺书-->
     <a-card v-if="steps.currentId == 'textMessageBook'"
@@ -1259,7 +1285,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 端口类短信业务责任承诺书</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1285,6 +1311,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="责任承诺书备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.textMessageBookRemark"
+                      placeholder="端口类短信业务责任承诺书"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1352,16 +1388,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="责任承诺书备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.textMessageBookRemark"
-                      placeholder="端口类短信业务责任承诺书"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
 
     <!--    信息安全责任承诺书-->
@@ -1371,7 +1398,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 信息安全责任承诺书</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1397,6 +1424,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="责任承诺书备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.secureBookRemark"
+                      placeholder="信息安全责任承诺书"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1464,16 +1501,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="责任承诺书备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.secureBookRemark"
-                      placeholder="信息安全责任承诺书"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    特殊资费审批(标准资费无需提供)-->
     <a-card v-if="steps.currentId == 'special'"
@@ -1482,7 +1510,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 特殊资费审批(标准资费无需提供)</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1508,6 +1536,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="特殊资费审批备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.specialRemark"
+                      placeholder="特殊资费审批(标准资费无需提供)"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1574,16 +1612,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="特殊资费审批备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.specialRemark"
-                      placeholder="特殊资费审批(标准资费无需提供)"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    入网签报-->
     <a-card v-if="steps.currentId == 'networkAccess'"
@@ -1592,7 +1621,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 入网签报</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1618,6 +1647,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="入网签报备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.networkAccessRemark"
+                      placeholder="入网签报"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1684,16 +1723,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="入网签报备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.networkAccessRemark"
-                      placeholder="入网签报"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    集团价格审批-->
     <a-card v-if="steps.currentId == 'groupPriceApproval'"
@@ -1702,7 +1732,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 集团价格审批</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;margin-left: 10%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1728,6 +1758,16 @@
         </a-list>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="集团价格审批备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"  disabled='disabled'
+                      v-model="infoModel.groupPriceApprovalRemark"
+                      placeholder="集团价格审批"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1787,16 +1827,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="集团价格审批备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                       v-model="infoModel.groupPriceApprovalRemark"
-                      placeholder="集团价格审批"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
   </a-spin>
 
@@ -1874,7 +1905,7 @@ export default {
 
         infoResult:"",
         logId:"",
-
+        infoResultRemark:"",
        dataId:"",
 
         infoId:"",
@@ -1918,26 +1949,26 @@ export default {
         contractDate:[{}],
         contractDateRemark:"",
         contractDateResult:"",
-        contractDateRemarkResult:"",
+        contractDateResultRemark:"",
         //'营业执照到期时间
         businessLicenseDate:[{}],
         businessLicenseDateRemark:"",
         businessLicenseDateResult:"",
-        businessLicenseDateRemarkResult:"",
+        businessLicenseDateResultRemark:"",
         //码号证书到期时间
         codeNumberDate:[{}],
         codeNumberDateRemark:"",
         codeNumberDateResult:"",
-        codeNumberDateRemarkResult:"",
+        codeNumberDateResultRemark:"",
         //'备案通知到期时间
         filingsDate:[{}],
         filingsDateRemark:"",
-        filingsDateRemarkResult:"",
+        filingsDateResultRemark:"",
         filingsDateResult:"",
         //增值业务许可证到期时间
         permitDate:[{}],
         permitDateRemark:"",
-        permitDateRemarkResult:"",
+        permitDateResultRemark:"",
         permitDateResult:"",
         //法人/责任人证件
         corporationCard:[{}],
@@ -2028,6 +2059,16 @@ export default {
           sm: {span: 16},
         }
       },
+      labelCol1Note2: {
+        labelCol: {
+          xs: {span: 24},
+          sm: {span: 6},
+        },
+        wrapperCol: {
+          xs: {span: 24},
+          sm: {span: 14},
+        }
+      },
       // 步骤条相关
       steps: {
         // 当前所在第几部
@@ -2177,6 +2218,16 @@ export default {
     // });
   },
   methods: {
+    sizeColor(){
+      if (this.infoModel.infoResult==="2"){
+        var element = document.getElementById('directRequirements');
+        element.style.color = 'red';
+      }
+      if (this.infoModel.infoResult==="1"){
+        var element = document.getElementById('directRequirements');
+        element.style.color = 'black';
+      }
+    },
     /**节点状态*/
     basicCheckClick(state) {
       let boolean = state == "1" ? true : false;
@@ -2248,6 +2299,10 @@ export default {
           info="no";
         }
       }
+      if (this.infoModel.infoResult==="" || this.infoModel.infoResult===null){
+        this.$message.warn( "行短基本信息未进行稽核...");
+        info="no";
+      }
       if (info==="no"){
         return
       }
@@ -2312,7 +2367,7 @@ export default {
 
         })
       }
-      resultA.userState=this.infoModel.userState
+    //  resultA.userState=this.infoModel.userState
       return resultA
     },
     /**获取客户数据信息*/
@@ -2355,6 +2410,14 @@ export default {
                 }
               }
             }
+            if (that.infoModel.infoResult==="2"){
+              var element = document.getElementById('directRequirements');
+              element.style.color = 'red';
+            }
+            if (that.infoModel.infoResult==="1"){
+              var element = document.getElementById('directRequirements');
+              element.style.color = 'black';
+            }
             that.getInfoDataById(infoId)
           }
         })

+ 1 - 1
src/views/smscheck/modules/TaskCheckList.vue

@@ -335,7 +335,7 @@ export default {
     statusTypeFilter(type) {
       const statusTypeMap = {
         '0': 'error',
-        '1': 'error',
+        '1': 'purple',
         '2': 'warning',
         '3': 'warning',
         '4': 'processing',

+ 36 - 1
src/views/smscheck/modules/TaskImport.vue

@@ -36,6 +36,9 @@
           <a-button type="primary" icon="import"
                     @click="downloadTemplat">下载导入模版
           </a-button>
+          <a-button type="primary" icon="import"
+                    @click="handleExportXls('失败数据')">下载失败数据
+          </a-button>
         </div>
         <!-- 操作按钮区域 end -->
 
@@ -69,7 +72,7 @@
 <script>
 
 import {JeecgListMixin} from '@/mixins/JeecgListMixin'
-import {getAction, httpAction} from '@api/manage'
+import { downFile, getAction, httpAction } from '@api/manage'
 
 export default {
   name: 'TaskImport',
@@ -178,14 +181,46 @@ export default {
         importExcel: window._CONFIG['domainURL'] + "/smsCheck/task/importCustomerExcel",
         importData: "/smsCheck/task/taskId/importCustomerData",
         queryTask: "/smsCheck/task/queryById",
+        exportXlsUrl: "/smsCheckError/task/exportXls",
       },
     }
   },
   created() {
     this.task.id = this.$route.query.id;
     this.queryInfoById(this.task.id);
+
   },
   methods: {
+    handleExportXls(fileName){
+      if(!fileName || typeof fileName != "string"){
+        fileName = "导出文件"
+      }
+      this.getQueryParams.taskId=this.task.id;
+      let param = this.getQueryParams;
+      if(this.selectedRowKeys && this.selectedRowKeys.length>0){
+        param['selections'] = this.selectedRowKeys.join(",")
+      }
+      console.log("导出参数",param)
+      downFile(this.url.exportXlsUrl,param).then((data)=>{
+        if (!data) {
+          this.$message.warning("文件下载失败")
+          return
+        }
+        if (typeof window.navigator.msSaveBlob !== 'undefined') {
+          window.navigator.msSaveBlob(new Blob([data],{type: 'application/vnd.ms-excel'}), fileName+'.xls')
+        }else{
+          let url = window.URL.createObjectURL(new Blob([data],{type: 'application/vnd.ms-excel'}))
+          let link = document.createElement('a')
+          link.style.display = 'none'
+          link.href = url
+          link.setAttribute('download', fileName+'.xls')
+          document.body.appendChild(link)
+          link.click()
+          document.body.removeChild(link); //下载完成移除元素
+          window.URL.revokeObjectURL(url); //释放掉blob对象
+        }
+      })
+    },
     /**下载模版*/
     downloadTemplat(){
       const a = document.createElement('a')

+ 347 - 196
src/views/smscheck/modules/TaskUploadData.vue

@@ -14,47 +14,63 @@
           :rules="rules"
         >
           <a-row>
-            <a-col :span="8">
+            <a-col :span="6">
+
+              <a-form-model-item label="客户编号" prop="customerName" v-bind="labelCol4" >
+                <a-input   v-model="infoModel.customerNo" placeholder="客户编号" :disabled='true'></a-input>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="用户编号" prop="customerName" v-bind="labelCol4" >
+                <a-input   v-model="infoModel.userNo" placeholder="用户编号" :disabled='true'></a-input>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="入网时间" prop="customerName" v-bind="labelCol4" >
+                <a-input   v-model="infoModel.networkAccessTime" placeholder="入网时间" :disabled='true'></a-input>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
               <a-form-model-item label="客户名称(全)" prop="customerName" v-bind="labelCol4">
                 <a-input   v-model="infoModel.customerName" placeholder="客户名称/使用人名称"></a-input>
               </a-form-model-item>
             </a-col>
-            <a-col :span="8">
+            <a-col :span="6">
             <a-form-model-item label="用户状态" prop="userState" v-bind="labelCol4">
-              <a-input  v-model="infoModel.userState" placeholder="用户状态"></a-input>
+              <a-input  v-model="infoModel.userState" placeholder="用户状态" :disabled='true'></a-input>
             </a-form-model-item>
 
             </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="用户发展员工" prop="staffNo" v-bind="labelCol4">
+                <a-input  v-model="infoModel.staffNo" placeholder="用户发展员工" :disabled='true'></a-input>
+              </a-form-model-item>
+            </a-col>
 
-
-            <a-col :span="8">
+            <a-col :span="6">
               <a-form-model-item label="码号" prop="codeNumber" v-bind="labelCol4">
                 <a-input   v-model="infoModel.codeNumber" placeholder="(接入开通码号95/96/10/11/12/106/400(不含拓展位长))"></a-input>
               </a-form-model-item>
             </a-col>
 
-            <a-col :span="8">
+            <a-col :span="6">
               <a-form-model-item label="号码详细用途" prop="numberUse" v-bind="labelCol4">
                 <a-input  v-model="infoModel.numberUse" placeholder="(文字描述,最大200字。)"></a-input>
               </a-form-model-item>
             </a-col>
 
-            <a-col :span="8">
-              <a-form-model-item label="用户发展员工" prop="staffNo" v-bind="labelCol4">
-                <a-input  v-model="infoModel.staffNo" placeholder="用户发展员工"></a-input>
-              </a-form-model-item>
-            </a-col>
-            <a-col :span="8">
+
+            <a-col :span="6">
               <a-form-model-item label="客户经理手机号" prop="managePhone" v-bind="labelCol4">
                 <a-input  v-model="infoModel.managePhone" placeholder="客户经理手机号"></a-input>
               </a-form-model-item>
             </a-col>
-            <a-col :span="8">
+            <a-col :span="6">
               <a-form-model-item label="单位联系人手机号" prop="codeNumberContactPhone" v-bind="labelCol4">
                 <a-input  v-model="infoModel.codeNumberContactPhone" placeholder="业务合同码号使用单位联系人手机号"></a-input>
               </a-form-model-item>
             </a-col>
-            <a-col :span="8">
+            <a-col :span="6">
               <a-form-model-item label="是否完成整改" prop="isComplete" v-bind="labelCol4">
                 <a-radio-group v-model="infoModel.isComplete" button-style="solid" @change="stepLoading">
                   <a-radio-button value="0">否</a-radio-button>
@@ -62,7 +78,7 @@
                 </a-radio-group>
               </a-form-model-item>
             </a-col>
-            <a-col :span="8">
+            <a-col :span="6">
               <a-form-model-item label="是否为CSP商" prop="isCsp" v-bind="labelCol4">
                 <a-radio-group v-model="infoModel.isCsp" button-style="solid" @change="stepLoading">
                   <a-radio-button value="0">否</a-radio-button>
@@ -94,6 +110,81 @@
                 </a-radio-group>
               </a-form-model-item>
             </a-col>
+            <a-col :span="12" v-if='infoModel.contractDateDateIs==="" || infoModel.contractDateDateIs===null || infoModel.contractDateDateIs==="1" '>
+              <a-form-model-item label="合同到期时间是否长期" prop="contractDateDateIs" v-bind="labelCol4">
+                <a-radio-group v-model="infoModel.contractDateDateIs" button-style="solid" @change="stepLoading">
+                  <a-radio-button value="0">否</a-radio-button>
+                  <a-radio-button value="1">是</a-radio-button>
+                </a-radio-group>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="12"  v-if='infoModel.contractDateDateIs==="0" ' >
+              <a-form-item label="合同到期时间" prop="filingsDateDateIs" v-bind="labelCol4">
+                <j-date
+                  style="width: 210px"
+                  v-model="infoModel.contractDateDate"
+                  format="YYYY-MM-DD"
+                  :placeholder="['到期时间']"
+                />
+              </a-form-item>
+            </a-col>
+            <a-col :span="12" v-if='infoModel.businessLicenseDateDateIs==="" || infoModel.businessLicenseDateDateIs===null || infoModel.businessLicenseDateDateIs==="1" '>
+              <a-form-model-item label="营业执照有效期是否长期" prop="businessLicenseDateDateIs" v-bind="labelCol4">
+                <a-radio-group v-model="infoModel.businessLicenseDateDateIs" button-style="solid"  >
+                  <a-radio-button value="0">否</a-radio-button>
+                  <a-radio-button value="1">是</a-radio-button>
+                </a-radio-group>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="12" v-if='infoModel.businessLicenseDateDateIs==="0"'>
+              <a-form-item label="营业执照到期时间" prop="filingsDateDateIs"  v-bind="labelCol4" >
+                <j-date
+                  style="width: 210px"
+                  v-model="infoModel.businessLicenseDateDate"
+                  format="YYYY-MM-DD"
+                  :placeholder="['到期时间']"
+                />
+              </a-form-item>
+            </a-col>
+            <a-col :span="12" v-if='infoModel.codeNumberDateDateIs==="" || infoModel.codeNumberDateDateIs===null || infoModel.codeNumberDateDateIs==="1" '>
+              <a-form-model-item label="码号证书有效期是否长期" prop="codeNumberDateDateIs" v-bind="labelCol4">
+                <a-radio-group v-model="infoModel.codeNumberDateDateIs" button-style="solid"  >
+                  <a-radio-button value="0">否</a-radio-button>
+                  <a-radio-button value="1">是</a-radio-button>
+                </a-radio-group>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="12" v-if='infoModel.codeNumberDateDateIs==="0" '>
+              <a-form-item label="码号证书到期时间"  prop="filingsDateDateIs" v-bind="labelCol4">
+                <j-date
+                  style="width: 210px"
+                  v-model="infoModel.codeNumberDateDate"
+                  format="YYYY-MM-DD"
+                  :placeholder="['到期时间']"
+                />
+              </a-form-item>
+            </a-col>
+            <a-col :span="12" v-if='infoModel.filingsDateDateIs==="" || infoModel.filingsDateDateIs===null || infoModel.filingsDateDateIs==="1" '>
+              <a-form-model-item label="备案到期时间是否长期" prop="filingsDateDateIs" v-bind="labelCol4">
+                <a-radio-group v-model="infoModel.filingsDateDateIs" button-style="solid"  >
+                  <a-radio-button value="0">否</a-radio-button>
+                  <a-radio-button value="1">是</a-radio-button>
+                </a-radio-group>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="12"  v-if='infoModel.filingsDateDateIs==="0" '>
+              <a-form-item label="备案通知到期时间" prop="filingsDateDateIs"  v-bind="labelCol4">
+                <j-date
+                  style="width: 210px"
+                  v-model="infoModel.filingsDateDate"
+                  format="YYYY-MM-DD"
+                  :placeholder="['到期时间']"
+                />
+              </a-form-item>
+            </a-col>
+
+
+
 
 
           </a-row>
@@ -118,6 +209,18 @@
         <span style="float: left;position: relative;top: 4px">合同到期时间</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="合同到期时间备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"
+                      v-model="infoModel.contractDateRemark"
+                      @change="textareaChange('contractDate','contractDateRemark')"
+                      placeholder="如没有合同到期时间,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -207,17 +310,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="合同到期时间备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      v-model="infoModel.contractDateRemark"
-                      @change="textareaChange('contractDate','contractDateRemark')"
-                      placeholder="如没有合同到期时间,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--      营业执照到期时间-->
     <a-card v-if="steps.currentId == 'businessLicenseDate'"
@@ -227,6 +320,17 @@
         <span style="float: left;position: relative;top: 4px">营业执照到期时间</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="营业执照到期时间备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('businessLicenseDate','businessLicenseDateRemark')"
+                      v-model="infoModel.businessLicenseDateRemark"
+                      placeholder="如没有营业执照到期时间资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -316,17 +420,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="营业执照到期时间备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('businessLicenseDate','businessLicenseDateRemark')"
-                      v-model="infoModel.businessLicenseDateRemark"
-                      placeholder="如没有营业执照到期时间资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--      码号证书到期时间资料-->
     <a-card v-if="steps.currentId == 'codeNumberDate'"
@@ -336,6 +430,17 @@
         <span style="float: left;position: relative;top: 4px">码号证书到期时间</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="码号证书到期时间资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('codeNumberDate','codeNumberDateRemark')"
+                      v-model="infoModel.codeNumberDateRemark"
+                      placeholder="如没有码号证书到期时间资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -425,17 +530,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="码号证书到期时间资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('codeNumberDate','codeNumberDateRemark')"
-                      v-model="infoModel.codeNumberDateRemark"
-                      placeholder="如没有码号证书到期时间资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--      备案通知到期时间-->
     <a-card v-if="steps.currentId == 'filingsDate'"
@@ -445,6 +540,17 @@
         <span style="float: left;position: relative;top: 4px"> 备案通知到期时间资料</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="备案通知到期时间资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('filingsDate','filingsDateRemark')"
+                      v-model="infoModel.filingsDateRemark"
+                      placeholder="如没有备案通知到期时间资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -534,17 +640,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="备案通知到期时间资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('filingsDate','filingsDateRemark')"
-                      v-model="infoModel.filingsDateRemark"
-                      placeholder="如没有备案通知到期时间资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--      增值业务许可证到期时间-->
     <a-card v-if="steps.currentId == 'permitDate'"
@@ -554,6 +650,17 @@
         <span style="float: left;position: relative;top: 4px"> 增值业务许可证到期时间资料</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="业务许可证到期时间资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('permitDate','permitDateRemark')"
+                      v-model="infoModel.permitDateRemark"
+                      placeholder="如没有增值业务许可证到期时间资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -643,17 +750,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="业务许可证到期时间资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('permitDate','permitDateRemark')"
-                      v-model="infoModel.permitDateRemark"
-                      placeholder="如没有增值业务许可证到期时间资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--      法人/责任人证件-->
     <a-card v-if="steps.currentId == 'corporationCard'"
@@ -663,6 +760,17 @@
         <span style="float: left;position: relative;top: 4px"> 法人/责任人证件资料</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="法人/责任人证件资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('corporationCard','corporationCardRemark')"
+                      v-model="infoModel.corporationCardRemark"
+                      placeholder="如没有法人/责任人证件,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -752,17 +860,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="法人/责任人证件资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('corporationCard','corporationCardRemark')"
-                      v-model="infoModel.corporationCardRemark"
-                      placeholder="如没有法人/责任人证件,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
 
     <!--   责任人授权书-->
@@ -773,6 +871,17 @@
         <span style="float: left;position: relative;top: 4px"> 责任人授权书资料</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="责任人授权书资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('personResponsible','personResponsibleRemark')"
+                      v-model="infoModel.personResponsibleRemark"
+                      placeholder="如没有责任人授权书资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -862,17 +971,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="责任人授权书资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('personResponsible','personResponsibleRemark')"
-                      v-model="infoModel.personResponsibleRemark"
-                      placeholder="如没有责任人授权书资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--   经办人证件-->
     <a-card v-if="steps.currentId == 'operatorCard'"
@@ -882,6 +981,17 @@
         <span style="float: left;position: relative;top: 4px"> 经办人证件资料</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="经办人证件资料备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      v-model="infoModel.operatorCardRemark"
+                      @change="textareaChange('operatorCard','operatorCardRemark')"
+                      placeholder="如没有经办人证件资料,需要说明原因"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -971,17 +1081,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="经办人证件资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      v-model="infoModel.operatorCardRemark"
-                      @change="textareaChange('operatorCard','operatorCardRemark')"
-                      placeholder="如没有经办人证件资料,需要说明原因"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    经办人手持身份证照片(背景需为电信营业厅或白墙-->
     <a-card v-if="steps.currentId == 'operatorCardPhone'"
@@ -991,6 +1091,17 @@
         <span style="float: left;position: relative;top: 4px"> 经办人手持身份证照片</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="经办人手持身份证照片备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('operatorCardPhone','operatorCardPhoneRemark')"
+                      v-model="infoModel.operatorCardPhoneRemark"
+                      placeholder="经办人手持身份证照片备注"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1080,17 +1191,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="经办人手持身份证照片备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('operatorCardPhone','operatorCardPhoneRemark')"
-                      v-model="infoModel.operatorCardPhoneRemark"
-                      placeholder="经办人手持身份证照片备注"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
 
     <!--    机房设备照片-->
@@ -1101,6 +1202,17 @@
         <span style="float: left;position: relative;top: 4px"> 机房设备照片</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="机房设备照片备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('devicePhone','devicePhoneRemark')"
+                      v-model="infoModel.devicePhoneRemark"
+                      placeholder="机房设备照片"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1190,17 +1302,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="机房设备照片备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('devicePhone','devicePhoneRemark')"
-                      v-model="infoModel.devicePhoneRemark"
-                      placeholder="机房设备照片"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
 
     <!--    短信模板-->
@@ -1211,6 +1313,17 @@
         <span style="float: left;position: relative;top: 4px"> 短信模板</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="短信模板备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('textMessage','textMessageRemark')"
+                      v-model="infoModel.textMessageRemark"
+                      placeholder="短信模板"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1300,17 +1413,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="短信模板备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('textMessage','textMessageRemark')"
-                      v-model="infoModel.textMessageRemark"
-                      placeholder="短信模板"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    端口类短信业务责任承诺书-->
     <a-card v-if="steps.currentId == 'textMessageBook'"
@@ -1320,6 +1423,17 @@
         <span style="float: left;position: relative;top: 4px"> 端口类短信业务责任承诺书</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="端口类短信业务责任承诺书备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('textMessageBook','textMessageBookRemark')"
+                      v-model="infoModel.textMessageBookRemark"
+                      placeholder="端口类短信业务责任承诺书"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1409,17 +1523,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="端口类短信业务责任承诺书备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('textMessageBook','textMessageBookRemark')"
-                      v-model="infoModel.textMessageBookRemark"
-                      placeholder="端口类短信业务责任承诺书"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
 
     <!--    信息安全责任承诺书-->
@@ -1430,6 +1534,17 @@
         <span style="float: left;position: relative;top: 4px"> 信息安全责任承诺书</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="信息安全责任承诺书备注:" v-bind="labelCol1Note2">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('secureBook','secureBookRemark')"
+                      v-model="infoModel.secureBookRemark"
+                      placeholder="信息安全责任承诺书"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1519,17 +1634,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="信息安全责任承诺书备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('secureBook','secureBookRemark')"
-                      v-model="infoModel.secureBookRemark"
-                      placeholder="信息安全责任承诺书"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    特殊资费审批(标准资费无需提供)-->
     <a-card v-if="steps.currentId == 'special'"
@@ -1539,6 +1644,17 @@
         <span style="float: left;position: relative;top: 4px"> 特殊资费审批(标准资费无需提供)</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="特殊资费审批备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('special','specialRemark')"
+                      v-model="infoModel.specialRemark"
+                      placeholder="特殊资费审批(标准资费无需提供)"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1628,17 +1744,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="特殊资费审批备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('special','specialRemark')"
-                      v-model="infoModel.specialRemark"
-                      placeholder="特殊资费审批(标准资费无需提供)"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    入网签报-->
     <a-card v-if="steps.currentId == 'networkAccess'"
@@ -1648,6 +1754,17 @@
         <span style="float: left;position: relative;top: 4px"> 入网签报</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="入网签报备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('networkAccess','networkAccessRemark')"
+                      v-model="infoModel.networkAccessRemark"
+                      placeholder="入网签报"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1737,17 +1854,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="入网签报备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('networkAccess','networkAccessRemark')"
-                      v-model="infoModel.networkAccessRemark"
-                      placeholder="入网签报"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
     <!--    集团价格审批-->
     <a-card v-if="steps.currentId == 'groupPriceApproval'"
@@ -1757,6 +1864,17 @@
         <span style="float: left;position: relative;top: 4px"> 集团价格审批</span>
       </div>
       <!--      文件上传-->
+      <!--      附件-->
+      <div>
+        <a-form-model-item style="left: 10%;width: 70%;" label="集团价格审批备注:" v-bind="labelCol1Note">
+          <a-textarea style="height: 77px"
+                      @change="textareaChange('groupPriceApproval','groupPriceApprovalRemark')"
+                      v-model="infoModel.groupPriceApprovalRemark"
+                      placeholder="集团价格审批"
+          />
+          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+        </a-form-model-item>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -1846,17 +1964,7 @@
           </swiper>
         </div>
       </div>
-      <!--      附件-->
-      <div>
-        <a-form-model-item style="left: 10%;width: 80%;" label="集团价格审批备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      @change="textareaChange('groupPriceApproval','groupPriceApprovalRemark')"
-                      v-model="infoModel.groupPriceApprovalRemark"
-                      placeholder="集团价格审批"
-          />
-          <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
-        </a-form-model-item>
-      </div>
+
     </a-card>
   </a-spin>
 
@@ -1931,6 +2039,9 @@ export default {
       },
       // 客户资料信息
       infoModel: {
+        customerNo :"",
+        userNo:"",
+        networkAccessTime:"",
         infoId:"",
         //是否完成整改
         isComplete:"",
@@ -1970,18 +2081,27 @@ export default {
         shutdownLabelOther: "",
         //合同到期时间
         contractDate:[{}],
+        contractDateDateIs:"",
+        contractDateDate:"",
         contractDateRemark:"",
         //'营业执照到期时间
         businessLicenseDate:[{}],
+        businessLicenseDateDate:"",
+        businessLicenseDateDateIs:"",
         businessLicenseDateRemark:"",
         //码号证书到期时间
         codeNumberDate:[{}],
+        codeNumberDateDate:"",
+        codeNumberDateDateIs:"",
         codeNumberDateRemark:"",
         //'备案通知到期时间
         filingsDate:[{}],
+        filingsDateDate:"",
+        filingsDateDateIs:"",
         filingsDateRemark:"",
         //增值业务许可证到期时间
         permitDate:[{}],
+        permitDateDate:"",
         permitDateRemark:"",
         //法人/责任人证件
         corporationCard:[{}],
@@ -2040,25 +2160,37 @@ export default {
           {required: true, message: '必须输入用户发展员工'},
         ],
         managePhone: [
-          {required: true, message: '必须输入客户经理手机号'},
+          {required: true, message: '必须输入'},
         ],
         codeNumberContactPhone: [
-          {required: true, message: '必须输入码号使用单位联系人手机号'},
+          {required: true, message: '必须输入单位联系人手机号'},
         ],
         isCsp: [
           {required: true, message: '必须输入是否为isCsp商'},
         ],
         codeNumberBusinessLicense: [
-          {required: true, message: '必须选择码号证书营业执照合同签约方主体是否一致'},
+          {required: true, message: '必须选择是否一致'},
         ],
         isSigningNumber: [
-          {required: true, message: '请选择签约号码与证书下发码号是否一致'},
+          {required: true, message: '请选择是否一致'},
         ],
         isAll: [
           {required: true, message: '必须选择资料是否完整'},
         ],
         isComplete: [
           {required: true, message: '必须选择是否完成整改'},
+        ],
+        contractDateDateIs: [
+          {required: true, message: '必须选择'},
+        ],
+        businessLicenseDateDateIs: [
+          {required: true, message: '必须选择'},
+        ],
+        codeNumberDateDateIs: [
+          {required: true, message: '必须选择'},
+        ],
+        filingsDateDateIs: [
+          {required: true, message: '必须选择'},
         ]
       },
       labelCol4: {
@@ -2092,13 +2224,23 @@ export default {
         }
       },
       labelCol1Note: {
+        labelCol: {
+          xs: {span: 24},
+          sm: {span: 4},
+        },
+        wrapperCol: {
+          xs: {span: 24},
+          sm: {span: 16},
+        }
+      },
+      labelCol1Note2: {
         labelCol: {
           xs: {span: 24},
           sm: {span: 6},
         },
         wrapperCol: {
           xs: {span: 24},
-          sm: {span: 18},
+          sm: {span: 16},
         }
       },
       // 步骤条相关
@@ -2520,6 +2662,7 @@ export default {
         if (res.success) {
           this.$message.success("提交成功", 3);
           this.addIng == true
+          this.$router.push({path: '/sms/check/task/check', query: {id: data.taskId}});
           this.closeCurrent();
         } else {
           if (  res.message  !==null){
@@ -2552,6 +2695,8 @@ export default {
         if (res.success) {
           this.$message.success("提交成功", 3);
           this.addIng == true
+
+          this.$router.push({path: '/sms/check/task/check', query: {id: data.taskId}});
           this.closeCurrent();
         } else {
           if (  res.message  !==null){
@@ -2599,6 +2744,12 @@ export default {
             that.infoModel.userState =result.userState;
             //用户发展员工
             that.infoModel.staffNo =result.staffNo;
+            that.infoModel.customerNo =result.customerNo;
+            that.infoModel.userNo =result.userNo;
+            that.infoModel.networkAccessTime =result.networkAccessTime;
+
+
+
           }
         })
       }

+ 601 - 60
src/views/smscheck/modules/TaskUploadDataZG.vue

@@ -14,112 +14,232 @@
           :rules="rules"
         >
           <a-row>
-            <a-col :span="8">
+            <a-col :span="6">
+
+              <a-form-model-item label="客户编号" prop="customerName" v-bind="labelCol4" >
+                <a-input   v-model="infoModel.customerNo" placeholder="客户编号" :disabled='true'></a-input>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="用户编号" prop="customerName" v-bind="labelCol4" >
+                <a-input   v-model="infoModel.userNo" placeholder="用户编号" :disabled='true'></a-input>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="入网时间" prop="customerName" v-bind="labelCol4" >
+                <a-input   v-model="infoModel.networkAccessTime" placeholder="入网时间" :disabled='true'></a-input>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
               <a-form-model-item label="客户名称(全)" prop="customerName" v-bind="labelCol4">
                 <a-input   v-model="infoModel.customerName" placeholder="客户名称/使用人名称"></a-input>
               </a-form-model-item>
             </a-col>
-            <a-col :span="8">
-            <a-form-model-item label="用户状态" prop="userState" v-bind="labelCol4">
-              <a-input  v-model="infoModel.userState" placeholder="用户状态"></a-input>
-            </a-form-model-item>
+            <a-col :span="6">
+              <a-form-model-item label="用户状态" prop="userState" v-bind="labelCol4">
+                <a-input  v-model="infoModel.userState" placeholder="用户状态" :disabled='true'></a-input>
+              </a-form-model-item>
 
             </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="用户发展员工" prop="staffNo" v-bind="labelCol4">
+                <a-input  v-model="infoModel.staffNo" placeholder="用户发展员工" :disabled='true'></a-input>
+              </a-form-model-item>
+            </a-col>
 
-
-            <a-col :span="8">
+            <a-col :span="6">
               <a-form-model-item label="码号" prop="codeNumber" v-bind="labelCol4">
-                <a-input   v-model="infoModel.codeNumber" placeholder="(接入开通码号95/96/10/11/12/106/400(不含拓展位长))"></a-input>
+                <a-input :disabled='isShow'  v-model="infoModel.codeNumber" placeholder="(接入开通码号95/96/10/11/12/106/400(不含拓展位长))"></a-input>
               </a-form-model-item>
             </a-col>
 
-            <a-col :span="8">
+            <a-col :span="6">
               <a-form-model-item label="号码详细用途" prop="numberUse" v-bind="labelCol4">
-                <a-input  v-model="infoModel.numberUse" placeholder="(文字描述,最大200字。)"></a-input>
+                <a-input  :disabled='isShow'  v-model="infoModel.numberUse" placeholder="(文字描述,最大200字。)"></a-input>
               </a-form-model-item>
             </a-col>
 
-            <a-col :span="8">
-              <a-form-model-item label="用户发展员工" prop="staffNo" v-bind="labelCol4">
-                <a-input  v-model="infoModel.staffNo" placeholder="用户发展员工"></a-input>
-              </a-form-model-item>
-            </a-col>
-            <a-col :span="8">
+
+            <a-col :span="6">
               <a-form-model-item label="客户经理手机号" prop="managePhone" v-bind="labelCol4">
-                <a-input  v-model="infoModel.managePhone" placeholder="客户经理手机号"></a-input>
+                <a-input  :disabled='isShow'  v-model="infoModel.managePhone" placeholder="客户经理手机号"></a-input>
               </a-form-model-item>
             </a-col>
-            <a-col :span="8">
+            <a-col :span="6">
               <a-form-model-item label="单位联系人手机号" prop="codeNumberContactPhone" v-bind="labelCol4">
-                <a-input  v-model="infoModel.codeNumberContactPhone" placeholder="业务合同码号使用单位联系人手机号"></a-input>
+                <a-input  :disabled='isShow'  v-model="infoModel.codeNumberContactPhone" placeholder="业务合同码号使用单位联系人手机号"></a-input>
               </a-form-model-item>
             </a-col>
             <a-col :span="8">
-              <a-form-model-item label="是否完成整改" prop="isComplete" v-bind="labelCol4">
-                <a-radio-group v-model="infoModel.isComplete" button-style="solid" @change="stepLoading">
+              <a-form-model-item label="签约号码与证书下发码号是否一致" prop="isSigningNumber" v-bind="labelCol5">
+                <a-radio-group v-model="infoModel.isSigningNumber" button-style="solid" @change="stepLoading"  :disabled='isShow' >
                   <a-radio-button value="0">否</a-radio-button>
                   <a-radio-button value="1">是</a-radio-button>
                 </a-radio-group>
               </a-form-model-item>
             </a-col>
-            <a-col :span="8">
-              <a-form-model-item label="是否为CSP商" prop="isCsp" v-bind="labelCol4">
-                <a-radio-group v-model="infoModel.isCsp" button-style="solid" @change="stepLoading">
+          </a-row>
+          <a-row>
+            <a-col :span="7" v-if='infoModel.contractDateDateIs==="" || infoModel.contractDateDateIs===null || infoModel.contractDateDateIs==="1" '>
+              <a-form-model-item label="合同到期时间是否长期" prop="contractDateDateIs" v-bind="labelCol4">
+                <a-radio-group  :disabled='isShow'  v-model="infoModel.contractDateDateIs" button-style="solid" @change="stepLoading">
                   <a-radio-button value="0">否</a-radio-button>
                   <a-radio-button value="1">是</a-radio-button>
                 </a-radio-group>
               </a-form-model-item>
             </a-col>
-            <a-col :span="10">
-              <a-form-model-item label="码号证书营业执照合同签约方主体是否一致" prop="codeNumberBusinessLicense" v-bind="labelCol5">
-                <a-radio-group v-model="infoModel.codeNumberBusinessLicense" button-style="solid" @change="stepLoading">
+            <a-col :span="7"  v-if='infoModel.contractDateDateIs==="0" ' >
+              <a-form-item label="合同到期时间" prop="filingsDateDateIs" v-bind="labelCol4">
+                <j-date  :disabled='isShow'
+                         style="width: 210px"
+                  v-model="infoModel.contractDateDate"
+                  format="YYYY-MM-DD"
+                  :placeholder="['到期时间']"
+                />
+              </a-form-item>
+            </a-col>
+            <a-col :span="7" v-if='infoModel.businessLicenseDateDateIs==="" || infoModel.businessLicenseDateDateIs===null || infoModel.businessLicenseDateDateIs==="1" '>
+              <a-form-model-item label="营业执照有效期是否长期" prop="businessLicenseDateDateIs" v-bind="labelCol4">
+                <a-radio-group   :disabled='isShow'  v-model="infoModel.businessLicenseDateDateIs" button-style="solid"  >
                   <a-radio-button value="0">否</a-radio-button>
                   <a-radio-button value="1">是</a-radio-button>
                 </a-radio-group>
               </a-form-model-item>
             </a-col>
-            <a-col :span="8">
-              <a-form-model-item label="签约号码与证书下发码号是否一致" prop="isSigningNumber" v-bind="labelCol5">
-                <a-radio-group v-model="infoModel.isSigningNumber" button-style="solid" @change="stepLoading">
+            <a-col :span="7" v-if='infoModel.businessLicenseDateDateIs==="0"'>
+              <a-form-item label="营业执照到期时间" prop="filingsDateDateIs"  v-bind="labelCol4" >
+                <j-date  :disabled='isShow'
+                         style="width: 210px"
+                  v-model="infoModel.businessLicenseDateDate"
+                  format="YYYY-MM-DD"
+                  :placeholder="['到期时间']"
+                />
+              </a-form-item>
+            </a-col>
+            <a-col :span="5">
+              <a-form-model-item label="资料是否完整" prop="isAll" v-bind="labelCol4">
+                <a-radio-group  :disabled='isShow'  v-model="infoModel.isAll" button-style="solid" @change="stepLoading">
                   <a-radio-button value="0">否</a-radio-button>
                   <a-radio-button value="1">是</a-radio-button>
                 </a-radio-group>
               </a-form-model-item>
             </a-col>
-            <a-col :span="5">
-              <a-form-model-item label="资料是否完整" prop="isAll" v-bind="labelCol4">
-                <a-radio-group v-model="infoModel.isAll" button-style="solid" @change="stepLoading">
+            <a-col :span="7" v-if='infoModel.filingsDateDateIs==="" || infoModel.filingsDateDateIs===null || infoModel.filingsDateDateIs==="1" '>
+              <a-form-model-item label="备案到期时间是否长期" prop="filingsDateDateIs" v-bind="labelCol4">
+                <a-radio-group  :disabled='isShow' v-model="infoModel.filingsDateDateIs" button-style="solid"  >
                   <a-radio-button value="0">否</a-radio-button>
                   <a-radio-button value="1">是</a-radio-button>
                 </a-radio-group>
               </a-form-model-item>
             </a-col>
+            <a-col :span="7"  v-if='infoModel.filingsDateDateIs==="0" '>
+              <a-form-item  :disabled='isShow'  label="备案通知到期时间" prop="filingsDateDateIs"  v-bind="labelCol4">
+                <j-date
+                  style="width: 210px"
+                  v-model="infoModel.filingsDateDate"
+                  format="YYYY-MM-DD"
+                  :placeholder="['到期时间']"
+                />
+              </a-form-item>
+            </a-col>
+            <a-col :span="7" v-if='infoModel.codeNumberDateDateIs==="" || infoModel.codeNumberDateDateIs===null || infoModel.codeNumberDateDateIs==="1" '>
+              <a-form-model-item label="码号证书有效期是否长期" prop="codeNumberDateDateIs" v-bind="labelCol4">
+                <a-radio-group  :disabled='isShow' v-model="infoModel.codeNumberDateDateIs" button-style="solid"  >
+                  <a-radio-button value="0">否</a-radio-button>
+                  <a-radio-button value="1">是</a-radio-button>
+                </a-radio-group>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="7" v-if='infoModel.codeNumberDateDateIs==="0" '>
+              <a-form-item label="码号证书到期时间" :disabled='isShow'   prop="filingsDateDateIs" v-bind="labelCol4">
+                <j-date
+                  style="width: 210px"
+                  v-model="infoModel.codeNumberDateDate"
+                  format="YYYY-MM-DD"
+                  :placeholder="['到期时间']"
+                />
+              </a-form-item>
+            </a-col>
 
-
+            <a-col :span="6">
+              <a-form-model-item label="是否完成整改" prop="isComplete" v-bind="labelCol4">
+                <a-radio-group v-model="infoModel.isComplete" :disabled='isShow'  button-style="solid" @change="stepLoading">
+                  <a-radio-button value="0">否</a-radio-button>
+                  <a-radio-button value="1">是</a-radio-button>
+                </a-radio-group>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="是否为CSP商" prop="isCsp" v-bind="labelCol4">
+                <a-radio-group v-model="infoModel.isCsp" :disabled='isShow'  button-style="solid" @change="stepLoading">
+                  <a-radio-button value="0">否</a-radio-button>
+                  <a-radio-button value="1">是</a-radio-button>
+                </a-radio-group>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="10">
+              <a-form-model-item label="码号证书营业执照合同签约方主体是否一致" prop="codeNumberBusinessLicense" v-bind="labelCol5">
+                <a-radio-group :disabled='isShow'  v-model="infoModel.codeNumberBusinessLicense" button-style="solid" @change="stepLoading">
+                  <a-radio-button value="0">否</a-radio-button>
+                  <a-radio-button value="1">是</a-radio-button>
+                </a-radio-group>
+              </a-form-model-item>
+            </a-col>
           </a-row>
+          <a-row>
+
+
 
+          </a-row>
+          <hr>
+          <div style="width: 100%;float:left;margin-left: 20%">
+            <a-list size="large"  >
+              <template>
+                <a-list-item style='height: 60px' >
+                  <a-col :span="6" >
+                    <div>
+                      <div style="float:left;margin: 50px 3px" id="directRequirements">稽核是否通过</div>
+                      <div style="float:left;margin: 50px 10px;" >
+                        <a-radio-group  button-style="solid"  :disabled='true' v-model='infoModel.infoResult'>
+                          <a-radio :value="'1'">是</a-radio>
+                          <a-radio :value="'2'">否</a-radio>
+                        </a-radio-group>
+                      </div>
+                    </div>
+                  </a-col>
+                  <a-col :span="18" >
+                    <div style="clear: both"></div>
+                    <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                      <a-textarea v-model=infoModel.infoResultRemark :disabled='true' placeholder="请输入合同到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:30px; width: 300px;"   />
+                    </a-form-model-item>
+
+                  </a-col>
+                </a-list-item>
+              </template>
+            </a-list>
+          </div>
         </a-form-model>
       </div>
-      <hr v-if="infoModel.infoResult==='1'">
-      <div style="width: 100%;float:left;margin-left: 35%" v-if="infoModel.infoResult==='1'">
-        <a-list size="large"  >
-          <template>
-            <a-list-item style='height: 60px' >
-              <a-col :span="24" >
-                <div>
-                  <div style="float:left;margin: 50px 3px;color: red" id="directRequirements">稽核未通过请确认填写信息...</div>
-<!--                  <div style="float:left;margin: 50px 10px;" >-->
-<!--                    <a-radio-group  button-style="solid"   v-model='infoModel.infoResult'>-->
-<!--                      <a-radio :value="'1'">是</a-radio>-->
-<!--                      <a-radio :value="'2'">否</a-radio>-->
-<!--                    </a-radio-group>-->
-<!--                  </div>-->
-                </div>
-              </a-col>
-            </a-list-item>
-          </template>
-        </a-list>
-      </div>
+<!--      <hr v-if="infoModel.infoResult==='1'">-->
+<!--      <div style="width: 100%;float:left;margin-left: 35%" v-if="infoModel.infoResult==='1'">-->
+<!--        <a-list size="large"  >-->
+<!--          <template>-->
+<!--            <a-list-item style='height: 60px' >-->
+<!--              <a-col :span="24" >-->
+<!--                <div>-->
+<!--                  <div style="float:left;margin: 50px 3px;color: red" id="directRequirements">上述信息稽核未通过请确认填写信息...</div>-->
+<!--&lt;!&ndash;                  <div style="float:left;margin: 50px 10px;" >&ndash;&gt;-->
+<!--&lt;!&ndash;                    <a-radio-group  button-style="solid"   v-model='infoModel.infoResult'>&ndash;&gt;-->
+<!--&lt;!&ndash;                      <a-radio :value="'1'">是</a-radio>&ndash;&gt;-->
+<!--&lt;!&ndash;                      <a-radio :value="'2'">否</a-radio>&ndash;&gt;-->
+<!--&lt;!&ndash;                    </a-radio-group>&ndash;&gt;-->
+<!--&lt;!&ndash;                  </div>&ndash;&gt;-->
+<!--                </div>-->
+<!--              </a-col>-->
+<!--            </a-list-item>-->
+<!--          </template>-->
+<!--        </a-list>-->
+<!--      </div>-->
     </a-page-header>
 
     <!--    步骤条-->
@@ -137,6 +257,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px">合同到期时间</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.contractDateResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.contractDateResultRemark  placeholder="请输入合同到期时间的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -247,6 +392,31 @@
         <span style="float: left;position: relative;top: 4px">营业执照到期时间</span>
       </div>
       <!--      文件上传-->
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.businessLicenseDateResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.businessLicenseDateResultRemark  placeholder="请输入营业执照到期时间的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <div style="height: 70%">
         <div class="thumb-example"  >
           <!-- swiper1 -->
@@ -355,6 +525,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px">码号证书到期时间</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.codeNumberDateResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.codeNumberDateResultRemark  placeholder="请输入码号证书到期时间的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -464,6 +659,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 备案通知到期时间资料</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.filingsDateResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.filingsDateResultRemark  placeholder="请输入备案通知到期时间的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -573,6 +793,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 增值业务许可证到期时间资料</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.permitDateResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.permitDateResultRemark  placeholder="请输入增值业务许可证到期时间资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -682,6 +927,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 法人/责任人证件资料</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.corporationCardResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.corporationCardResultRemark  placeholder="请输入法人/责任人证件资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -792,6 +1062,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 责任人授权书资料</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.personResponsibleResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.personResponsibleResultRemark  placeholder="请输入责任人授权书资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -901,6 +1196,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 经办人证件资料</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.operatorCardResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.operatorCardResultRemark  placeholder="请输入经办人证件资料的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -1010,6 +1330,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 经办人手持身份证照片</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.operatorCardPhoneResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.operatorCardPhoneResultRemark  placeholder="请输入经办人手持身份证照片的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -1120,6 +1465,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 机房设备照片</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.devicePhoneResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.devicePhoneResultRemark  placeholder="请输入机房设备照片的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -1230,6 +1600,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 短信模板</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.textMessageResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.textMessageResultRemark  placeholder="请输入短信模版的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -1339,6 +1734,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 端口类短信业务责任承诺书</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.textMessageBookResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.textMessageBookResultRemark  placeholder="请输入端口类短信业务责任承诺书的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -1449,6 +1869,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 信息安全责任承诺书</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.secureBookResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.secureBookResultRemark  placeholder="请输入信息安全责任承诺书的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -1558,6 +2003,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 特殊资费审批(标准资费无需提供)</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.specialResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.specialResultRemark  placeholder="请输入特殊资费审批的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -1667,6 +2137,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 入网签报</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.networkAccessResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.networkAccessResultRemark  placeholder="请输入入网签报的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -1776,6 +2271,31 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 集团价格审批</span>
       </div>
+      <div style="width: 100%;float:left;margin-left: 10%">
+        <a-list size="large"  >
+          <template>
+            <a-list-item style='height: 60px' >
+              <a-col :span="6" >
+                <div>
+                  <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
+                  <div style="float:left;margin: 50px 10px;" >
+                    <a-radio-group  button-style="solid" disabled   v-model='infoModel.groupPriceApprovalResult'>
+                      <a-radio :value="'1'">是</a-radio>
+                      <a-radio :value="'2'">否</a-radio>
+                    </a-radio-group>
+                  </div>
+                </div>
+              </a-col>
+              <a-col :span="18" >
+                <div style="clear: both"></div>
+                <a-form-model-item label="稽核结果" prop="basicCheckNote" style="float:left;margin: 50px 10px;" :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" >
+                  <a-textarea  :disabled='true' v-model=infoModel.groupPriceApprovalResultRemark  placeholder="请输入集团价格审批的稽核结果" style="float:left;margin: 3px 3px;height:20px; width: 300px;"   />
+                </a-form-model-item>
+              </a-col>
+            </a-list-item>
+          </template>
+        </a-list>
+      </div>
       <!--      文件上传-->
       <div style="height: 70%">
         <div class="thumb-example"  >
@@ -1949,11 +2469,13 @@ export default {
       query: {
         data: {},
       },
+      isShow:false,
       // 客户资料信息
       infoModel: {
+
         logId:"",
         infoResult:"",
-
+        infoResultRemark:"",
         dataId:"",
 
         infoId:"",
@@ -1997,26 +2519,34 @@ export default {
         contractDate:[{}],
         contractDateRemark:"",
         contractDateResult:"",
-        contractDateRemarkResult:"",
+        contractDateDateIs:"",
+        contractDateDate:"",
+        contractDateResultRemark:"",
         //'营业执照到期时间
         businessLicenseDate:[{}],
+        businessLicenseDateDate:"",
+        businessLicenseDateDateIs:"",
         businessLicenseDateRemark:"",
         businessLicenseDateResult:"",
-        businessLicenseDateRemarkResult:"",
+        businessLicenseDateResultRemark:"",
         //码号证书到期时间
         codeNumberDate:[{}],
         codeNumberDateRemark:"",
+        codeNumberDateDate:"",
+        codeNumberDateDateIs:"",
         codeNumberDateResult:"",
-        codeNumberDateRemarkResult:"",
+        codeNumberDateResultRemark:"",
         //'备案通知到期时间
+        filingsDateDate:"",
+        filingsDateDateIs:"",
         filingsDate:[{}],
         filingsDateRemark:"",
-        filingsDateRemarkResult:"",
+        filingsDateResultRemark:"",
         filingsDateResult:"",
         //增值业务许可证到期时间
         permitDate:[{}],
         permitDateRemark:"",
-        permitDateRemarkResult:"",
+        permitDateResultRemark:"",
         permitDateResult:"",
         //法人/责任人证件
         corporationCard:[{}],
@@ -2700,6 +3230,17 @@ export default {
                 }
               }
             }
+            if (that.infoModel.infoResult==="2"){
+              var element = document.getElementById('directRequirements');
+              element.style.color = 'red';
+              that.isShow=false
+            }
+            if (that.infoModel.infoResult==="1"){
+              var element = document.getElementById('directRequirements');
+              element.style.color = 'black';
+              that.isShow=true
+
+            }
           }
         })
       }