|
|
@ -210,6 +210,7 @@ export default { |
|
|
|
tableKey: 0, |
|
|
|
billingKey: 1, |
|
|
|
index: 0, |
|
|
|
accept: '.jpg,.jpeg,.png,.JPG,.JPEG', |
|
|
|
image_list1: [], |
|
|
|
image_list2: [], |
|
|
|
image_list3: [], |
|
|
@ -286,10 +287,10 @@ export default { |
|
|
|
orgSidPath: '', |
|
|
|
taskDefKey: '', |
|
|
|
userSid: '', |
|
|
|
idCardImages: [], |
|
|
|
customerInvoiceApplyImages: [], |
|
|
|
registerContractImages: [], |
|
|
|
invoiceApplyConfirmImages: [] |
|
|
|
cldjhtApplicationAppendxs: [], |
|
|
|
khkpsqsApplicationAppendxs: [], |
|
|
|
kpxxqrsApplicationAppendxs: [], |
|
|
|
zjApplicationAppendxs: [] |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
@ -365,9 +366,9 @@ export default { |
|
|
|
sid: '' |
|
|
|
}) |
|
|
|
} |
|
|
|
this.linkByParameter.idCardImages = aa |
|
|
|
this.linkByParameter.zjApplicationAppendxs = aa |
|
|
|
} else { |
|
|
|
this.linkByParameter.idCardImages = [] |
|
|
|
this.linkByParameter.zjApplicationAppendxs = [] |
|
|
|
} |
|
|
|
if (this.image_list2.length > 0) { |
|
|
|
const bb = [] |
|
|
@ -383,9 +384,9 @@ export default { |
|
|
|
sid: '' |
|
|
|
}) |
|
|
|
} |
|
|
|
this.linkByParameter.customerInvoiceApplyImages = bb |
|
|
|
this.linkByParameter.khkpsqsApplicationAppendxs = bb |
|
|
|
} else { |
|
|
|
this.linkByParameter.customerInvoiceApplyImages = [] |
|
|
|
this.linkByParameter.khkpsqsApplicationAppendxs = [] |
|
|
|
} |
|
|
|
if (this.image_list3.length > 0) { |
|
|
|
const cc = [] |
|
|
@ -401,9 +402,9 @@ export default { |
|
|
|
sid: '' |
|
|
|
}) |
|
|
|
} |
|
|
|
this.linkByParameter.registerContractImages = cc |
|
|
|
this.linkByParameter.kpxxqrsApplicationAppendxs = cc |
|
|
|
} else { |
|
|
|
this.linkByParameter.registerContractImages = [] |
|
|
|
this.linkByParameter.kpxxqrsApplicationAppendxs = [] |
|
|
|
} |
|
|
|
if (this.image_list4.length > 0) { |
|
|
|
const cc = [] |
|
|
@ -419,18 +420,19 @@ export default { |
|
|
|
sid: '' |
|
|
|
}) |
|
|
|
} |
|
|
|
this.linkByParameter.invoiceApplyConfirmImages = cc |
|
|
|
this.linkByParameter.cldjhtApplicationAppendxs = cc |
|
|
|
} else { |
|
|
|
this.linkByParameter.invoiceApplyConfirmImages = [] |
|
|
|
this.linkByParameter.cldjhtApplicationAppendxs = [] |
|
|
|
} |
|
|
|
}, |
|
|
|
// 同意 |
|
|
|
openAgree(val) { |
|
|
|
if (this.formobj.zjApplicationAppendxs.length === 0) { |
|
|
|
this.getUrl() |
|
|
|
if (this.linkByParameter.zjApplicationAppendxs.length === 0) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请上传证件(营业执照或身份证)' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.formobj.khkpsqsApplicationAppendxs.length === 0) { |
|
|
|
if (this.linkByParameter.khkpsqsApplicationAppendxs.length === 0) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请上传客户开票申请书' }) |
|
|
|
return |
|
|
|
} |
|
|
@ -487,7 +489,6 @@ export default { |
|
|
|
/** 同意任务 */ |
|
|
|
handleAgree() { |
|
|
|
this.linkByParameter.comment = this.dialogList.comment |
|
|
|
this.getUrl() |
|
|
|
completeBy(this.linkByParameter).then((response) => { |
|
|
|
if (response.success) { |
|
|
|
this.$notify({ |
|
|
|