|
|
@ -175,7 +175,7 @@ |
|
|
|
<upload ref="uploadImg" v-model="image_list1" :accept="accept" :limit="50" bucket="map" :upload-data="{ type: '0001' }"/> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<div class="title"><span class="icon">*</span>客户开票申请书</div> |
|
|
|
<div class="title">客户开票申请书</div> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
<upload ref="uploadImg" v-model="image_list2" :accept="accept" :limit="50" bucket="map" :upload-data="{ type: '0001' }"/> |
|
|
@ -509,10 +509,6 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请上传证件(营业执照或身份证)' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.linkByParameter.khkpsqsApplicationAppendxs.length === 0) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请上传客户开票申请书' }) |
|
|
|
return |
|
|
|
} |
|
|
|
this.operation = val |
|
|
|
this.currentLink = true |
|
|
|
this.dialogList.comment = '同意' |
|
|
|