sunyize 2 lat temu
rodzic
commit
8192860599

+ 34 - 9
src/views/networkAccess/registration.vue

@@ -1421,15 +1421,40 @@ export default {
 
   methods: {
     initTest(){
-      getAction(this.url.ping).then((res)=> {
-        if (res.success) {
-          this.showMap=true;
-          this.initMap();
-        } else {
-          this.showMap=false;
-          //alert('网络中断!');
-        }
-      });
+      axios.get('https://www.baidu.com')
+        .then(response => {
+          console.log('可以访问百度');
+        })
+        .catch(error => {
+          console.log('无法访问百度', error);
+        });
+      // fetch('https://www.baidu.com').then(response => {
+      //     if (response.ok) {
+      //       this.initMap()
+      //       this.showMap = true;
+      //       console.log('可以访问百度');
+      //     } else {
+      //       console.log('不能访问百度');
+      //     }
+      //   })
+      //   .catch(error => {
+      //     console.log('网络错误,无法访问百度');
+      //   });
+
+      //axios.defaults.baseURL="https:/www.amap.com/" //
+      // //Access-Control-Allow-Origin
+      // axios.defaults.headers.post['Content-Type'] = 'application/json'
+      // axios.get()
+      //   .then(response => {
+      //     this.showMap = true;
+      //      console.log(response)
+      //   })
+      //   .catch(error => {
+      //     console.log(error)
+      //     // 处理错误
+      //   });
+
+
     },
     validateItemValue(rule, value, callback){
       let param = {

+ 129 - 116
src/views/smscheck/modules/TaskCheckCheck.vue

@@ -96,7 +96,7 @@
         <span style="float: left;position: relative;top: 4px">合同到期时间资料</span>
       </div>
       <!--      文件上传-->
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -131,7 +131,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" disabled='disabled'
                       v-model="infoModel.contractDateRemark"
 
@@ -155,18 +155,20 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
+             
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.contractDate.length && item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+              
             </swiper-slide>
 
           </swiper>
@@ -216,7 +218,7 @@
         <span style="float: left;position: relative;top: 4px">营业执照资料</span>
       </div>
       <!--      文件上传-->
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -250,7 +252,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="执照到期时间备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
 
                       v-model="infoModel.businessLicenseDateRemark" disabled='disabled'
@@ -273,20 +275,20 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="infoModel.businessLicenseDate.length && item.urlBase"
-                         @click="jumpUrl(item.urlBase)">预览
-              </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="  item.urlBase "
                          @click="downloadFile(item.url)">下载
               </a-button>
+              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="infoModel.businessLicenseDate.length && item.urlBase "
+                         @click="jumpUrl(item.urlBase)">预览
+              </a-button>
             </swiper-slide>
           </swiper>
           <!-- swiper2 Thumbs -->
@@ -334,7 +336,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px">码号证书资料</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -368,7 +370,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="到期时间资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       disabled='disabled'
                       v-model="infoModel.codeNumberDateRemark"
@@ -392,20 +394,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.codeNumberDate.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
           </swiper>
           <!-- swiper2 Thumbs -->
@@ -452,7 +455,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 备案通知资料</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -486,7 +489,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="备案通知到期时间资料备注:" v-bind="labelCol1Note2">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       disabled='disabled'
                       v-model="infoModel.filingsDateRemark"
@@ -510,21 +513,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
-
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.filingsDate.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -581,7 +584,7 @@
       </div>
       <!--      文件上传-->
 
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -615,7 +618,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="许可证到期时间资料备注:" v-bind="labelCol1Note2">
+        <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="如没有增值业务许可证到期时间资料,需要说明原因"
@@ -637,21 +640,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
-
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.permitDate.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -706,7 +709,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 法人/责任人证件资料</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -741,7 +744,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="法人/责任人证件资料备注:" v-bind="labelCol1Note2">
+        <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="如没有法人/责任人证件,需要说明原因"
@@ -763,20 +766,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.corporationCard.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -833,7 +837,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 责任人授权书资料</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -868,7 +872,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="责任人授权书资料备注:" v-bind="labelCol1Note2">
+        <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="如没有责任人授权书资料,需要说明原因"
@@ -890,20 +894,22 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.personResponsible.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -958,7 +964,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 经办人证件资料</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -993,7 +999,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="经办人证件资料备注:" v-bind="labelCol1Note2">
+        <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="如没有经办人证件资料,需要说明原因"
@@ -1015,20 +1021,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.operatorCard.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1083,7 +1090,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 经办人手持身份证照片</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1118,7 +1125,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="资料上传备注:" v-bind="labelCol1Note">
+        <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="经办人手持身份证照片备注"
@@ -1140,21 +1147,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
-
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.operatorCardPhone.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1210,7 +1217,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 机房设备照片</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1245,7 +1252,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="机房设备照片备注:" v-bind="labelCol1Note">
+        <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="机房设备照片"
@@ -1267,20 +1274,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.devicePhone.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1336,7 +1344,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 短信模板</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1371,7 +1379,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="短信模板备注:" v-bind="labelCol1Note">
+        <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="短信模板"
@@ -1393,20 +1401,20 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.textMessage.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1461,7 +1469,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 端口类短信业务责任承诺书</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1496,7 +1504,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="责任承诺书备注:" v-bind="labelCol1Note">
+        <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="端口类短信业务责任承诺书"
@@ -1518,20 +1526,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.textMessageBook.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1587,7 +1596,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 信息安全责任承诺书</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1622,7 +1631,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="责任承诺书备注:" v-bind="labelCol1Note">
+        <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="信息安全责任承诺书"
@@ -1644,20 +1653,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.secureBook.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1712,7 +1722,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 特殊资费审批(标准资费无需提供)</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1747,7 +1757,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="特殊资费审批备注:" v-bind="labelCol1Note">
+        <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="特殊资费审批(标准资费无需提供)"
@@ -1769,20 +1779,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.special.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1836,7 +1847,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 入网签报</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1871,7 +1882,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="入网签报备注:" v-bind="labelCol1Note">
+        <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="入网签报"
@@ -1893,20 +1904,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.networkAccess.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1960,7 +1972,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 集团价格审批</span>
       </div>
-      <div style="width: 100%;margin-left: 10%">
+      <div style="width: 100%;margin-left: 12%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1995,7 +2007,7 @@
                       placeholder="请输入稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="集团价格审批备注:" v-bind="labelCol1Note">
+        <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="集团价格审批"
@@ -2017,20 +2029,21 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
               <img style="width: 70%;height: 70%;border: 1px solid;"
                    v-if="!item.urlBase" :src="noDataPng" border="1">
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="infoModel.groupPriceApproval.length && item.urlBase"
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
+
             </swiper-slide>
           </swiper>
           <!-- swiper2 Thumbs -->

+ 17 - 17
src/views/smscheck/modules/TaskUploadData.vue

@@ -263,7 +263,7 @@
       <!--      附件-->
 
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <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')"
@@ -378,7 +378,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="营业执照资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       @change="textareaChange('businessLicenseDate','businessLicenseDateRemark')"
                       v-model="infoModel.businessLicenseDateRemark"
@@ -492,7 +492,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="码号证书资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       @change="textareaChange('codeNumberDate','codeNumberDateRemark')"
                       v-model="infoModel.codeNumberDateRemark"
@@ -605,7 +605,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="备案通知到期时间资料备注:" v-bind="labelCol1Note2">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       @change="textareaChange('filingsDate','filingsDateRemark')"
                       v-model="infoModel.filingsDateRemark"
@@ -719,7 +719,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="业务许可证资料备注:" v-bind="labelCol1Note2">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       @change="textareaChange('permitDate','permitDateRemark')"
                       v-model="infoModel.permitDateRemark"
@@ -833,7 +833,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="法人/责任人证件资料备注:" v-bind="labelCol1Note2">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       @change="textareaChange('corporationCard','corporationCardRemark')"
                       v-model="infoModel.corporationCardRemark"
@@ -948,7 +948,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="责任人授权书资料备注:" v-bind="labelCol1Note2">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       @change="textareaChange('personResponsible','personResponsibleRemark')"
                       v-model="infoModel.personResponsibleRemark"
@@ -1062,7 +1062,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="经办人证件资料备注:" v-bind="labelCol1Note2">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       v-model="infoModel.operatorCardRemark"
                       @change="textareaChange('operatorCard','operatorCardRemark')"
@@ -1176,7 +1176,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="经办人手持身份证照片备注:" v-bind="labelCol1Note2">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       @change="textareaChange('operatorCardPhone','operatorCardPhoneRemark')"
                       v-model="infoModel.operatorCardPhoneRemark"
@@ -1291,7 +1291,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="机房设备照片备注:" v-bind="labelCol1Note">
+        <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"
@@ -1405,7 +1405,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="短信模板备注:" v-bind="labelCol1Note">
+        <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"
@@ -1518,7 +1518,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="端口类短信责任承诺书备注:" v-bind="labelCol1Note2">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       @change="textareaChange('textMessageBook','textMessageBookRemark')"
                       v-model="infoModel.textMessageBookRemark"
@@ -1633,7 +1633,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="信息安全责任承诺书备注:" v-bind="labelCol1Note2">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px"
                       @change="textareaChange('secureBook','secureBookRemark')"
                       v-model="infoModel.secureBookRemark"
@@ -1746,7 +1746,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="特殊资费审批备注:" v-bind="labelCol1Note">
+        <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"
@@ -1859,11 +1859,11 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="入网签报备注:" v-bind="labelCol1Note">
+        <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="入网签报"
+                      placeholder="上传入网签报资料备注"
           />
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
@@ -1972,7 +1972,7 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="集团价格审批备注:" v-bind="labelCol1Note">
+        <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"

+ 142 - 142
src/views/smscheck/modules/TaskUploadDataSelect.vue

@@ -95,7 +95,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -123,13 +123,13 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.contractDateResultRemark"
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.contractDateResult==='1'?true:false"
                       v-model="infoModel.contractDateRemark"
                       @change="textareaChange('contractDate','contractDateRemark')"
@@ -152,7 +152,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -162,14 +162,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'contractDate')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -244,7 +244,7 @@
         <span style="float: left;position: relative;top: 4px">营业执照资料</span>
       </div>
       <!--      文件上传-->
-      <div style="width: 100%;float:left;margin-left: 10%">
+      <div style="width: 100%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -271,14 +271,14 @@
       </div>
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.businessLicenseDateResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="营业执照资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.businessLicenseDateResult==='1'?true:false"
                       @change="textareaChange('businessLicenseDate','businessLicenseDateRemark')"
                       v-model="infoModel.businessLicenseDateRemark"
@@ -301,7 +301,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -311,13 +311,13 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'businessLicenseDate')">移除
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="  item.urlBase "
-                         @click="jumpUrl(item.urlBase)">预览
+                         @click="downloadFile(item.url)">下载
               </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
-                         @click="downloadFile(item.url)">下载
+                         @click="jumpUrl(item.urlBase)">预览
               </a-button>
 
             </swiper-slide>
@@ -393,7 +393,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -421,14 +421,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.codeNumberDateResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="码号证书资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.codeNumberDateResult==='1'?true:false"
                       @change="textareaChange('codeNumberDate','codeNumberDateRemark')"
                       v-model="infoModel.codeNumberDateRemark"
@@ -451,7 +451,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -462,13 +462,13 @@
                         danger @click="removeFile(item,'codeNumberDate')">移除
               </a-button>
 
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="  item.urlBase "
-                         @click="jumpUrl(item.urlBase)">预览
+                         @click="downloadFile(item.url)">下载
               </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
-                         @click="downloadFile(item.url)">下载
+                         @click="jumpUrl(item.urlBase)">预览
               </a-button>
 
             </swiper-slide>
@@ -544,7 +544,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -572,14 +572,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.filingsDateResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="备案通知到期时间资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.filingsDateResult==='1'?true:false"
                       @change="textareaChange('filingsDate','filingsDateRemark')"
                       v-model="infoModel.filingsDateRemark"
@@ -602,7 +602,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -612,14 +612,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'filingsDate')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -693,7 +693,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -721,14 +721,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.permitDateResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="业务许可证资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.permitDateResult==='1'?true:false"
                       @change="textareaChange('permitDate','permitDateRemark')"
                       v-model="infoModel.permitDateRemark"
@@ -751,7 +751,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -761,14 +761,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'permitDate')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -842,7 +842,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -870,14 +870,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.corporationCardResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="法人/责任人证件资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.corporationCardResult==='1'?true:false"
                       @change="textareaChange('corporationCard','corporationCardRemark')"
                       v-model="infoModel.corporationCardRemark"
