|
|
@@ -348,7 +348,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.contractDateResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'contractDate')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -494,7 +508,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.businessLicenseDateResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'businessLicenseDate')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -638,7 +666,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.contractDateResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'codeNumberDate')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -782,7 +824,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.filingsDateResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'filingsDate')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -926,7 +982,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.permitDateResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'permitDate')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -1070,7 +1140,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.corporationCardResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'corporationCard')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -1215,7 +1299,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.personResponsibleResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'personResponsible')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -1359,7 +1457,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.operatorCardResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'operatorCard')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -1503,7 +1615,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.operatorCardPhoneResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'operatorCardPhone')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -1648,7 +1774,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.devicePhoneResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'devicePhone')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -1793,7 +1933,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.textMessageResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'textMessage')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -1937,7 +2091,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.textMessageBookResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'textMessageBook')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -2082,7 +2250,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.secureBookResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'secureBook')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -2226,7 +2408,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.specialResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'special')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -2370,7 +2566,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.networkAccessResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'networkAccess')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|
|
|
@@ -2514,7 +2724,21 @@
|
|
|
<!-- :auto-size="{ minRows: 3, maxRows: 5 }"-->
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
- <div style="height: 70%">
|
|
|
+ <div style="height: 70%">
|
|
|
+ <a-upload
|
|
|
+ name="file"
|
|
|
+ :multiple="true"
|
|
|
+ v-if="infoModel.groupPriceApprovalResult ==='2'"
|
|
|
+ :action="importMinioUploadAction"
|
|
|
+ :customRequest="e => selfUploadContract(e, 'groupPriceApproval')"
|
|
|
+ :headers="tokenHeader"
|
|
|
+ :showUploadList="false"
|
|
|
+ :beforeUpload="importBeforeUpload"
|
|
|
+ @change="importHandleChange"
|
|
|
+ style='margin-left: 90px'
|
|
|
+ >
|
|
|
+ <a-button> <a-icon type="upload" /> 上传文件 </a-button>
|
|
|
+ </a-upload>
|
|
|
<div class="thumb-example" >
|
|
|
<!-- swiper1 -->
|
|
|
<swiper
|