sunyize 2 년 전
부모
커밋
54acb842b8
3개의 변경된 파일897개의 추가작업 그리고 1184개의 파일을 삭제
  1. 234 135
      src/views/smscheck/modules/TaskCheckCheck.vue
  2. 314 552
      src/views/smscheck/modules/TaskUploadDataSelect.vue
  3. 349 497
      src/views/smscheck/modules/TaskUploadDataZG.vue

+ 234 - 135
src/views/smscheck/modules/TaskCheckCheck.vue

@@ -7,39 +7,161 @@
       :sub-title="notes"
       @back="back"
     >
-      <a-descriptions :title="infoModel.customerName" :column="3" :bordered="false">
-        <a-descriptions-item label="客户编号" >{{ infoModel.customerNo }}</a-descriptions-item>
-        <a-descriptions-item label="客户名称" >{{ infoModel.customerName }}</a-descriptions-item>
-        <a-descriptions-item label="用户编号" >{{ infoModel.userNo }}</a-descriptions-item>
-        <a-descriptions-item label="入网时间" >{{ infoModel.networkAccessTime }}</a-descriptions-item>
-<!--        <a-descriptions-item label="用户状态" >{{ userState }}</a-descriptions-item>-->
-        <a-descriptions-item v-if='userState==="1"' label="用户状态" >在用</a-descriptions-item>
-        <a-descriptions-item v-if='userState==="2"' label="用户状态" >停机</a-descriptions-item>
-        <a-descriptions-item v-if='userState==="3"' label="用户状态" >拆机</a-descriptions-item>
-        <a-descriptions-item label="码号">{{ infoModel.codeNumber }}</a-descriptions-item>
-        <a-descriptions-item label="号码详细用途">{{ infoModel.numberUse }}</a-descriptions-item>
-        <a-descriptions-item label="用户发展员工">{{ infoModel.staffNo }}</a-descriptions-item>
-        <a-descriptions-item label="客户经理手机号">{{ infoModel.managePhone }}</a-descriptions-item>
-        <a-descriptions-item label="单位联系人手机号">{{ infoModel.codeNumberContactPhone }}</a-descriptions-item>
-<!--        <a-descriptions-item label="码号使用单位联系人手机号">{{ infoModel.codeNumberContactPhone==='1'?'是':infoModel.codeNumberContactPhone===''?'':'否' }}</a-descriptions-item>-->
-        <a-descriptions-item label="是否为CSP商" >{{ infoModel.isCsp==='1'?'是':infoModel.isCsp===''?'':'否'  }}</a-descriptions-item>
-         <a-descriptions-item label="码号证书营业执照合同签约方主体是否一致">{{ infoModel.codeNumberBusinessLicense==='1'?'是':infoModel.codeNumberBusinessLicense===''?'':'否'  }}</a-descriptions-item>
-        <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-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-item label="增值业务许可证到期时间">{{ infoModel.permitDateDate==="" ?"长期": infoModel.permitDateDate }}</a-descriptions-item>
-       </a-descriptions>
-      <a-button  style="display: block;position: relative;left:auto;margin-top: 10px;border-color: #1890FF;color: #1890FF" @click="historys">整改历史
-      </a-button>
+      <div>
+        <a-form-model
+          ref="form"
+          :model="infoModel"
+          :rules="rules"
+        >
+          <a-descriptions :title="infoModel.customerName" :column="3" :bordered="false">
+          </a-descriptions>
+          <a-row>
+            <a-col :span="6">
+              <a-form-model-item label="客户编号" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.customerNo }}</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="客户名称" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.customerName }}</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="单位联系人手机号" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.codeNumberContactPhone }}</span>
+              </a-form-model-item>
+            </a-col>
+
+            <a-col :span="6">
+              <a-form-model-item label="客户经理手机号" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.managePhone }}</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="用户状态" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.customerName }}</span>
+                <span v-if='userState==="1"'  >在用</span>
+                <span v-if='userState==="2"'  >停机</span>
+                <span v-if='userState==="3"'  >拆机</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="码号编号" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.codeNumber }}</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="增值业务许可证到期时间" prop="openingNumber" v-bind="labelCol6">
+                <span   class="cornflowerblue">{{ infoModel.permitDateDate==="" ?"长期": infoModel.permitDateDate }}</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="是否完成整改" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.isComplete==='1' ?'是':  infoModel.isComplete===''?'':'否'   }}</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="用户发展员工" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.staffNo }}</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="入网时间" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.networkAccessTime }}</span>
+              </a-form-model-item>
+            </a-col>
+
+            <a-col :span="6">
+              <a-form-model-item label="码号证书营业执照合同签约方主体是否一致" prop="openingNumber" v-bind="labelCol7">
+                <span   class="cornflowerblue">{{ infoModel.codeNumberBusinessLicense==='1'?'是':infoModel.codeNumberBusinessLicense===''?'':'否'  }}</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="是否为CSP商" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.isCsp==='1'?'是':infoModel.isCsp===''?'':'否'  }}</span>
+              </a-form-model-item>
+            </a-col>
+
+
+            <a-col :span="6">
+              <a-form-model-item label="用户编号" prop="userNo" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.customerName }}</span>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="6">
+              <a-form-model-item label="资料是否完整" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.isAll==='1'?'是':infoModel.isAll===''?'':'否'  }}</span>
+              </a-form-model-item>
+            </a-col>
+          <a-col :span="6">
+            <a-form-model-item label="签约号码与证书下发码号是否一致" prop="openingNumber" v-bind="labelCol6">
+              <span   class="cornflowerblue">{{ infoModel.isSigningNumber==='1'?'是':infoModel.isSigningNumber===''?'':'否'  }}</span>
+            </a-form-model-item>
+          </a-col>
+
+
+            <a-col :span="6">
+              <a-form-model-item label="用户发展员工姓名" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.staffName }}</span>
+              </a-form-model-item>
+            </a-col>
+          <a-col :span="6">
+            <a-form-model-item label="合同到期时间" prop="openingNumber" v-bind="labelCol4">
+              <span   class="cornflowerblue">{{ infoModel.contractDateDate==="" ?"长期": infoModel.contractDateDate }}</span>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="6">
+            <a-form-model-item label="营业执照到期时间" prop="openingNumber" v-bind="labelCol4">
+              <span   class="cornflowerblue">{{  infoModel.businessLicenseDateDate==="" ?"长期": infoModel.businessLicenseDateDate }}</span>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="6">
+            <a-form-model-item label="码号证书到期时间" prop="openingNumber" v-bind="labelCol4">
+              <span   class="cornflowerblue">{{ infoModel.codeNumberDateDate==="" ?"长期":infoModel.codeNumberDateDate }}</span>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="6">
+            <a-form-model-item label="备案通知到期时间" prop="openingNumber" v-bind="labelCol4">
+              <span   class="cornflowerblue">{{ infoModel.filingsDateDate==="" ?"长期": infoModel.filingsDateDate }}</span>
+            </a-form-model-item>
+          </a-col>
+
+            <a-col :span="6">
+              <a-form-model-item label="号码详细用途" prop="openingNumber" v-bind="labelCol4">
+                <span   class="cornflowerblue">{{ infoModel.numberUse }}</span>
+              </a-form-model-item>
+            </a-col>
+          </a-row>
+          <!--      稽核状态  -->
+          <a-row  >
+            <a-col :span="6">
+              <a-form-model-item label="稽核状态" prop="basicCheckState" v-bind="labelCol4">
+                <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>
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="24">
+              <a-form-model-item  label="稽核结果" prop="basicCheckNote" v-bind="labelCol1">
+                <a-textarea style="height: 100px" v-model=infoModel.infoResultRemark
+                            placeholder="请输入上述信息的稽核结果"/>
+                <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+              </a-form-model-item>
+            </a-col>
+            <a-col :span="24">
+              <a-button
+                        style="display: block;position: relative;left:auto;margin-top: 10px;border-color: #1890FF;color: #1890FF;margin-left: 5%"
+                        @click="historys">整改历史
+              </a-button>
+            </a-col>
+          </a-row>
+        </a-form-model>
+      </div>
+<!--      稽核状态(0:未处理;1:未完善;2:待稽核;4:待整改;5:稽核通过;)-->
+<!--      <a-button  style="display: block;position: relative;left:auto;margin-top: 10px;border-color: #1890FF;color: #1890FF" @click="historys">整改历史-->
+<!--      </a-button>-->
       <div>
         <a-modal v-model:open="open" title="修改历史"   @ok="handleOk"  :width="700">
           <template slot="footer" >