@@ -900,7 +900,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -910,14 +910,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'corporationCard')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -992,7 +992,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1020,14 +1020,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.personResponsibleResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="责任人授权书资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.personResponsibleResult==='1'?true:false"
                       @change="textareaChange('personResponsible','personResponsibleRemark')"
                       v-model="infoModel.personResponsibleRemark"
@@ -1050,7 +1050,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -1060,14 +1060,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'personResponsible')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1141,7 +1141,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1169,14 +1169,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.operatorCardResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="经办人证件资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.operatorCardResult==='1'?true:false"
                       v-model="infoModel.operatorCardRemark"
                       @change="textareaChange('operatorCard','operatorCardRemark')"
@@ -1199,7 +1199,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -1209,14 +1209,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'operatorCard')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1290,7 +1290,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1318,14 +1318,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.operatorCardPhoneResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="经办人手持身份证照片备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.operatorCardPhoneResult==='1'?true:false"
                       @change="textareaChange('operatorCardPhone','operatorCardPhoneRemark')"
                       v-model="infoModel.operatorCardPhoneRemark"
@@ -1348,7 +1348,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -1358,14 +1358,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'operatorCardPhone')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1440,7 +1440,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1468,14 +1468,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.devicePhoneResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="机房设备照片备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.devicePhoneResult==='1'?true:false"
                       @change="textareaChange('devicePhone','devicePhoneRemark')"
                       v-model="infoModel.devicePhoneRemark"
