在线申报记录列表、发布申报任务列表新增项目小类展示、做大做强、项目落户奖补模板详情展示新增对比填报缺少的字段

des
吕天方 7 months ago
parent b18ff341f6
commit db9b3e9281

@ -29,4 +29,8 @@
@font-face {
font-family: "AlibabaPuHuiTiR";
src: url("./font/Alibaba-PuHuiTi-Regular.ttf");
}
@font-face {
font-family: "AlibabaPuHuiTiM";
src: url("./font/Alibaba-PuHuiTi-Medium.ttf");
}

@ -1535,7 +1535,16 @@
th {
font-weight: bold;
font-size: 14px;
color: #000000;
color: #333333;
.Table-header {
font-size: 14px;
color: #333333;
}
.Table-unit {
font-size: 12px;
font-weight: 400;
color: #333333;
}
}
td {
font-weight: 500;
@ -1694,6 +1703,35 @@
text-transform: none;
}
}
section {
margin-top: 20px;
.el-table::before {
height: 0;
}
.el-table {
margin-bottom: 25px;
th {
font-weight: bold;
font-size: 14px;
color: #333333;
}
td {
font-weight: 500;
font-size: 14px;
color: #666666;
}
.evenNumber-row {
background-color: #F6F9FD;
}
.project-name {
text-decoration: underline;
font-weight: 500;
font-size: 14px;
color: #1890FF;
cursor: pointer;
}
}
}
}
}
}

