|
|
|
@ -25,8 +25,20 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="8" style="height: 50px">
|
|
|
|
|
<div class="templateInfo">
|
|
|
|
|
<div class="templateInfo_left">项目分类:</div>
|
|
|
|
|
<dict-tag :options="dict.type.jjh_project_type" :value="templateInfo.projectClassify"/>
|
|
|
|
|
<div class="templateInfo_left">项目大类:</div>
|
|
|
|
|
<dict-tag :options="dict.type.project_categories" :value="templateInfo.projectBigType"/>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="8" style="height: 50px">
|
|
|
|
|
<div class="templateInfo">
|
|
|
|
|
<div class="templateInfo_left">项目中类:</div>
|
|
|
|
|
<dict-tag :options="dict.type.project_middle_type" :value="templateInfo.projectMiddleType"/>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="8" style="height: 50px">
|
|
|
|
|
<div class="templateInfo">
|
|
|
|
|
<div class="templateInfo_left">项目小类:</div>
|
|
|
|
|
<dict-tag :options="dict.type.project_small_type" :value="templateInfo.projectSmallType"/>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="8" style="height: 50px">
|
|
|
|
@ -1323,7 +1335,7 @@ export default {
|
|
|
|
|
name: "declareAddContent",
|
|
|
|
|
// 'sys_show_hide', 'sys_normal_disable', 'bms_product_area', 'bms_declaration_type','bms_template_type', 'bms_declaration_channels',
|
|
|
|
|
|
|
|
|
|
dicts: ['bms_responsibility_unit', 'bms_level', 'bms_affiliation_type', 'sys_declaration_type', 'jjh_project_type', 'template_industry', 'new_template_type'],
|
|
|
|
|
dicts: ['bms_responsibility_unit', 'bms_level', 'bms_affiliation_type', 'sys_declaration_type', 'jjh_project_type', 'template_industry', 'new_template_type',"project_middle_type", "project_small_type", "project_categories"],
|
|
|
|
|
data() {
|
|
|
|
|
//验证手机号的规则
|
|
|
|
|
var checkMobile = (rule,value,cb) =>{
|
|
|
|
@ -1524,9 +1536,9 @@ export default {
|
|
|
|
|
this.baseInfo = response.data
|
|
|
|
|
console.log(this.baseInfo);
|
|
|
|
|
})
|
|
|
|
|
// getOpenInterface({templateRecordId: templateRecordId}).then((response) => {
|
|
|
|
|
// this.openInterfaceInfo = response.data
|
|
|
|
|
// })
|
|
|
|
|
getOpenInterface({templateRecordId: templateRecordId}).then((response) => {
|
|
|
|
|
this.openInterfaceInfo = response.data
|
|
|
|
|
})
|
|
|
|
|
// templateList({
|
|
|
|
|
// responsibilityUnit: this.templateInfo.responsibilityUnit,
|
|
|
|
|
// enterpriseId: this.$store.state.user.enterpriseId,
|
|
|
|
@ -1637,10 +1649,14 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
let detailList = []
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear1,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear1',year: this.openInterfaceInfo.year})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear1,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear1',year: this.openInterfaceInfo.year})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear,detailId: '',illustrate: '预计营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear',year: Number(this.openInterfaceInfo.year)+1})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear,detailId: '',illustrate: '预计税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear',year: Number(this.openInterfaceInfo.year)+1})
|
|
|
|
|
// detailList.push({amount: this.form.revenueNowYear1,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear1',year: this.openInterfaceInfo.year})
|
|
|
|
|
// detailList.push({amount: this.form.taxationNowYear1,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear1',year: this.openInterfaceInfo.year})
|
|
|
|
|
// detailList.push({amount: this.form.revenueNowYear,detailId: '',illustrate: '预计营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear',year: Number(this.openInterfaceInfo.year)+1})
|
|
|
|
|
// detailList.push({amount: this.form.taxationNowYear,detailId: '',illustrate: '预计税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear',year: Number(this.openInterfaceInfo.year)+1})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear1,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear1',year: 2021})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear1,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear1',year: 2021})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear,detailId: '',illustrate: '预计营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear',year: 2022})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear,detailId: '',illustrate: '预计税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear',year: 2022})
|
|
|
|
|
params.fundingDetailList = detailList
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
addProjectSettlementAward(params).then((response) => {
|
|
|
|
@ -1664,14 +1680,22 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
let detailList = []
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear3,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear3',year: this.openInterfaceInfo.year})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear3,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear3',year: this.openInterfaceInfo.year})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear2,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear2',year: Number(this.openInterfaceInfo.year)+1})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear2,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear2',year: Number(this.openInterfaceInfo.year)+1})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear1,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear1',year: Number(this.openInterfaceInfo.year)+2})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear1,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear1',year: Number(this.openInterfaceInfo.year)+2})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear,detailId: '',illustrate: '预计营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear',year: Number(this.openInterfaceInfo.year)+3})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear,detailId: '',illustrate: '预计营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear',year: Number(this.openInterfaceInfo.year)+3})
|
|
|
|
|
// detailList.push({amount: this.form.revenueNowYear3,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear3',year: this.openInterfaceInfo.year})
|
|
|
|
|
// detailList.push({amount: this.form.taxationNowYear3,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear3',year: this.openInterfaceInfo.year})
|
|
|
|
|
// detailList.push({amount: this.form.revenueNowYear2,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear2',year: Number(this.openInterfaceInfo.year)+1})
|
|
|
|
|
// detailList.push({amount: this.form.taxationNowYear2,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear2',year: Number(this.openInterfaceInfo.year)+1})
|
|
|
|
|
// detailList.push({amount: this.form.revenueNowYear1,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear1',year: Number(this.openInterfaceInfo.year)+2})
|
|
|
|
|
// detailList.push({amount: this.form.taxationNowYear1,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear1',year: Number(this.openInterfaceInfo.year)+2})
|
|
|
|
|
// detailList.push({amount: this.form.revenueNowYear,detailId: '',illustrate: '预计营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear',year: Number(this.openInterfaceInfo.year)+3})
|
|
|
|
|
// detailList.push({amount: this.form.taxationNowYear,detailId: '',illustrate: '预计营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear',year: Number(this.openInterfaceInfo.year)+3})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear3,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear3',year: 2021})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear3,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear3',year: 2021})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear2,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear2',year: 2022})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear2,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear2',year: 2022})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear1,detailId: '',illustrate: '营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear1',year: 2023})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear1,detailId: '',illustrate: '税收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear1',year: 2023})
|
|
|
|
|
detailList.push({amount: this.form.revenueNowYear,detailId: '',illustrate: '预计营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'revenueNowYear',year: 2024})
|
|
|
|
|
detailList.push({amount: this.form.taxationNowYear,detailId: '',illustrate: '预计营收', templateRecordId: this.templateRecordId,type: this.templateId,vmodel: 'taxationNowYear',year: 2024})
|
|
|
|
|
params.fundingDetailList = detailList
|
|
|
|
|
// console.log('11', params);
|
|
|
|
|
addBigStrongAward(params).then((response) => {
|
|
|
|
|