@@ -1498,7 +1498,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -1508,14 +1508,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'devicePhone')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1590,7 +1590,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1618,14 +1618,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.textMessageResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="短信模板备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.textMessageResult==='1'?true:false"
                       @change="textareaChange('textMessage','textMessageRemark')"
                       v-model="infoModel.textMessageRemark"
@@ -1648,7 +1648,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -1658,14 +1658,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'textMessage')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1739,7 +1739,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1767,14 +1767,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.textMessageBookResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="短信业务责任承诺书备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.textMessageBookResult==='1'?true:false"
                       @change="textareaChange('textMessageBook','textMessageBookRemark')"
                       v-model="infoModel.textMessageBookRemark"
@@ -1797,7 +1797,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -1807,14 +1807,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'textMessageBook')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -1889,7 +1889,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1917,14 +1917,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.secureBookResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="信息安全责任承诺书备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.secureBookResult==='1'?true:false"
                       @change="textareaChange('secureBook','secureBookRemark')"
                       v-model="infoModel.secureBookRemark"
@@ -1947,7 +1947,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -1957,14 +1957,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'secureBook')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -2038,7 +2038,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -2066,14 +2066,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.specialResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="特殊资费审批备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.specialResult==='1'?true:false"
                       @change="textareaChange('special','specialRemark')"
                       v-model="infoModel.specialRemark"
