|
|
@@ -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"
|