@@ -52,33 +174,33 @@
           </a-table>
         </a-modal>
       </div>
-      <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"  @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:50px; width: 300px;"   />
-                </a-form-model-item>
+<!--      <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"  @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:50px; width: 300px;"   />-->
+<!--                </a-form-model-item>-->
 
-              </a-col>
-            </a-list-item>
-          </template>
-        </a-list>
-      </div>
+<!--              </a-col>-->
+<!--            </a-list-item>-->
+<!--          </template>-->
+<!--        </a-list>-->
+<!--      </div>-->
     </a-page-header>
 
     <!--    步骤条-->
@@ -140,11 +262,7 @@
           />
         </a-form-model-item>
         <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="如没有合同到期时间,需要说明原因"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.contractDateRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -261,11 +379,8 @@
           />
         </a-form-model-item>
         <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="如没有营业执照到期时间资料,需要说明原因"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.businessLicenseDateRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -379,11 +494,7 @@
           />
         </a-form-model-item>
         <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="如没有码号证书到期时间资料,需要说明原因"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.codeNumberDateRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -498,11 +609,7 @@
           />
         </a-form-model-item>
         <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"
-                      disabled='disabled'
-                      v-model="infoModel.filingsDateRemark"
-                      placeholder="如没有备案通知到期时间资料,需要说明原因"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.filingsDateRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -627,10 +734,7 @@
           />
         </a-form-model-item>
         <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                      v-model="infoModel.permitDateRemark"