@@ -2096,7 +2096,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -2106,14 +2106,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'special')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -2187,7 +2187,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -2215,14 +2215,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.networkAccessResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="入网签报备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.networkAccessResult==='1'?true:false"
                       @change="textareaChange('networkAccess','networkAccessRemark')"
                       v-model="infoModel.networkAccessRemark"
@@ -2245,7 +2245,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -2255,14 +2255,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'networkAccess')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"
@@ -2336,7 +2336,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%;float:left;margin-left: 17%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -2364,14 +2364,14 @@
       <!--      文件上传-->
       <!--      附件-->
       <div>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.groupPriceApprovalResultRemark"
                        
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="请输入稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="集团价格审批备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.groupPriceApprovalResult==='1'?true:false"
                       @change="textareaChange('groupPriceApproval','groupPriceApprovalRemark')"
                       v-model="infoModel.groupPriceApprovalRemark"
@@ -2394,7 +2394,7 @@
                 frameborder="1"
                 :src="item.urlBase"
                 ref="ifr"
-                width="704px"
+                width="100%"
                 height="445px"
                 scrolling="auto">
               </iframe>
@@ -2404,14 +2404,14 @@
                         style="display: block;margin-top: 10px;border-color: red;color: red"
                         danger @click="removeFile(item,'groupPriceApproval')">移除
               </a-button>
