sunyize 2 лет назад
Родитель
Сommit
21be145a7b
2 измененных файлов с 196 добавлено и 181 удалено
  1. 2 1
      src/views/truckCheck/TaskUploadData.vue
  2. 194 180
      src/views/truckCheck/modules/TaskCheckAudit.vue

+ 2 - 1
src/views/truckCheck/TaskUploadData.vue

@@ -1277,7 +1277,7 @@
       <div slot="title">
         <span style="float: left;position: relative;top: 4px">呼叫中心业务说明</span>
       </div>
-      <div style="width: 50%">
+      <div class="a-card-25">
         <a-alert
           message="注意事项(必看)"
           type="warning"
@@ -3379,6 +3379,7 @@ export default {
             that.infoModel.accessPhone= JSON.parse(result.accessPhone);
             that.infoModel.accessPhoto= JSON.parse(result.accessPhoto);
             that.infoModel.accessTable= JSON.parse(result.accessTable);
+            that.controlChange();
             for (var i in that.steps.stepsNow) {
               for (var j in result[that.steps.stepsNow[i].id]){
                 if (result[that.steps.stepsNow[i].id][0].urlBase!==undefined){

+ 194 - 180
src/views/truckCheck/modules/TaskCheckAudit.vue

@@ -15,7 +15,11 @@
           :rules="rules"
         >
           <a-row>
-
+            <a-col :span="6">
+              <a-form-model-item label="客户名称:" v-bind="labelCol4">
+                <span class="cornflowerblue">{{ infoModel.customerName }}</span>
+              </a-form-model-item>
+            </a-col>
             <a-col :span="6">
               <a-form-model-item label="客户类型:" v-bind="labelCol4">
                 <span v-if='infoModel.customType===0' class="cornflowerblue">一类客户(党政军、大型企事业单位)</span>
@@ -68,8 +72,8 @@
               </a-form-model-item>
             </a-col>
             <a-col :span="6">
-              <a-form-model-item label="账户编码:" v-bind="labelCol4">
-                <span class="cornflowerblue">{{ infoModel.accountCode }}</span>
+              <a-form-model-item label="营业执照到期时间:" v-bind="labelCol4">
+                <span class="cornflowerblue">{{ infoModel.businessLicenseDate==="" ?"长期": infoModel.businessLicenseDate }}</span>
               </a-form-model-item>
             </a-col>
             <a-col :span="6">
@@ -90,8 +94,8 @@
               </a-form-model-item>
             </a-col>
             <a-col :span="6">
-              <a-form-model-item label="实际装机地址:" v-bind="labelCol4">
-                <span class="cornflowerblue">{{ infoModel.installationAddress }}</span>
+              <a-form-model-item label="房屋租赁合同到期时间:" v-bind="labelCol9">
+                <span class="cornflowerblue">{{ infoModel.houseDate }}</span>
               </a-form-model-item>
             </a-col>
             <a-col :span="6">
@@ -101,18 +105,20 @@
             </a-col>
           </a-row>
           <a-row>
+
             <a-col :span="6">
-              <a-form-model-item label="营业执照到期时间:" v-bind="labelCol4">
-                <span class="cornflowerblue">{{ infoModel.businessLicenseDate==="" ?"长期": infoModel.businessLicenseDate }}</span>
+              <a-form-model-item label="账户编码:" v-bind="labelCol4">
+                <span class="cornflowerblue">{{ infoModel.accountCode }}</span>
               </a-form-model-item>
             </a-col>
+
             <a-col :span="6">
-              <a-form-model-item label="房屋租赁合同到期时间:" v-bind="labelCol4">
-                <span class="cornflowerblue">{{ infoModel.houseDate }}</span>
+              <a-form-model-item label="实际装机地址:" v-bind="labelCol4">
+                <span class="cornflowerblue">{{ infoModel.installationAddress }}</span>
               </a-form-model-item>
             </a-col>
             <a-col :span="6">
-              <a-form-model-item label="呼叫中心增值许可证到期日:" v-bind="labelCol4">
+              <a-form-model-item label="呼叫中心增值许可证到期日:" v-bind="labelCol9">
                 <span class="cornflowerblue">{{ infoModel.zZBusinessLicenseDate }}</span>
               </a-form-model-item>
             </a-col>
@@ -510,7 +516,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -689,7 +695,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -867,7 +873,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -1047,7 +1053,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -1138,14 +1144,6 @@
         <div slot="title">
           <span style="float: left;position: relative;top: 4px">法人身份证</span>
         </div>
-        <div class="a-card-25">
-          <div class="markdown" style="position: relative;top:10px;left: 10%">
-            <ul>
-              <li style='color: #ee9900'>非党政军客户需具备</li>
-            </ul>
-          </div>
-        </div>
-
         <div class="a-card-25">
           <a-alert
             message="注意事项(必看)"
@@ -1234,7 +1232,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -1412,7 +1410,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -1589,7 +1587,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -1768,7 +1766,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -1860,43 +1858,52 @@
         <div slot="title">
           <span style="float: left;position: relative;top: 4px">呼叫中心业务说明</span>
         </div>
-        <div style="width: 50%">
-          <div class="markdown" style="position: relative;top:10px;left: 10%">
-            <ul>
-              <li style='color: #ee9900'>自用型呼叫中心、经营型呼叫中心、经营型会议电话均需提供</li>
-            </ul>
-          </div>
-        </div>
-        <div style="width: 100%;margin-left: 13%">
-          <a-list size="large"  >
-            <template>
-              <a-list-item style='height: 60px' >
-                <a-col :span="6" >
-                  <div>
-                    <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
-                    <div style="float:left;margin: 50px 10px;" >
-                      <a-radio-group  button-style="solid" :disabled="checkState===2?false:true" @change="basicCheckClick(infoModel.centerBusinessResult)" v-model='infoModel.centerBusinessResult'>
-                        <a-radio :value="'1'">是</a-radio>
-                        <a-radio :value="'2'">否</a-radio>
-                      </a-radio-group>
-                    </div>
-                  </div>
-                </a-col>
-              </a-list-item>
-            </template>
-          </a-list>
+        <div class="a-card-25">
+          <a-alert
+            message="注意事项(必看)"
+            type="warning"
+            style="height: 100vh"
+          >
+            <div slot="description" class="markdown" style="position: relative;top:30px">
+              <ul>
+                <li>1)自用型呼叫中心、经营型呼叫中心、经营型会议电话均需提供</li>
+              </ul>
+            </div>
+          </a-alert>
         </div>
-        <div style="width: 85%;float:left;">
+        <div class="a-card-70">
+          <div>
+            <a-form-model-item style="left:  10%;margin-top: 20px" label="稽核是否通过:" v-bind="labelCol1Note">
+              <div v-if="checkState===2?false:true">
+                <a-tag class="font-size-14" v-if="infoModel.centerBusinessResult == 1" color="#2db7f5">是</a-tag>
+                <a-tag class="font-size-14" v-if="infoModel.centerBusinessResult == 2" color="#f50">否</a-tag>
+              </div>
+              <div v-if="checkState===2?true:false">
+                <a-radio-group button-style="solid" :disabled="checkState===2?false:true"
+                               @change="basicCheckClick(infoModel.centerBusinessResult)" v-model='infoModel.centerBusinessResult'>
+                  <a-radio :value="'1'">是</a-radio>
+                  <a-radio :value="'2'">否</a-radio>
+                </a-radio-group>
+              </div>
+              <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+            </a-form-model-item>
+          </div>
           <div>
-            <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
-              <a-textarea style="height: 77px"
+            <a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
+              <a-tag v-if="checkState===2?false:true" class="font-size-14"
+                     color="orange">{{ infoModel.centerBusinessResultRemark }}</a-tag>
+              <a-textarea v-if="checkState===2?true:false" style="height: 77px"
                           v-model="infoModel.centerBusinessResultRemark"
-
                           placeholder="请输入稽核结果" :disabled="checkState===2?false:true"
               />
             </a-form-model-item>
-            <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:"   v-bind="labelCol1Note">
-              <a-textarea style="height: 77px" :disabled="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+            <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
+              <a-tag v-if="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                     class="font-size-14" color="orange">{{ infoModel.centerBusinessRemark }}</a-tag>
+
+              <a-textarea v-if="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                          style="height: 77px"
+                          :disabled="(checkState===4 && infoModel.centerBusinessResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
                           v-model="infoModel.centerBusinessRemark"
                           @change="textareaChange('centerBusiness','centerBusinessRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -1904,26 +1911,28 @@
               <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
             </a-form-model-item>
           </div>
+          <a-upload
+            name="file"
+            :multiple="true"
+            :action="importMinioUploadAction"
+            :customRequest="e => selfUploadContract(e, 'centerBusiness')"
+            :headers="tokenHeader"
+            :showUploadList="false"
+            :beforeUpload="importBeforeUpload"
+            @change="importHandleChange"
+            v-if='checkState===4 && infoModel.centerBusinessResult==="2"'
+            class="a-upload-line-30"
+          >
+            <a-button>
+              <a-icon type="upload"/>
+              上传文件
+            </a-button>
+          </a-upload>
 
-
-              <a-upload
-                name="file"
-                :multiple="true"
-                :action="importMinioUploadAction"
-                :customRequest="e => selfUploadContract(e, 'centerBusiness')"
-                :headers="tokenHeader"
-                :showUploadList="false"
-                :beforeUpload="importBeforeUpload"
-                @change="importHandleChange"
-                
-                v-if='checkState===4 && infoModel.centerBusinessResult==="2"'
-                class="a-upload-line-30"
-              >
-                <a-button> <a-icon type="upload" /> 上传文件 </a-button>
-              </a-upload>
-
-              <div style="height: 70%">
+          <div style="height: 70%">
             <div class="thumb-example">
+
+              <!-- swiper1 -->
               <swiper
                 class="swiper gallery-top"
                 :options="swiperOptionTop"
@@ -1935,24 +1944,25 @@
                     frameborder="1"
                     :src="item.urlBase"
                     ref="ifr"
-                    width="100%"
-                    height="445px"
+                    width="70%"
+                    height="500px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
                        v-if="!item.urlBase" :src="noDataPng" border="1">
                   <div>
-                    <a-button style="float: left;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;float:left;border-color: #1890FF;color: #1890FF"
-                         v-if=" item.urlBase "
-                         @click="jumpUrl(item.urlBase)">预览
-              </a-button>
-                  <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.centerBusinessResult==='2'" style="float: left;margin-top: 10px;border-color: red;color: red"
-                            danger @click="removeFile(item,'centerBusiness')">移除
-                  </a-button>
+                    <a-button style="float: left; margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                              v-if="  item.urlBase "
+                              @click="downloadFile(item.url)">下载
+                    </a-button>
+                    <a-button style="float: left;margin-top: 10px;border-color: #1890FF;color: #1890FF;margin: 10px"
+                              v-if=" item.urlBase "
+                              @click="jumpUrl(item.urlBase)">预览
+                    </a-button>
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.centerBusinessResult==='2'"
+                              style="float: left;margin-top: 10px;border-color: red;color: red"
+                              danger @click="removeFile(item,'centerBusiness')">移除
+                    </a-button>
                   </div>
                 </swiper-slide>
                 <div
@@ -1972,7 +1982,7 @@
               >
                 <swiper-slide
                   class="slide"
-                        style="width:100px;height:100px;"
+                  style="width:100px;height:100px;"
                   v-for="(item, index) in infoModel.centerBusiness"
                   :key="item.id"
                 >
@@ -1991,7 +2001,7 @@
                     name="file"
                     :multiple="false"
                     :action="importMinioUploadAction"
-                    :customRequest="e => selfUploadContract(e, 'centerBusiness')"
+                    :customRequest="e=>selfUploadContract(e,'centerBusiness')"
                     :headers="tokenHeader"
                     :showUploadList="false"
                     :beforeUpload="importBeforeUpload"
@@ -1999,7 +2009,7 @@
                   >
                     <div v-if='checkState===4 && infoModel.centerBusinessResult==="2"'>
                       <a-icon type="plus"/>
-                      <div class="ant-upload-text">点我上传</div>
+                      <div class="ant-upload-text">点我上传资料</div>
                     </div>
                   </a-upload>
 
@@ -2116,7 +2126,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -2208,42 +2218,52 @@
           <span style="float: left;position: relative;top: 4px">风险评估表</span>
         </div>
         <div class="a-card-25">
-          <div class="markdown" style="position: relative;top:10px;left: 10%">
-            <ul>
-              <li style='color: #ee9900'>非办公自用需提供</li>
-            </ul>
-          </div>
-        </div>
-        <div style="width: 100%;margin-left: 13%">
-          <a-list size="large"  >
-            <template>
-              <a-list-item style='height: 60px' >
-                <a-col :span="6" >
-                  <div>
-                    <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
-                    <div style="float:left;margin: 50px 10px;" >
-                      <a-radio-group  button-style="solid" :disabled="checkState===2?false:true" @change="basicCheckClick(infoModel.riskTableResult)" v-model='infoModel.riskTableResult'>
-                        <a-radio :value="'1'">是</a-radio>
-                        <a-radio :value="'2'">否</a-radio>
-                      </a-radio-group>
-                    </div>
-                  </div>
-                </a-col>
-              </a-list-item>
-            </template>
-          </a-list>
+          <a-alert
+            message="注意事项(必看)"
+            type="warning"
+            style="height: 100vh"
+          >
+            <div slot="description" class="markdown" style="position: relative;top:30px">
+              <ul>
+                <li>1)非办公自用需提供</li>
+              </ul>
+            </div>
+          </a-alert>
+
         </div>
-        <div style="width: 85%;float:left;">
+        <div class="a-card-70">
+          <div>
+            <a-form-model-item style="left:  10%;margin-top: 20px" label="稽核是否通过:" v-bind="labelCol1Note">
+              <div v-if="checkState===2?false:true">
+                <a-tag class="font-size-14" v-if="infoModel.riskTableResult == 1" color="#2db7f5">是</a-tag>
+                <a-tag class="font-size-14" v-if="infoModel.riskTableResult == 2" color="#f50">否</a-tag>
+              </div>
+              <div v-if="checkState===2?true:false">
+                <a-radio-group button-style="solid" :disabled="checkState===2?false:true"
+                               @change="basicCheckClick(infoModel.riskTableResult)" v-model='infoModel.riskTableResult'>
+                  <a-radio :value="'1'">是</a-radio>
+                  <a-radio :value="'2'">否</a-radio>
+                </a-radio-group>
+              </div>
+              <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
+            </a-form-model-item>
+          </div>
           <div>
-            <a-form-model-item style="left: 15%;width: 70%;" label="稽核结果备注:" v-bind="labelCol1Note">
-              <a-textarea style="height: 77px"
+            <a-form-model-item style="left: 10%;margin-top: 20px" label="稽核结果备注:" v-bind="labelCol1Note">
+              <a-tag v-if="checkState===2?false:true" class="font-size-14"
+                     color="orange">{{ infoModel.riskTableResultRemark }}</a-tag>
+              <a-textarea v-if="checkState===2?true:false" style="height: 77px"
                           v-model="infoModel.riskTableResultRemark"
-
                           placeholder="请输入稽核结果" :disabled="checkState===2?false:true"
               />
             </a-form-model-item>
-            <a-form-model-item style="left: 15%;width: 70%;margin-top: 20px" label="上传资料备注:"   v-bind="labelCol1Note">
-              <a-textarea style="height: 77px" :disabled="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+            <a-form-model-item style="left: 10%;margin-top: 20px" label="上传资料备注:" v-bind="labelCol1Note">
+              <a-tag v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
+                     class="font-size-14" color="orange">{{ infoModel.riskTableRemark }}</a-tag>
+
+              <a-textarea v-if="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?false:true"
+                          style="height: 77px"
+                          :disabled="(checkState===4 && infoModel.riskTableResult  ==='1' ) || (checkState===2|| checkState===5) ?true:false"
                           v-model="infoModel.riskTableRemark"
                           @change="textareaChange('riskTable','riskTableRemark')"
                           placeholder="如没有上传资料备注,需要说明原因"
@@ -2251,26 +2271,28 @@
               <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
             </a-form-model-item>
           </div>
+          <a-upload
+            name="file"
+            :multiple="true"
+            :action="importMinioUploadAction"
+            :customRequest="e => selfUploadContract(e, 'riskTable')"
+            :headers="tokenHeader"
+            :showUploadList="false"
+            :beforeUpload="importBeforeUpload"
+            @change="importHandleChange"
+            v-if='checkState===4 && infoModel.riskTableResult==="2"'
+            class="a-upload-line-30"
+          >
+            <a-button>
+              <a-icon type="upload"/>
+              上传文件
+            </a-button>
+          </a-upload>
 
-
-              <a-upload
-                name="file"
-                :multiple="true"
-                :action="importMinioUploadAction"
-                :customRequest="e => selfUploadContract(e, 'riskTable')"
-                :headers="tokenHeader"
-                :showUploadList="false"
-                :beforeUpload="importBeforeUpload"
-                @change="importHandleChange"
-                
-                v-if='checkState===4 && infoModel.riskTableResult==="2"'
-                class="a-upload-line-30"
-              >
-                <a-button> <a-icon type="upload" /> 上传文件 </a-button>
-              </a-upload>
-
-              <div style="height: 70%">
+          <div style="height: 70%">
             <div class="thumb-example">
+
+              <!-- swiper1 -->
               <swiper
                 class="swiper gallery-top"
                 :options="swiperOptionTop"
@@ -2282,24 +2304,25 @@
                     frameborder="1"
                     :src="item.urlBase"
                     ref="ifr"
-                    width="100%"
-                    height="445px"
+                    width="70%"
+                    height="500px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
                        v-if="!item.urlBase" :src="noDataPng" border="1">
                   <div>
-                    <a-button style="float: left;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;float:left;border-color: #1890FF;color: #1890FF"
-                         v-if=" item.urlBase "
-                         @click="jumpUrl(item.urlBase)">预览
-              </a-button>
-                  <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.riskTableResult==='2'" style="float: left;margin-top: 10px;border-color: red;color: red"
-                            danger @click="removeFile(item,'riskTable')">移除
-                  </a-button>
+                    <a-button style="float: left; margin-top: 10px;border-color: #1890FF;color: #1890FF"
+                              v-if="  item.urlBase "
+                              @click="downloadFile(item.url)">下载
+                    </a-button>
+                    <a-button style="float: left;margin-top: 10px;border-color: #1890FF;color: #1890FF;margin: 10px"
+                              v-if=" item.urlBase "
+                              @click="jumpUrl(item.urlBase)">预览
+                    </a-button>
+                    <a-button v-if="item.urlBase&& checkState!==2  &&checkState!==5 && infoModel.riskTableResult==='2'"
+                              style="float: left;margin-top: 10px;border-color: red;color: red"
+                              danger @click="removeFile(item,'riskTable')">移除
+                    </a-button>
                   </div>
                 </swiper-slide>
                 <div
@@ -2319,7 +2342,7 @@
               >
                 <swiper-slide
                   class="slide"
-                        style="width:100px;height:100px;"
+                  style="width:100px;height:100px;"
                   v-for="(item, index) in infoModel.riskTable"
                   :key="item.id"
                 >
@@ -2338,7 +2361,7 @@
                     name="file"
                     :multiple="false"
                     :action="importMinioUploadAction"
-                    :customRequest="e => selfUploadContract(e, 'riskTable')"
+                    :customRequest="e=>selfUploadContract(e,'riskTable')"
                     :headers="tokenHeader"
                     :showUploadList="false"
                     :beforeUpload="importBeforeUpload"
@@ -2346,7 +2369,7 @@
                   >
                     <div v-if='checkState===4 && infoModel.riskTableResult==="2"'>
                       <a-icon type="plus"/>
-                      <div class="ant-upload-text">点我上传</div>
+                      <div class="ant-upload-text">点我上传资料</div>
                     </div>
                   </a-upload>
 
@@ -2462,7 +2485,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -2638,7 +2661,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -2745,25 +2768,6 @@
           </a-alert>
 
         </div>
-        <div style="width: 100%;margin-left: 13%">
-          <a-list size="large"  >
-            <template>
-              <a-list-item style='height: 60px' >
-                <a-col :span="6" >
-                  <div>
-                    <div style="float:left;margin: 50px 3px;" id="directRequirements">稽核是否通过</div>
-                    <div style="float:left;margin: 50px 10px;" >
-                      <a-radio-group  button-style="solid" :disabled="checkState===2?false:true" @change="basicCheckClick(infoModel.accessTableResult)" v-model='infoModel.accessTableResult'>
-                        <a-radio :value="'1'">是</a-radio>
-                        <a-radio :value="'2'">否</a-radio>
-                      </a-radio-group>
-                    </div>
-                  </div>
-                </a-col>
-              </a-list-item>
-            </template>
-          </a-list>
-        </div>
         <div class="a-card-70">
           <div>
             <a-form-model-item style="left:  10%;margin-top: 20px" label="稽核是否通过:" v-bind="labelCol1Note">
@@ -2838,7 +2842,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -3018,7 +3022,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -3198,7 +3202,7 @@
                     :src="item.urlBase"
                     ref="ifr"
                     width="70%"
-                    height="500px"
+                    height="450px"
                     scrolling="auto">
                   </iframe>
                   <img style="width: 70%;height: 70%;border: 1px solid;"
@@ -3337,6 +3341,16 @@ export default {
           sm: {span: 12},
         }
       },
+      labelCol9: {
+        labelCol: {
+          xs: {span: 24},
+          sm: {span: 14},
+        },
+        wrapperCol: {
+          xs: {span: 24},
+          sm: {span: 10},
+        }
+      },
       labelCol1: {
         labelCol: {
           xs: {span: 24},