-                      placeholder="如没有增值业务许可证到期时间资料,需要说明原因"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.permitDateRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -753,10 +857,7 @@
           />
         </a-form-model-item>
         <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                      v-model="infoModel.corporationCardRemark"
-                      placeholder="如没有法人/责任人证件,需要说明原因"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.corporationCardRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -881,10 +982,7 @@
           />
         </a-form-model-item>
         <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                      v-model="infoModel.personResponsibleRemark"
-                      placeholder="如没有责任人授权书资料,需要说明原因"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.personResponsibleRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -1008,10 +1106,7 @@
           />
         </a-form-model-item>
         <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                      v-model="infoModel.operatorCardRemark"
-                      placeholder="如没有经办人证件资料,需要说明原因"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.operatorCardRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -1134,10 +1229,7 @@
           />
         </a-form-model-item>
         <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
-          <a-textarea style="height: 77px"  disabled='disabled'
-                      v-model="infoModel.operatorCardPhoneRemark"
-                      placeholder="经办人手持身份证照片备注"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.operatorCardPhoneRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -1261,10 +1353,7 @@
           />
         </a-form-model-item>
         <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="机房设备照片"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.devicePhoneRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -1388,10 +1477,7 @@
           />
         </a-form-model-item>
         <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="短信模板"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.textMessageRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -1513,10 +1599,7 @@
           />
         </a-form-model-item>
         <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="端口类短信业务责任承诺书"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.textMessageBookRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -1640,10 +1723,7 @@
           />
         </a-form-model-item>
         <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="信息安全责任承诺书"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.secureBookRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -1766,10 +1846,7 @@
           />
         </a-form-model-item>
         <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="特殊资费审批(标准资费无需提供)"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.specialRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -1891,10 +1968,7 @@
           />
         </a-form-model-item>
         <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="入网签报"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.networkAccessRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -2016,10 +2090,7 @@
           />
         </a-form-model-item>
         <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="集团价格审批"
-          />
+          <a-tag class="font-size-14" color="orange">{{ infoModel.groupPriceApprovalRemark }}</a-tag>
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
@@ -2311,11 +2382,31 @@ export default {
       labelCol4: {
         labelCol: {
           xs: {span: 24},
-          sm: {span: 8},
+          sm: {span: 12},
         },
         wrapperCol: {
           xs: {span: 24},
-          sm: {span: 14},
+          sm: {span: 12},
+        }
+      },
+      labelCol6: {
+        labelCol: {
+          xs: {span: 24},
+          sm: {span: 17},
+        },
+        wrapperCol: {
+          xs: {span: 24},
+          sm: {span: 7},
+        }
+      },
+      labelCol7: {
+        labelCol: {
+          xs: {span: 24},
+          sm: {span: 21},
+        },
+        wrapperCol: {
+          xs: {span: 24},
+          sm: {span: 3},
         }
       },
       labelCol1: {
@@ -2618,12 +2709,12 @@ export default {
     submitAuditLot() {
       this.uploading=true;
       var info = "yes";
-      for (var i in this.steps.stepsNow) {
-        if (this.steps.stepsNow[i].status === "wait"   ) {
-          this.$message.warn( this.steps.stepsNow[i].title +"未进行稽核...");
-          info="no";
-        }
-      }
+      // for (var i in this.steps.stepsNow) {
+      //   if (this.steps.stepsNow[i].status === "wait"   ) {
+      //     this.$message.warn( this.steps.stepsNow[i].title +"未进行稽核...");
+      //     info="no";
+      //   }
+      // }
       if (this.infoModel.infoResult==="" || this.infoModel.infoResult===null){
         this.$message.warn( "行短基本信息未进行稽核...");
         info="no";
@@ -2911,6 +3002,14 @@ export default {
   padding-left: 4px;
   list-style-type: circle;
 }
+.cornflowerblue {
+  color: cornflowerblue;
+}
 
-
+.cornflowerblue {
+  color: cornflowerblue;
+}
+.font-size-14 {
+  font-size:14px
+}
 </style>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 314 - 552
src/views/smscheck/modules/TaskUploadDataSelect.vue


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 349 - 497
src/views/smscheck/modules/TaskUploadDataZG.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.