+              <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                         v-if="  item.urlBase "
+                         @click="downloadFile(item.url)">下载
+              </a-button>
               <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if=" item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              <a-button  style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
-                         v-if="  item.urlBase "
-                         @click="downloadFile(item.url)">下载
-              </a-button>
             </swiper-slide>
             <!--            <div
                           class="swiper-button-next swiper-button-white"

+ 34 - 34
src/views/smscheck/modules/TaskUploadDataZG.vue

@@ -252,7 +252,7 @@
 <!--              <span>{{ infoModel.infoResultRemark }}</span>-->
 <!--            </a-form-model-item>-->
 <!--          </div>-->
-          <div style="width: 100%;float:left;margin-left: 20%">
+          <div style="width: 100%;float:left;margin-left: 18%">
             <a-list size="large"  >
               <template>
                 <a-list-item style='height: 60px' >
@@ -302,7 +302,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px">合同资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -333,11 +333,11 @@
         <a-form-model-item style="left: 10%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="true"
                       v-model="infoModel.contractDateResultRemark"
-                      placeholder="如没有合同到期时间,需要说明原因"
+                      placeholder="稽核结果备注"
           />
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="合同资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.contractDateResult==='1'?true:false"
                       v-model="infoModel.contractDateRemark"
                       @change="textareaChange('contractDate','contractDateRemark')"
@@ -450,7 +450,7 @@
         <span style="float: left;position: relative;top: 4px">营业执照资料</span>
       </div>
       <!--      文件上传-->
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -483,7 +483,7 @@
                       placeholder="稽核结果备注"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="营业执照资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.businessLicenseDateResult==='1'?true:false"
                       @change="textareaChange('businessLicenseDate','businessLicenseDateRemark')"
                       v-model="infoModel.businessLicenseDateRemark"
@@ -593,7 +593,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px">码号证书资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -627,7 +627,7 @@
                       placeholder="请输入码号证书到期时间的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="码号证书资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.codeNumberDateResult==='1'?true:false"
                       @change="textareaChange('codeNumberDate','codeNumberDateRemark')"
                       v-model="infoModel.codeNumberDateRemark"
@@ -737,7 +737,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 备案通知资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -771,7 +771,7 @@
                       placeholder="请输入备案通知到期时间的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="备案通知到期时间资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.filingsDateResult==='1'?true:false"
                       @change="textareaChange('filingsDate','filingsDateRemark')"
                       v-model="infoModel.filingsDateRemark"
@@ -881,7 +881,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 增值业务许可证资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -915,7 +915,7 @@
                       placeholder="请输入增值业务许可证到期时间资料的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="业务许可证资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.permitDateResult==='1'?true:false"
                       @change="textareaChange('permitDate','permitDateRemark')"
                       v-model="infoModel.permitDateRemark"
@@ -1025,7 +1025,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 法人/责任人证件资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1059,7 +1059,7 @@
                       placeholder="请输入法人/责任人证件资料的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="法人/责任人证件资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.corporationCardResult==='1'?true:false"
                       @change="textareaChange('corporationCard','corporationCardRemark')"
                       v-model="infoModel.corporationCardRemark"
