|
|
|
@ -1663,7 +1663,7 @@
|
|
|
|
|
</span>
|
|
|
|
|
<div class="contain_main">
|
|
|
|
|
<div>{{ item.approvalByName }}</div>
|
|
|
|
|
<div>审核意见{{ item.approvalOpinions }}</div>
|
|
|
|
|
<div>审核意见:{{ item.approvalOpinions }}</div>
|
|
|
|
|
<div class="attach">
|
|
|
|
|
<div v-if="!item.approvalAttachment">附件</div>
|
|
|
|
|
<div class="attach_left" v-if="item.approvalAttachment">附件</div>
|
|
|
|
@ -1675,9 +1675,11 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>{{ item.approvalTime }}</div>
|
|
|
|
|
<img v-if="item.approvalStatus == 1" class="approval_img" src="../../../assets/images/approvalAgree.jpg" alt="">
|
|
|
|
|
<img v-if="item.approvalStatus == 2" class="approval_img" src="../../../assets/images/approvalReject.jpg" alt="">
|
|
|
|
|
<img v-if="item.approvalStatus == 0" class="approval_img" src="../../../assets/images/approvalPrimary.jpg" alt="">
|
|
|
|
|
<div class="right-img">
|
|
|
|
|
<img v-if="item.approvalStatus == 1" class="approval_img" src="../../../assets/images/approvalAgree.jpg" alt="">
|
|
|
|
|
<img v-if="item.approvalStatus == 2" class="approval_img" src="../../../assets/images/approvalReject.jpg" alt="">
|
|
|
|
|
<img v-if="item.approvalStatus == 0" class="approval_img" src="../../../assets/images/approvalPrimary.jpg" alt="">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <el-steps direction="vertical">
|
|
|
|
@ -1886,7 +1888,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
async mounted(){
|
|
|
|
|
let { templateId, templateRecordId, pageType, detailId, enterpriseId} = this.$route.query;
|
|
|
|
|
console.log(this.$route.query,"this.$route.query");
|
|
|
|
|
this.templateId = templateId
|
|
|
|
|
this.templateRecordId = templateRecordId
|
|
|
|
|
this.detailId = detailId
|
|
|
|
@ -1964,23 +1965,23 @@ export default {
|
|
|
|
|
let report = this.form.report.split(',')
|
|
|
|
|
agreement.forEach(item => {
|
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
|
this.fileListOne = this.uploadListOne
|
|
|
|
|
this.form.fileListOne = this.uploadListOne
|
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
|
})
|
|
|
|
|
businessLicense.forEach(item => {
|
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
|
this.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.form.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
})
|
|
|
|
|
otherMaterials.forEach(item => {
|
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
|
this.fileListThree = this.uploadListThree
|
|
|
|
|
this.form.fileListThree = this.uploadListThree
|
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
|
})
|
|
|
|
|
report.forEach(item => {
|
|
|
|
|
this.uploadListFour.push({name: item,url: item})
|
|
|
|
|
this.fileListFour = this.uploadListFour
|
|
|
|
|
this.form.fileListFour = this.uploadListFour
|
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "2") {
|
|
|
|
@ -2016,8 +2017,8 @@ export default {
|
|
|
|
|
let developmentPlan = this.form.developmentPlan.split(',')
|
|
|
|
|
developmentPlan.forEach(item => {
|
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
|
this.fileList = this.uploadList
|
|
|
|
|
this.form.fileList = this.uploadList
|
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "3") {
|
|
|
|
@ -2027,18 +2028,18 @@ export default {
|
|
|
|
|
let fireReport = this.form.fireReport.split(',')
|
|
|
|
|
supportingMaterials.forEach(item => {
|
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
|
this.fileListOne = this.uploadListOne
|
|
|
|
|
this.form.fileListOne = this.uploadListOne
|
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
|
})
|
|
|
|
|
businessLicense.forEach(item => {
|
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
|
this.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.form.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
})
|
|
|
|
|
fireReport.forEach(item => {
|
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
|
this.fileListThree = this.uploadListThree
|
|
|
|
|
this.form.fileListThree = this.uploadListThree
|
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "4") {
|
|
|
|
@ -2046,8 +2047,8 @@ export default {
|
|
|
|
|
let agreement = this.form.agreement.split(',')
|
|
|
|
|
agreement.forEach(item => {
|
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
|
this.fileList = this.uploadList
|
|
|
|
|
this.form.fileList = this.uploadList
|
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "5") {
|
|
|
|
@ -2056,8 +2057,8 @@ export default {
|
|
|
|
|
let evidence = this.form.evidence.split(',')
|
|
|
|
|
evidence.forEach(item => {
|
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
|
this.fileList = this.uploadList
|
|
|
|
|
this.form.fileList = this.uploadList
|
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "6") {
|
|
|
|
@ -2066,8 +2067,8 @@ export default {
|
|
|
|
|
let material = this.form.material.split(',')
|
|
|
|
|
material.forEach(item => {
|
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
|
this.fileList = this.uploadList
|
|
|
|
|
this.form.fileList = this.uploadList
|
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "7") {
|
|
|
|
@ -2077,18 +2078,18 @@ export default {
|
|
|
|
|
let auditReport = this.form.auditReport.split(',')
|
|
|
|
|
projectPlan.forEach(item => {
|
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
|
this.fileListOne = this.uploadListOne
|
|
|
|
|
this.form.fileListOne = this.uploadListOne
|
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
|
})
|
|
|
|
|
usesFunds.forEach(item => {
|
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
|
this.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.form.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
})
|
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
|
this.fileListThree = this.uploadListThree
|
|
|
|
|
this.form.fileListThree = this.uploadListThree
|
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "8") {
|
|
|
|
@ -2096,8 +2097,8 @@ export default {
|
|
|
|
|
let material = this.form.material.split(',')
|
|
|
|
|
material.forEach(item => {
|
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
|
this.fileList = this.uploadList
|
|
|
|
|
this.form.fileList = this.uploadList
|
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "9") {
|
|
|
|
@ -2108,23 +2109,23 @@ export default {
|
|
|
|
|
let financialStatements = this.form.financialStatements.split(',')
|
|
|
|
|
filingNotice.forEach(item => {
|
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
|
this.fileListOne = this.uploadListOne
|
|
|
|
|
this.form.fileListOne = this.uploadListOne
|
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
|
})
|
|
|
|
|
invoice.forEach(item => {
|
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
|
this.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.form.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
})
|
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
|
this.fileListThree = this.uploadListThree
|
|
|
|
|
this.form.fileListThree = this.uploadListThree
|
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
|
})
|
|
|
|
|
financialStatements.forEach(item => {
|
|
|
|
|
this.uploadListFour.push({name: item,url: item})
|
|
|
|
|
this.fileListFour = this.uploadListFour
|
|
|
|
|
this.form.fileListFour = this.uploadListFour
|
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "10") {
|
|
|
|
@ -2135,23 +2136,23 @@ export default {
|
|
|
|
|
let auditReport = this.form.auditReport.split(',')
|
|
|
|
|
honorCertificate.forEach(item => {
|
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
|
this.fileListOne = this.uploadListOne
|
|
|
|
|
this.form.fileListOne = this.uploadListOne
|
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
|
})
|
|
|
|
|
platformName.forEach(item => {
|
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
|
this.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.form.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
})
|
|
|
|
|
filingNotice.forEach(item => {
|
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
|
this.fileListThree = this.uploadListThree
|
|
|
|
|
this.form.fileListThree = this.uploadListThree
|
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
|
})
|
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
|
this.uploadListFour.push({name: item,url: item})
|
|
|
|
|
this.fileListFour = this.uploadListFour
|
|
|
|
|
this.form.fileListFour = this.uploadListFour
|
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
if(this.templateId == "11") {
|
|
|
|
@ -2168,48 +2169,48 @@ export default {
|
|
|
|
|
let otherEvidence = this.form.otherEvidence.split(',')
|
|
|
|
|
evidence.forEach(item => {
|
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
|
this.fileListOne = this.uploadListOne
|
|
|
|
|
this.form.fileListOne = this.uploadListOne
|
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
|
})
|
|
|
|
|
businessLicense.forEach(item => {
|
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
|
this.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.form.fileListTwo = this.uploadListTwo
|
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
|
})
|
|
|
|
|
taxPaymentCertificate.forEach(item => {
|
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
|
this.fileListThree = this.uploadListThree
|
|
|
|
|
this.form.fileListThree = this.uploadListThree
|
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
|
})
|
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
|
this.uploadListFour.push({name: item,url: item})
|
|
|
|
|
this.fileListFour = this.uploadListFour
|
|
|
|
|
this.form.fileListFour = this.uploadListFour
|
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
|
})
|
|
|
|
|
equityStructureChart.forEach(item => {
|
|
|
|
|
this.uploadListFive.push({name: item,url: item})
|
|
|
|
|
this.fileListFive = this.uploadListFive
|
|
|
|
|
this.form.fileListFive = this.uploadListFive
|
|
|
|
|
this.fileListFive = [...this.uploadListFive]
|
|
|
|
|
this.form.fileListFive = [...this.uploadListFive]
|
|
|
|
|
})
|
|
|
|
|
declarationReport.forEach(item => {
|
|
|
|
|
this.uploadListSix.push({name: item,url: item})
|
|
|
|
|
this.fileListSix = this.uploadListSix
|
|
|
|
|
this.form.fileListSix = this.uploadListSix
|
|
|
|
|
this.fileListSix = [...this.uploadListSix]
|
|
|
|
|
this.form.fileListSix = [...this.uploadListSix]
|
|
|
|
|
})
|
|
|
|
|
independentAccounting.forEach(item => {
|
|
|
|
|
this.uploadListSeven.push({name: item,url: item})
|
|
|
|
|
this.fileListSeven = this.uploadListSeven
|
|
|
|
|
this.form.fileListSeven = this.uploadListSeven
|
|
|
|
|
this.fileListSeven = [...this.uploadListSeven]
|
|
|
|
|
this.form.fileListSeven = [...this.uploadListSeven]
|
|
|
|
|
})
|
|
|
|
|
capitalVerificationReport.forEach(item => {
|
|
|
|
|
this.uploadListEight.push({name: item,url: item})
|
|
|
|
|
this.fileListEight = this.uploadListEight
|
|
|
|
|
this.form.fileListEight = this.uploadListEight
|
|
|
|
|
this.fileListEight = [...this.uploadListEight]
|
|
|
|
|
this.form.fileListEight = [...this.uploadListEight]
|
|
|
|
|
})
|
|
|
|
|
otherEvidence.forEach(item => {
|
|
|
|
|
this.uploadListNine.push({name: item,url: item})
|
|
|
|
|
this.fileListNine = this.uploadListNine
|
|
|
|
|
this.form.fileListNine = this.uploadListNine
|
|
|
|
|
this.fileListNine = [...this.uploadListNine]
|
|
|
|
|
this.form.fileListNine = [...this.uploadListNine]
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
@ -2306,7 +2307,7 @@ export default {
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putProjectSettlementAward(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2355,7 +2356,7 @@ export default {
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putBigStrongAward(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2389,7 +2390,7 @@ export default {
|
|
|
|
|
params.fireReport+=`${item.url},`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putCarrierConstructionAward(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2408,7 +2409,7 @@ export default {
|
|
|
|
|
params.agreement+=`${item.url},`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putPlatformConstructionAward(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2426,7 +2427,7 @@ export default {
|
|
|
|
|
params.evidence+=`${item.url},`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putBrandingAward(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2444,7 +2445,7 @@ export default {
|
|
|
|
|
params.material+=`${item.url},`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putSceneOpeningAward(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2475,7 +2476,7 @@ export default {
|
|
|
|
|
params.auditReport+=`${item.url},`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putCreditManagement(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2493,7 +2494,7 @@ export default {
|
|
|
|
|
params.material+=`${item.url},`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putIndustrialInternetAward(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2531,7 +2532,7 @@ export default {
|
|
|
|
|
params.financialStatements+=`${item.url},`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putManufacturingServicesAward(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2569,7 +2570,7 @@ export default {
|
|
|
|
|
params.auditReport+=`${item.url},`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putLogisticsDevelopmentAward(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2643,7 +2644,7 @@ export default {
|
|
|
|
|
params.otherEvidence+=`${item.url},`
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log('11', params);
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
putIntegrationIndustries(params).then((response) => {
|
|
|
|
|
this.$message.success("修改成功");
|
|
|
|
|
this.$router.go(-1)
|
|
|
|
@ -2658,7 +2659,7 @@ export default {
|
|
|
|
|
this.fileList = fileList
|
|
|
|
|
},
|
|
|
|
|
handleFileUpload(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2666,9 +2667,12 @@ export default {
|
|
|
|
|
uploadFile(form).then(response => {
|
|
|
|
|
// this.fileList = []
|
|
|
|
|
this.fileList.push(file)
|
|
|
|
|
this.uploadList.push(response.data)
|
|
|
|
|
let data = {};
|
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadList.push(data)
|
|
|
|
|
this.form.fileList = this.fileList
|
|
|
|
|
console.log('this.fileList: ', this.fileList);
|
|
|
|
|
// console.log('this.fileList: ', this.fileList);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
deleteUpload(value) {
|
|
|
|
@ -2678,7 +2682,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
/* 上传一 */
|
|
|
|
|
handleFileUploadOne(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2691,12 +2695,12 @@ export default {
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadList.push(data)
|
|
|
|
|
this.form.fileListOne = this.fileListOne
|
|
|
|
|
console.log('this.fileListOne: ', this.fileListOne);
|
|
|
|
|
// console.log('this.fileListOne: ', this.fileListOne);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/* 上传二 */
|
|
|
|
|
handleFileUploadTwo(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2704,14 +2708,17 @@ export default {
|
|
|
|
|
uploadFile(form).then(response => {
|
|
|
|
|
// this.fileList = []
|
|
|
|
|
this.fileListTwo.push(file)
|
|
|
|
|
this.uploadListTwo.push(response.data)
|
|
|
|
|
let data = {};
|
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadListTwo.push(data)
|
|
|
|
|
this.form.fileListTwo = this.fileListTwo
|
|
|
|
|
console.log('this.fileListTwo: ', this.fileListTwo);
|
|
|
|
|
// console.log('this.fileListTwo: ', this.fileListTwo);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/* 上传三 */
|
|
|
|
|
handleFileUploadThree(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2719,14 +2726,17 @@ export default {
|
|
|
|
|
uploadFile(form).then(response => {
|
|
|
|
|
// this.fileList = []
|
|
|
|
|
this.fileListThree.push(file)
|
|
|
|
|
this.uploadListThree.push(response.data)
|
|
|
|
|
let data = {};
|
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadListThree.push(data)
|
|
|
|
|
this.form.fileListThree = this.fileListThree
|
|
|
|
|
console.log('this.fileListThree: ', this.fileListThree);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/* 上传四 */
|
|
|
|
|
handleFileUploadFour(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2734,14 +2744,17 @@ export default {
|
|
|
|
|
uploadFile(form).then(response => {
|
|
|
|
|
// this.fileList = []
|
|
|
|
|
this.fileListFour.push(file)
|
|
|
|
|
this.uploadListFour.push(response.data)
|
|
|
|
|
let data = {};
|
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadListFour.push(data)
|
|
|
|
|
this.form.fileListFour = this.fileListFour
|
|
|
|
|
console.log('this.fileListFour: ', this.fileListFour);
|
|
|
|
|
// console.log('this.fileListFour: ', this.fileListFour);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/* 上传五 */
|
|
|
|
|
handleFileUploadFive(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2749,14 +2762,17 @@ export default {
|
|
|
|
|
uploadFile(form).then(response => {
|
|
|
|
|
// this.fileList = []
|
|
|
|
|
this.fileListFive.push(file)
|
|
|
|
|
this.uploadListFive.push(response.data)
|
|
|
|
|
let data = {};
|
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadListFive.push(data)
|
|
|
|
|
this.form.fileListFive = this.fileListFive
|
|
|
|
|
console.log('this.fileListFive: ', this.fileListFive);
|
|
|
|
|
// console.log('this.fileListFive: ', this.fileListFive);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/* 上传六 */
|
|
|
|
|
handleFileUploadSix(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2764,14 +2780,17 @@ export default {
|
|
|
|
|
uploadFile(form).then(response => {
|
|
|
|
|
// this.fileList = []
|
|
|
|
|
this.fileListSix.push(file)
|
|
|
|
|
this.uploadListSix.push(response.data)
|
|
|
|
|
let data = {};
|
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadListSix.push(data)
|
|
|
|
|
this.form.fileListSix = this.fileListSix
|
|
|
|
|
console.log('this.fileListSix: ', this.fileListSix);
|
|
|
|
|
// console.log('this.fileListSix: ', this.fileListSix);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/* 上传七 */
|
|
|
|
|
handleFileUploadSeven(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2779,14 +2798,17 @@ export default {
|
|
|
|
|
uploadFile(form).then(response => {
|
|
|
|
|
// this.fileList = []
|
|
|
|
|
this.fileListSeven.push(file)
|
|
|
|
|
this.uploadListSeven.push(response.data)
|
|
|
|
|
let data = {};
|
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadListSeven.push(data)
|
|
|
|
|
this.form.fileListSeven = this.fileListSeven
|
|
|
|
|
console.log('this.fileListSeven: ', this.fileListSeven);
|
|
|
|
|
// console.log('this.fileListSeven: ', this.fileListSeven);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/* 上传八 */
|
|
|
|
|
handleFileUploadEight(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2794,14 +2816,17 @@ export default {
|
|
|
|
|
uploadFile(form).then(response => {
|
|
|
|
|
// this.fileList = []
|
|
|
|
|
this.fileListEight.push(file)
|
|
|
|
|
this.uploadListEight.push(response.data)
|
|
|
|
|
let data = {};
|
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadListEight.push(data)
|
|
|
|
|
this.form.fileListEight = this.fileListEight
|
|
|
|
|
console.log('this.fileListEight: ', this.fileListEight);
|
|
|
|
|
// console.log('this.fileListEight: ', this.fileListEight);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/* 上传九 */
|
|
|
|
|
handleFileUploadNine(params) {
|
|
|
|
|
console.log('params: ', params);
|
|
|
|
|
// console.log('params: ', params);
|
|
|
|
|
this.form.fileName = params.file.name
|
|
|
|
|
const file = params.file
|
|
|
|
|
let form = new FormData()
|
|
|
|
@ -2809,9 +2834,12 @@ export default {
|
|
|
|
|
uploadFile(form).then(response => {
|
|
|
|
|
// this.fileList = []
|
|
|
|
|
this.fileListNine.push(file)
|
|
|
|
|
this.uploadListNine.push(response.data)
|
|
|
|
|
let data = {};
|
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
|
data.url = response.url;
|
|
|
|
|
this.uploadListNine.push(data)
|
|
|
|
|
this.form.fileListNine = this.fileListNine
|
|
|
|
|
console.log('this.fileListNine: ', this.fileListNine);
|
|
|
|
|
// console.log('this.fileListNine: ', this.fileListNine);
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
/* 删除上传一 */
|
|
|
|
@ -3176,14 +3204,19 @@ list-style: none; /* 清除列表项前的标记 */
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.approval_img {
|
|
|
|
|
.right-img {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 40px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
width: 85px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.approval_img {
|
|
|
|
|
width: 85px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.step_contain_one {
|
|
|
|
|