@ -1,5 +1,5 @@
<template>
<div class="dataCloudMap" v-if="false">
<div class="dataCloudMap" v-if="true">
<el-row class="dataCloudMap-main">
<el-col :span="11" class="dataCloudMap-main-left">
<div class="dataCloudMap-left-top">
@ -72,12 +72,22 @@
<div class="rightBtn">查看更多数据>></div>
</div>
<section>
<el-table v-loading="loadingOne" class="tabTwo-table" border :data="tableOneData" :row-class-name="tableRowClassName" > <!-- :max-height="tabHeader" -->
<el-table-column label="行业大类" prop="bigType" />
<el-table-column label="全年营收" prop="revenue" />
<el-table-column label="增加值(亿元)" prop="yuan" />
<el-table-column label="增加值增速(按不变价)" prop="speedUp" />
<el-table-column label="增加值占GDP比重" prop="proportion" />
<el-table v-loading="loadingOne" class="dataMap-two-table" :data="tableOneData" :row-class-name="tableRowClassName" :header-cell-style="{background:'#E8F3FC'}"> <!-- :max-height="tabHeader" -->
<el-table-column label="行业大类" prop="bigType" width="320"/>
<el-table-column label="全年营收" prop="revenue" width="130" align="center"/>
<el-table-column label="增加值(亿元)" prop="yuan" width="100" align="center">
<template slot="header" slot-scope="scope">
<div class="Table-header">增加值</div>
<span class="Table-unit">(亿元)</span>
</template>
</el-table-column>
<el-table-column label="增加值增速(按不变价)" prop="speedUp" width="180" align="center">
<template slot="header" slot-scope="scope">
<div class="Table-header">增加值增速</div>
<span class="Table-unit">(按不变价)</span>
</template>
</el-table-column>
<el-table-column label="增加值占GDP比重" prop="proportion" align="right"/>
</el-table>
</section>
</div>
@ -115,6 +125,13 @@
</div>
<div class="rightBtn">查看更多数据>></div>
</div>
<section>
<el-table v-loading="loadingTwo" class="dataMap-two-table" :data="tableTwoData" :row-class-name="tableRowClassName" :header-cell-style="{background:'#E8F3FC'}"> <!-- :max-height="tabHeader" -->
<el-table-column label="申报任务名称" prop="name" width="320"/>
<el-table-column label="填报时间" prop="time" width="200" align="center"/>
<el-table-column label="已填报企业数" prop="number" align="right"/>
</el-table>
</section>
</div>
</el-col>
</el-row>
@ -154,13 +171,29 @@ export default {
speedUp:"0.89%",
proportion:"11%",
},
],
loadingTwo: false,
tableTwoData: [
{
name:"2024年第二批金融服务项目落户奖补申报任务",
time:"2024-05-10 ~ 2024-05-12",
number:"201"
},{
name:"2024年第二批金融服务项目落户奖补申报任务",
time:"2024-05-10 ~ 2024-05-12",
number:"198"
},{
name:"2024年第二批金融服务项目落户奖补申报任务",
time:"2024-05-10 ~ 2024-05-12",
number:"131"
},
]
}
},
mounted(){
// this.$nextTick(()=>{
// this.initEchart();
// })
this.$nextTick(()=>{
this.initEchart();
})
},
methods:{
initEchart(){

@ -2353,6 +2353,7 @@ list-style: none; /* 清除列表项前的标记 */
}
.templateInfo {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 14px;
.templateInfo_left {

@ -4912,6 +4912,7 @@ li {
}
.templateInfo {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 14px;
.templateInfo_left {

@ -57,6 +57,11 @@
</template>
</el-table-column>
<el-table-column prop="enterpriseDirectory" label="申报任务标题" :show-overflow-tooltip="true" min-width="190"></el-table-column>
<el-table-column label="项目小类" :show-overflow-tooltip="true" min-width="150">
<template slot-scope="scope">
<dict-tag :options="dict.type.project_small_type" :value="scope.row.projectClassify"/>
</template>
</el-table-column>
<!-- <el-table-column prop="enterpriseDirectory" label="企业名录分类" :show-overflow-tooltip="true" min-width="190"></el-table-column> -->
<el-table-column prop="templateName" label="模版名称" min-width="180" :show-overflow-tooltip="true"></el-table-column>
<el-table-column label="状态" min-width="50" >
@ -327,7 +332,7 @@ import { getAllList } from "@/api/system/dict/data";
export default {
name: "EnterpriseDirectory",
// 'sys_show_hide', 'sys_normal_disable', 'bms_template_type',
dicts: ['bms_responsibility_unit', 'bms_declaration_channels', 'bms_level', 'jjh_project_type'],
dicts: ['bms_responsibility_unit', 'bms_declaration_channels', 'bms_level', 'jjh_project_type', "project_small_type"],
data() {
let validateTime = (rule, value, callback) => {
if (new Date(value[1]) < new Date()) {

@ -177,6 +177,11 @@
</el-table-column>
<!-- <el-table-column prop="projectName" label="项目名称" :show-overflow-tooltip="true" min-width="160"></el-table-column> -->
<el-table-column prop="enterpriseDirectory" label="申报任务标题" :show-overflow-tooltip="true" min-width="160"></el-table-column>
<el-table-column label="项目小类" :show-overflow-tooltip="true" min-width="150">
<template slot-scope="scope">
<dict-tag :options="dict.type.project_small_type" :value="scope.row.projectSmallType"/>
</template>
</el-table-column>
<el-table-column prop="enterpriseName" label="申报单位" :show-overflow-tooltip="true" min-width="120"></el-table-column>
<!-- width="60" -->
<el-table-column label="级别">
@ -369,7 +374,7 @@ import * as XLSX from 'xlsx'
import { Message, Loading } from 'element-ui'
export default {
name: "Records",
dicts: ['sys_show_hide', 'sys_normal_disable', 'bms_declaration_type', 'bms_responsibility_unit', 'bms_level', 'bms_template_type', 'bms_declaration_channels'],
dicts: ['sys_show_hide', 'sys_normal_disable', 'bms_declaration_type', 'bms_responsibility_unit', 'bms_level', 'bms_template_type', 'bms_declaration_channels', "project_small_type"],
data() {
return {
userType: this.$store.state.user.userType,

@ -81,16 +81,36 @@
截止目前员工人数
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2023年营收
</template>
</el-descriptions-item>
<el-descriptions-item >
<template slot="label">
2023年税收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2024年预计营收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2024年预计税收
</template>
</el-descriptions-item>
</el-descriptions>
</div>
<!-- 做大做强奖补模版 -->
<div class="table-content" v-if="templateId == 2">
<el-descriptions class="margin-top" title="【项目投资计划】" :column="3" :size="size" border :label-style="LS">
<el-descriptions-item>
<!-- <el-descriptions-item>
<template slot="label">
项目名称
</template>
</el-descriptions-item>
</el-descriptions-item> -->
<el-descriptions-item>
<template slot="label">
申报单位成立时间
@ -102,6 +122,51 @@
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2021年营收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2021年税收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2022年营收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2022年税收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2023年营收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2023年税收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2024年预计营收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
2024年预计税收
</template>
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
园区其他经营奖励
</template>
</el-descriptions-item>
</el-descriptions>
</div>
<!-- 载体建设奖补模版 -->

Loading…
Cancel
Save