@@ -1170,7 +1170,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 责任人授权书资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1204,7 +1204,7 @@
                       placeholder="请输入责任人授权书资料的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="责任人授权书资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.personResponsibleResult==='1'?true:false"
                       @change="textareaChange('personResponsible','personResponsibleRemark')"
                       v-model="infoModel.personResponsibleRemark"
@@ -1314,7 +1314,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 经办人证件资料</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1348,7 +1348,7 @@
                       placeholder="请输入经办人证件资料的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="经办人证件资料备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.operatorCardResult==='1'?true:false"
                       v-model="infoModel.operatorCardRemark"
                       @change="textareaChange('operatorCard','operatorCardRemark')"
@@ -1458,7 +1458,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 经办人手持身份证照片</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1492,7 +1492,7 @@
                       placeholder="请输入经办人手持身份证照片的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="经办人手持身份证照片备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.operatorCardPhoneResult==='1'?true:false"
                       @change="textareaChange('operatorCardPhone','operatorCardPhoneRemark')"
                       v-model="infoModel.operatorCardPhoneRemark"
@@ -1603,7 +1603,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 机房设备照片</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1637,7 +1637,7 @@
                       placeholder="请输入机房设备照片的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="机房设备照片备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.devicePhoneResult==='1'?true:false"
                       @change="textareaChange('devicePhone','devicePhoneRemark')"
                       v-model="infoModel.devicePhoneRemark"
@@ -1748,7 +1748,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 短信模板</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1782,7 +1782,7 @@
                       placeholder="请输入短信模版的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="短信模板备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.textMessageResult==='1'?true:false"
                       @change="textareaChange('textMessage','textMessageRemark')"
                       v-model="infoModel.textMessageRemark"
@@ -1892,7 +1892,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 端口类短信业务责任承诺书</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -1926,7 +1926,7 @@
                       placeholder="请输入端口类短信业务责任承诺书的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="短信业务责任承诺书备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.textMessageBookResult==='1'?true:false"
                       @change="textareaChange('textMessageBook','textMessageBookRemark')"
                       v-model="infoModel.textMessageBookRemark"
@@ -2037,7 +2037,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 信息安全责任承诺书</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -2071,7 +2071,7 @@
                       placeholder="请输入信息安全责任承诺书的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="信息安全责任承诺书备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.secureBookResult==='1'?true:false"
                       @change="textareaChange('secureBook','secureBookRemark')"
                       v-model="infoModel.secureBookRemark"
@@ -2181,7 +2181,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 特殊资费审批(标准资费无需提供)</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -2215,7 +2215,7 @@
                       placeholder="请输入特殊资费审批的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="特殊资费审批备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.specialResult==='1'?true:false"
                       @change="textareaChange('special','specialRemark')"
                       v-model="infoModel.specialRemark"
@@ -2325,7 +2325,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 入网签报</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -2359,7 +2359,7 @@
                       placeholder="请输入入网签报的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="入网签报备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.networkAccessResult==='1'?true:false"
                       @change="textareaChange('networkAccess','networkAccessRemark')"
                       v-model="infoModel.networkAccessRemark"
@@ -2469,7 +2469,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px"> 集团价格审批</span>
       </div>
-      <div style="width: 100%;float:left;margin-left: 20%">
+      <div style="width: 100%;float:left;margin-left: 18%">
         <a-list size="large"  >
           <template>
             <a-list-item style='height: 60px' >
@@ -2503,7 +2503,7 @@
                       placeholder="请输入集团价格审批的稽核结果"
           />
         </a-form-model-item>
-        <a-form-model-item style="left: 10%;width: 70%;" label="集团价格审批备注:" v-bind="labelCol1Note">
+        <a-form-model-item style="left: 10%;width: 70%;" label="上传资料备注:" v-bind="labelCol1Note">
           <a-textarea style="height: 77px" :disabled="infoModel.groupPriceApprovalResult==='1'?true:false"
                       @change="textareaChange('groupPriceApproval','groupPriceApprovalRemark')"
                       v-model="infoModel.groupPriceApprovalRemark"