diff --git a/.env.development b/.env.development
index 4aa4d21..096f84d 100644
--- a/.env.development
+++ b/.env.development
@@ -5,8 +5,8 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统
ENV = 'development'
# 金鸡湖现代服务业品牌管理系统/开发环境
-VUE_APP_BASE_API = 'http://192.168.0.106:9040'
-# VUE_APP_BASE_API = 'http://39.101.188.84:9040'
+# VUE_APP_BASE_API = 'http://192.168.0.106:9040'
+VUE_APP_BASE_API = 'http://39.101.188.84:9040'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
diff --git a/src/views/onlineDeclaration/declareAddContent/index.vue b/src/views/onlineDeclaration/declareAddContent/index.vue
index febb41a..c2d07b6 100644
--- a/src/views/onlineDeclaration/declareAddContent/index.vue
+++ b/src/views/onlineDeclaration/declareAddContent/index.vue
@@ -1144,8 +1144,9 @@
-
-
+
+
diff --git a/src/views/onlineDeclaration/declareDetailContent/index.vue b/src/views/onlineDeclaration/declareDetailContent/index.vue
index 68c43b6..2619ce4 100644
--- a/src/views/onlineDeclaration/declareDetailContent/index.vue
+++ b/src/views/onlineDeclaration/declareDetailContent/index.vue
@@ -1200,7 +1200,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1215,7 +1215,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1230,7 +1230,7 @@
-
-
+
{{ item.name | dealURL}}
@@ -1245,7 +1245,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1269,7 +1269,7 @@
-
-
+
{{ item.name | dealURL}}
@@ -1285,7 +1285,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1300,7 +1300,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1315,7 +1315,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1332,7 +1332,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1348,7 +1348,7 @@
-
-
+
{{ item.name | dealURL}}
@@ -1364,7 +1364,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1380,7 +1380,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1395,7 +1395,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1410,7 +1410,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1425,7 +1425,7 @@
-
-
+
{{ item.name | dealURL}}
@@ -1441,7 +1441,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1456,7 +1456,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1471,7 +1471,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1486,7 +1486,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1502,7 +1502,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1517,7 +1517,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1532,7 +1532,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1547,7 +1547,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1562,7 +1562,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1578,7 +1578,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1593,7 +1593,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1608,7 +1608,7 @@
-
-
+
{{ item.name | dealURL }}
@@ -1623,7 +1623,7 @@
@@ -1745,6 +1746,7 @@ export default {
'bms_responsibility_unit', 'bms_level', 'bms_template_type', 'bms_declaration_channels', 'bms_affiliation_type', 'sys_declaration_type'],
data() {
return {
+ VUE_APP_BASE_API:process.env.VUE_APP_BASE_API,
size: '',
templateInfo: {},
baseInfo: {},
@@ -1943,80 +1945,94 @@ export default {
})
if(this.templateId == "1") {
this.form = response.data.bmsProjectSettlementAwardQueryVo //1
- this.form.fundingDetailList.forEach((item, index )=> {
- switch (index){
- case 0:
- this.form.revenueNowYear1 = item.amount
- break;
- case 1:
- this.form.taxationNowYear1 = item.amount
- break;
- case 2:
- this.form.revenueNowYear = item.amount
- break;
- case 3:
- this.form.taxationNowYear = item.amount
- break;
- }
- })
+ let fundingDetailList = [...response.data.bmsProjectSettlementAwardQueryVo.fundingDetailList]
+ this.$set(this.form,'revenueNowYear1',fundingDetailList[0].amount)
+ this.$set(this.form,'taxationNowYear1',fundingDetailList[1].amount)
+ this.$set(this.form,'revenueNowYear',fundingDetailList[2].amount)
+ this.$set(this.form,'taxationNowYear',fundingDetailList[3].amount)
+ // this.form.fundingDetailList.forEach((item, index )=> {
+ // switch (index){
+ // case 0:
+ // this.form.revenueNowYear1 = item.amount
+ // break;
+ // case 1:
+ // this.form.taxationNowYear1 = item.amount
+ // break;
+ // case 2:
+ // this.form.revenueNowYear = item.amount
+ // break;
+ // case 3:
+ // this.form.taxationNowYear = item.amount
+ // break;
+ // }
+ // })
let agreement = this.form.agreement.split(',')
let businessLicense = this.form.businessLicense.split(',')
let otherMaterials = this.form.otherMaterials.split(',')
let report = this.form.report.split(',')
agreement.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
businessLicense.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
otherMaterials.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
report.forEach(item => {
- this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFour.push({name: item,url: item})
this.fileListFour = [...this.uploadListFour]
this.form.fileListFour = [...this.uploadListFour]
})
}
if(this.templateId == "2") {
this.form = response.data.bmsBigStrongAwardQueryVo //2
- this.form.fundingDetailList.forEach((item, index )=> {
- switch (index){
- case 0:
- this.form.revenueNowYear3 = item.amount
- break;
- case 1:
- this.form.taxationNowYear3 = item.amount
- break;
- case 2:
- this.form.revenueNowYear2 = item.amount
- break;
- case 3:
- this.form.taxationNowYear2 = item.amount
- break;
- case 4:
- this.form.revenueNowYear1 = item.amount
- break;
- case 5:
- this.form.taxationNowYear1 = item.amount
- break;
- case 6:
- this.form.revenueNowYear = item.amount
- break;
- case 7:
- this.form.taxationNowYear = item.amount
- break;
- }
- })
+ let fundingDetailList = [...response.data.bmsBigStrongAwardQueryVo.fundingDetailList]
+ this.$set(this.form,'revenueNowYear3',fundingDetailList[0].amount)
+ this.$set(this.form,'taxationNowYear3',fundingDetailList[1].amount)
+ this.$set(this.form,'revenueNowYear2',fundingDetailList[2].amount)
+ this.$set(this.form,'taxationNowYear2',fundingDetailList[3].amount)
+ this.$set(this.form,'revenueNowYear1',fundingDetailList[4].amount)
+ this.$set(this.form,'taxationNowYear1',fundingDetailList[5].amount)
+ this.$set(this.form,'revenueNowYear',fundingDetailList[6].amount)
+ this.$set(this.form,'taxationNowYear',fundingDetailList[7].amount)
+ // fundingDetailList.forEach((item, index )=> {
+ // switch (index){
+ // case 0:
+ // this.form.revenueNowYear3 = item.amount
+ // break;
+ // case 1:
+ // this.form.taxationNowYear3 = item.amount
+ // break;
+ // case 2:
+ // this.form.revenueNowYear2 = item.amount
+ // break;
+ // case 3:
+ // this.form.taxationNowYear2 = item.amount
+ // break;
+ // case 4:
+ // this.form.revenueNowYear1 = item.amount
+ // break;
+ // case 5:
+ // this.form.taxationNowYear1 = item.amount
+ // break;
+ // case 6:
+ // this.form.revenueNowYear = item.amount
+ // break;
+ // case 7:
+ // this.form.taxationNowYear = item.amount
+ // break;
+ // }
+ // })
let developmentPlan = this.form.developmentPlan.split(',')
developmentPlan.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
})
@@ -2027,17 +2043,17 @@ export default {
let businessLicense = this.form.businessLicense.split(',')
let fireReport = this.form.fireReport.split(',')
supportingMaterials.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
businessLicense.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
fireReport.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
@@ -2046,7 +2062,7 @@ export default {
this.form = response.data.bmsPlatformConstructionAward //4
let agreement = this.form.agreement.split(',')
agreement.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
})
@@ -2056,7 +2072,7 @@ export default {
this.form.level = this.form.level + ''
let evidence = this.form.evidence.split(',')
evidence.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
})
@@ -2066,7 +2082,7 @@ export default {
this.form.type = this.form.type + ''
let material = this.form.material.split(',')
material.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
})
@@ -2077,17 +2093,17 @@ export default {
let usesFunds = this.form.usesFunds.split(',')
let auditReport = this.form.auditReport.split(',')
projectPlan.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
usesFunds.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
auditReport.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
@@ -2096,7 +2112,7 @@ export default {
this.form = response.data.bmsIndustrialInternetAward //8
let material = this.form.material.split(',')
material.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
})
@@ -2108,22 +2124,22 @@ export default {
let auditReport = this.form.auditReport.split(',')
let financialStatements = this.form.financialStatements.split(',')
filingNotice.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
invoice.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
auditReport.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
financialStatements.forEach(item => {
- this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFour.push({name: item,url: item})
this.fileListFour = [...this.uploadListFour]
this.form.fileListFour = [...this.uploadListFour]
})
@@ -2135,22 +2151,22 @@ export default {
let filingNotice = this.form.filingNotice.split(',')
let auditReport = this.form.auditReport.split(',')
honorCertificate.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
platformName.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
filingNotice.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
auditReport.forEach(item => {
- this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFour.push({name: item,url: item})
this.fileListFour = [...this.uploadListFour]
this.form.fileListFour = [...this.uploadListFour]
})
@@ -2168,47 +2184,47 @@ export default {
let capitalVerificationReport = this.form.capitalVerificationReport.split(',')
let otherEvidence = this.form.otherEvidence.split(',')
evidence.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
businessLicense.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
taxPaymentCertificate.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
auditReport.forEach(item => {
- this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFour.push({name: item,url: item})
this.fileListFour = [...this.uploadListFour]
this.form.fileListFour = [...this.uploadListFour]
})
equityStructureChart.forEach(item => {
- this.uploadListFive.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFive.push({name: item,url: item})
this.fileListFive = [...this.uploadListFive]
this.form.fileListFive = [...this.uploadListFive]
})
declarationReport.forEach(item => {
- this.uploadListSix.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListSix.push({name: item,url: item})
this.fileListSix = [...this.uploadListSix]
this.form.fileListSix = [...this.uploadListSix]
})
independentAccounting.forEach(item => {
- this.uploadListSeven.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListSeven.push({name: item,url: item})
this.fileListSeven = [...this.uploadListSeven]
this.form.fileListSeven = [...this.uploadListSeven]
})
capitalVerificationReport.forEach(item => {
- this.uploadListEight.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListEight.push({name: item,url: item})
this.fileListEight = [...this.uploadListEight]
this.form.fileListEight = [...this.uploadListEight]
})
otherEvidence.forEach(item => {
- this.uploadListNine.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListNine.push({name: item,url: item})
this.fileListNine = [...this.uploadListNine]
this.form.fileListNine = [...this.uploadListNine]
})
@@ -2291,22 +2307,34 @@ export default {
params.otherMaterials+=`${item.url},`
}
})
- params.fundingDetailList = this.form.fundingDetailList.forEach((item, index) => {
- switch (index){
- case 0:
- item.amount = this.form.revenueNowYear1
- break;
- case 1:
- item.amount = this.form.taxationNowYear1
- break;
- case 2:
- item.amount = this.form.revenueNowYear
- break;
- case 3:
- item.amount = this.form.taxationNowYear
- break;
+ this.form.fundingDetailList.forEach((item, index) => {
+ if(index == 0) {
+ item.amount = this.form.revenueNowYear1
+ } else if(index == 1) {
+ item.amount = this.form.taxationNowYear1
+ } else if(index == 2) {
+ item.amount = this.form.revenueNowYear
+ } else if(index == 3) {
+ item.amount = this.form.taxationNowYear
}
})
+ // params.fundingDetailList = this.form.fundingDetailList.forEach((item, index) => {
+ // switch (index){
+ // case 0:
+ // item.amount = this.form.revenueNowYear1
+ // break;
+ // case 1:
+ // item.amount = this.form.taxationNowYear1
+ // break;
+ // case 2:
+ // item.amount = this.form.revenueNowYear
+ // break;
+ // case 3:
+ // item.amount = this.form.taxationNowYear
+ // break;
+ // }
+ // })
+ params.fundingDetailList = this.form.fundingDetailList
// console.log('11', params);
putProjectSettlementAward(params).then((response) => {
this.$message.success("修改成功");
@@ -2328,34 +2356,26 @@ export default {
params.developmentPlan+=`${item.url},`
}
})
- params.fundingDetailList = this.form.fundingDetailList.forEach((item, index) => {
- switch (index){
- case 0:
- item.amount = this.form.revenueNowYear3
- break;
- case 1:
- item.amount = this.form.taxationNowYear3
- break;
- case 2:
- item.amount = this.form.revenueNowYear2
- break;
- case 3:
- item.amount = this.form.taxationNowYear2
- break;
- case 4:
- item.amount = this.form.revenueNowYear1
- break;
- case 5:
- item.amount = this.form.taxationNowYear1
- break;
- case 6:
- item.amount = this.form.revenueNowYear
- break;
- case 7:
- item.amount = this.form.taxationNowYear
- break;
+ this.form.fundingDetailList.forEach((item, index) => {
+ if(index == 0) {
+ item.amount = this.form.revenueNowYear3
+ } else if(index == 1) {
+ item.amount = this.form.taxationNowYear3
+ } else if(index == 2) {
+ item.amount = this.form.revenueNowYear2
+ } else if(index == 3) {
+ item.amount = this.form.taxationNowYear2
+ } else if(index == 4) {
+ item.amount = this.form.revenueNowYear1
+ } else if(index == 5) {
+ item.amount = this.form.taxationNowYear1
+ } else if(index == 6) {
+ item.amount = this.form.revenueNowYear
+ } else if(index == 7) {
+ item.amount = this.form.taxationNowYear
}
})
+ params.fundingDetailList = this.form.fundingDetailList
// console.log('11', params);
putBigStrongAward(params).then((response) => {
this.$message.success("修改成功");
diff --git a/src/views/onlineDeclaration/records/components/index.vue b/src/views/onlineDeclaration/records/components/index.vue
index bde8d4e..47429a5 100644
--- a/src/views/onlineDeclaration/records/components/index.vue
+++ b/src/views/onlineDeclaration/records/components/index.vue
@@ -665,6 +665,7 @@ export default {
name:"updataChange",
data() {
return {
+ VUE_APP_BASE_API:process.env.VUE_APP_BASE_API,
openCity: false,
enterpriseInfo: {},
form:{
@@ -762,22 +763,22 @@ export default {
let otherMaterials = this.form.otherMaterials.split(',')
let report = this.form.report.split(',')
agreement.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
businessLicense.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
otherMaterials.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
report.forEach(item => {
- this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFour.push({name: item,url: item})
this.fileListFour = [...this.uploadListFour]
this.form.fileListFour = [...this.uploadListFour]
})
@@ -786,7 +787,7 @@ export default {
this.form = response.data.bmsBigStrongAwardQueryVo //2
let developmentPlan = this.form.developmentPlan.split(',')
developmentPlan.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
})
@@ -797,17 +798,17 @@ export default {
let businessLicense = this.form.businessLicense.split(',')
let fireReport = this.form.fireReport.split(',')
supportingMaterials.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
businessLicense.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
fireReport.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
@@ -816,7 +817,7 @@ export default {
this.form = response.data.bmsPlatformConstructionAward //4
let agreement = this.form.agreement.split(',')
agreement.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
})
@@ -826,7 +827,7 @@ export default {
this.form.level = this.form.level + ''
let evidence = this.form.evidence.split(',')
evidence.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
})
@@ -836,7 +837,7 @@ export default {
this.form.type = this.form.type + ''
let material = this.form.material.split(',')
material.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
})
@@ -847,17 +848,17 @@ export default {
let usesFunds = this.form.usesFunds.split(',')
let auditReport = this.form.auditReport.split(',')
projectPlan.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
usesFunds.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
auditReport.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
@@ -866,7 +867,7 @@ export default {
this.form = response.data.bmsIndustrialInternetAward //8
let material = this.form.material.split(',')
material.forEach(item => {
- this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadList.push({name: item,url: item})
// console.log(this.uploadList);
this.fileList = [...this.uploadList]
this.form.fileList = [...this.uploadList]
@@ -879,22 +880,22 @@ export default {
let auditReport = this.form.auditReport.split(',')
let financialStatements = this.form.financialStatements.split(',')
filingNotice.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
invoice.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
auditReport.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
financialStatements.forEach(item => {
- this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFour.push({name: item,url: item})
this.fileListFour = [...this.uploadListFour]
this.form.fileListFour = [...this.uploadListFour]
})
@@ -906,22 +907,22 @@ export default {
let filingNotice = this.form.filingNotice.split(',')
let auditReport = this.form.auditReport.split(',')
honorCertificate.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
platformName.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
filingNotice.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
auditReport.forEach(item => {
- this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFour.push({name: item,url: item})
this.fileListFour = [...this.uploadListFour]
this.form.fileListFour = [...this.uploadListFour]
})
@@ -938,47 +939,47 @@ export default {
let capitalVerificationReport = this.form.capitalVerificationReport.split(',')
let otherEvidence = this.form.otherEvidence.split(',')
evidence.forEach(item => {
- this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListOne.push({name: item,url: item})
this.fileListOne = [...this.uploadListOne]
this.form.fileListOne = [...this.uploadListOne]
})
businessLicense.forEach(item => {
- this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListTwo.push({name: item,url: item})
this.fileListTwo = [...this.uploadListTwo]
this.form.fileListTwo = [...this.uploadListTwo]
})
taxPaymentCertificate.forEach(item => {
- this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListThree.push({name: item,url: item})
this.fileListThree = [...this.uploadListThree]
this.form.fileListThree = [...this.uploadListThree]
})
auditReport.forEach(item => {
- this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFour.push({name: item,url: item})
this.fileListFour = [...this.uploadListFour]
this.form.fileListFour = [...this.uploadListFour]
})
equityStructureChart.forEach(item => {
- this.uploadListFive.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListFive.push({name: item,url: item})
this.fileListFive = [...this.uploadListFive]
this.form.fileListFive = [...this.uploadListFive]
})
declarationReport.forEach(item => {
- this.uploadListSix.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListSix.push({name: item,url: item})
this.fileListSix = [...this.uploadListSix]
this.form.fileListSix = [...this.uploadListSix]
})
independentAccounting.forEach(item => {
- this.uploadListSeven.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListSeven.push({name: item,url: item})
this.fileListSeven = [...this.uploadListSeven]
this.form.fileListSeven = [...this.uploadListSeven]
})
capitalVerificationReport.forEach(item => {
- this.uploadListEight.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListEight.push({name: item,url: item})
this.fileListEight = [...this.uploadListEight]
this.form.fileListEight = [...this.uploadListEight]
})
otherEvidence.forEach(item => {
- this.uploadListNine.push({name: item,url: process.env.VUE_APP_BASE_API + item})
+ this.uploadListNine.push({name: item,url: item})
this.fileListNine = [...this.uploadListNine]
this.form.fileListNine = [...this.uploadListNine]
})
diff --git a/src/views/onlineDeclaration/records/index.vue b/src/views/onlineDeclaration/records/index.vue
index 8e307f2..32796eb 100644
--- a/src/views/onlineDeclaration/records/index.vue
+++ b/src/views/onlineDeclaration/records/index.vue
@@ -96,6 +96,7 @@
plain
:disabled="multipleSelection.length > 0 ? false : true"
@click="zipDowmload"
+ :loading="exportLoading"
>打包下载
+
diff --git a/src/views/onlineDeclaration/templateDetail/index.vue b/src/views/onlineDeclaration/templateDetail/index.vue
index edf5346..d1e9193 100644
--- a/src/views/onlineDeclaration/templateDetail/index.vue
+++ b/src/views/onlineDeclaration/templateDetail/index.vue
@@ -320,8 +320,9 @@
-
-
+
+