|
@@ -281,26 +281,7 @@
|
|
|
|
|
|
|
|
</a-form-model>
|
|
</a-form-model>
|
|
|
</div>
|
|
</div>
|
|
|
-<!-- <hr v-if="infoModel.infoResult==='1'">-->
|
|
|
|
|
-<!-- <div style="width: 100%;float:left;margin-left: 35%" v-if="infoModel.infoResult==='1'">-->
|
|
|
|
|
-<!-- <a-list size="large" >-->
|
|
|
|
|
-<!-- <template>-->
|
|
|
|
|
-<!-- <a-list-item style='height: 60px' >-->
|
|
|
|
|
-<!-- <a-col :span="24" >-->
|
|
|
|
|
-<!-- <div>-->
|
|
|
|
|
-<!-- <div style="float:left;margin: 50px 3px;color: red" id="directRequirements">上述信息稽核未通过请确认填写信息...</div>-->
|
|
|
|
|
-<!--<!– <div style="float:left;margin: 50px 10px;" >–>-->
|
|
|
|
|
-<!--<!– <a-radio-group button-style="solid" v-model='infoModel.infoResult'>–>-->
|
|
|
|
|
-<!--<!– <a-radio :value="'1'">是</a-radio>–>-->
|
|
|
|
|
-<!--<!– <a-radio :value="'2'">否</a-radio>–>-->
|
|
|
|
|
-<!--<!– </a-radio-group>–>-->
|
|
|
|
|
-<!--<!– </div>–>-->
|
|
|
|
|
-<!-- </div>-->
|
|
|
|
|
-<!-- </a-col>-->
|
|
|
|
|
-<!-- </a-list-item>-->
|
|
|
|
|
-<!-- </template>-->
|
|
|
|
|
-<!-- </a-list>-->
|
|
|
|
|
-<!-- </div>-->
|
|
|
|
|
|
|
+
|
|
|
</a-page-header>
|
|
</a-page-header>
|
|
|
|
|
|
|
|
<!-- 步骤条-->
|
|
<!-- 步骤条-->
|
|
@@ -320,7 +301,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px">合同资料</span>
|
|
<span style="float: left;position: relative;top: 4px">合同资料</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -378,14 +359,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.contractDateResult ==='2'"
|
|
<a-button v-if="infoModel.contractDateResult ==='2'"
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'contractDate')">移除
|
|
danger @click="removeFile(item,'contractDate')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
|
|
|
|
@@ -468,7 +449,7 @@
|
|
|
<span style="float: left;position: relative;top: 4px">营业执照资料</span>
|
|
<span style="float: left;position: relative;top: 4px">营业执照资料</span>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 文件上传-->
|
|
<!-- 文件上传-->
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -498,7 +479,7 @@
|
|
|
<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"
|
|
<a-textarea style="height: 77px" :disabled="true"
|
|
|
v-model="infoModel.businessLicenseDateResultRemark"
|
|
v-model="infoModel.businessLicenseDateResultRemark"
|
|
|
- placeholder="如没有合同到期时间,需要说明原因"
|
|
|
|
|
|
|
+ placeholder="稽核结果备注"
|
|
|
/>
|
|
/>
|
|
|
</a-form-model-item>
|
|
</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">
|
|
@@ -524,14 +505,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.businessLicenseDateResult ==='2'"
|
|
<a-button v-if="infoModel.businessLicenseDateResult ==='2'"
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'businessLicenseDate')">移除
|
|
danger @click="removeFile(item,'businessLicenseDate')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -611,7 +592,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px">码号证书资料</span>
|
|
<span style="float: left;position: relative;top: 4px">码号证书资料</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -668,14 +649,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.codeNumberDateResult ==='2'"
|
|
<a-button v-if="infoModel.codeNumberDateResult ==='2'"
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'codeNumberDate')">移除
|
|
danger @click="removeFile(item,'codeNumberDate')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -755,7 +736,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 备案通知资料</span>
|
|
<span style="float: left;position: relative;top: 4px"> 备案通知资料</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -812,14 +793,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.filingsDateResult ==='2' "
|
|
<a-button v-if="infoModel.filingsDateResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'filingsDate')">移除
|
|
danger @click="removeFile(item,'filingsDate')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -899,7 +880,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 增值业务许可证资料</span>
|
|
<span style="float: left;position: relative;top: 4px"> 增值业务许可证资料</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -956,14 +937,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.permitDateResult ==='2' "
|
|
<a-button v-if="infoModel.permitDateResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'permitDate')">移除
|
|
danger @click="removeFile(item,'permitDate')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -1043,7 +1024,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 法人/责任人证件资料</span>
|
|
<span style="float: left;position: relative;top: 4px"> 法人/责任人证件资料</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -1100,14 +1081,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.corporationCardResult ==='2' "
|
|
<a-button v-if="infoModel.corporationCardResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'corporationCard')">移除
|
|
danger @click="removeFile(item,'corporationCard')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -1188,7 +1169,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 责任人授权书资料</span>
|
|
<span style="float: left;position: relative;top: 4px"> 责任人授权书资料</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -1245,14 +1226,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.personResponsibleResult ==='2' "
|
|
<a-button v-if="infoModel.personResponsibleResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'personResponsible')">移除
|
|
danger @click="removeFile(item,'personResponsible')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -1332,7 +1313,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 经办人证件资料</span>
|
|
<span style="float: left;position: relative;top: 4px"> 经办人证件资料</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -1389,14 +1370,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.operatorCardResult ==='2' "
|
|
<a-button v-if="infoModel.operatorCardResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'operatorCard')">移除
|
|
danger @click="removeFile(item,'operatorCard')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -1476,7 +1457,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 经办人手持身份证照片</span>
|
|
<span style="float: left;position: relative;top: 4px"> 经办人手持身份证照片</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -1533,14 +1514,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.operatorCardPhoneResult ==='2' "
|
|
<a-button v-if="infoModel.operatorCardPhoneResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'operatorCardPhone')">移除
|
|
danger @click="removeFile(item,'operatorCardPhone')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -1621,7 +1602,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 机房设备照片</span>
|
|
<span style="float: left;position: relative;top: 4px"> 机房设备照片</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -1678,14 +1659,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.devicePhoneResult ==='2' "
|
|
<a-button v-if="infoModel.devicePhoneResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'devicePhone')">移除
|
|
danger @click="removeFile(item,'devicePhone')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -1766,7 +1747,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 短信模板</span>
|
|
<span style="float: left;position: relative;top: 4px"> 短信模板</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -1823,14 +1804,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.textMessageResult ==='2' "
|
|
<a-button v-if="infoModel.textMessageResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'textMessage')">移除
|
|
danger @click="removeFile(item,'textMessage')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -1910,7 +1891,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 端口类短信业务责任承诺书</span>
|
|
<span style="float: left;position: relative;top: 4px"> 端口类短信业务责任承诺书</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -1967,14 +1948,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.textMessageBookResult ==='2' "
|
|
<a-button v-if="infoModel.textMessageBookResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'textMessageBook')">移除
|
|
danger @click="removeFile(item,'textMessageBook')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -2055,7 +2036,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 信息安全责任承诺书</span>
|
|
<span style="float: left;position: relative;top: 4px"> 信息安全责任承诺书</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -2112,14 +2093,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.secureBookResult ==='2' "
|
|
<a-button v-if="infoModel.secureBookResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'secureBook')">移除
|
|
danger @click="removeFile(item,'secureBook')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -2199,7 +2180,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 特殊资费审批(标准资费无需提供)</span>
|
|
<span style="float: left;position: relative;top: 4px"> 特殊资费审批(标准资费无需提供)</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -2256,14 +2237,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.specialResult ==='2' "
|
|
<a-button v-if="infoModel.specialResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'special')">移除
|
|
danger @click="removeFile(item,'special')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -2343,7 +2324,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 入网签报</span>
|
|
<span style="float: left;position: relative;top: 4px"> 入网签报</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -2400,14 +2381,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.networkAccessResult ==='2' "
|
|
<a-button v-if="infoModel.networkAccessResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'networkAccess')">移除
|
|
danger @click="removeFile(item,'networkAccess')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
@@ -2487,7 +2468,7 @@
|
|
|
<div slot="title">
|
|
<div slot="title">
|
|
|
<span style="float: left;position: relative;top: 4px"> 集团价格审批</span>
|
|
<span style="float: left;position: relative;top: 4px"> 集团价格审批</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="width: 100%;float:left;margin-left: 10%">
|
|
|
|
|
|
|
+ <div style="width: 100%;float:left;margin-left: 20%">
|
|
|
<a-list size="large" >
|
|
<a-list size="large" >
|
|
|
<template>
|
|
<template>
|
|
|
<a-list-item style='height: 60px' >
|
|
<a-list-item style='height: 60px' >
|
|
@@ -2544,14 +2525,14 @@
|
|
|
frameborder="1"
|
|
frameborder="1"
|
|
|
:src="item.urlBase"
|
|
:src="item.urlBase"
|
|
|
ref="ifr"
|
|
ref="ifr"
|
|
|
- width="704px"
|
|
|
|
|
|
|
+ width="100%"
|
|
|
height="445px"
|
|
height="445px"
|
|
|
scrolling="auto">
|
|
scrolling="auto">
|
|
|
</iframe>
|
|
</iframe>
|
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
<img style="width: 70%;height: 70%;border: 1px solid;"
|
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
v-if="!item.urlBase" :src="noDataPng" border="1">
|
|
|
<a-button v-if="infoModel.groupPriceApprovalResult ==='2' "
|
|
<a-button v-if="infoModel.groupPriceApprovalResult ==='2' "
|
|
|
- style="display: block;margin-top: 10px;border-color: red;color: red"
|
|
|
|
|
|
|
+ style="display: block;margin-top: 10px;border-color: red;color: red;float: left"
|
|
|
danger @click="removeFile(item,'groupPriceApproval')">移除
|
|
danger @click="removeFile(item,'groupPriceApproval')">移除
|
|
|
</a-button>
|
|
</a-button>
|
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|
|
<a-button style="display: block;position: relative;left:20px;margin-top: 10px;border-color: #1890FF;color: #1890FF"
|