去除申报填报、查看详情的文件列表动画、政务端搜索企业将参数带去企业列表、政务端待办更多记录只请求跟自己相关的

des
吕天方 5 months ago
parent 16f0fcafcd
commit 9bd8a27b0c

@ -5,7 +5,7 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统
ENV = 'development' ENV = 'development'
# 金鸡湖现代服务业品牌管理系统/开发环境 # 金鸡湖现代服务业品牌管理系统/开发环境
VUE_APP_BASE_API = 'http://192.168.0.109:9040' VUE_APP_BASE_API = 'http://192.168.0.111:9040'
# VUE_APP_BASE_API = 'http://39.101.188.84:9040' # VUE_APP_BASE_API = 'http://39.101.188.84:9040'
# VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api' # VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api'

@ -1,6 +1,6 @@
{ {
"name": "ruoyi", "name": "ruoyi",
"version": "1.0.202408051543", "version": "1.0.202408061104",
"description": "金鸡湖现代服务业品牌管理系统", "description": "金鸡湖现代服务业品牌管理系统",
"author": "若依", "author": "若依",
"license": "MIT", "license": "MIT",

@ -3705,6 +3705,24 @@
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
} }
.approval_status5 {
color: #24d3a9;
}
.approval_status3 {
color: #134ee6;
}
.approval_status1 {
color: #1890ff;
}
.approval_status0 {
color: #14ecd0;
}
.approval_status8 {
color: #f39801;
}
.approval_status9 {
color: red;
}
th { th {
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;

@ -219,7 +219,7 @@ export default {
this.cancalDebounce(); this.cancalDebounce();
window.addEventListener('resize', this.cancalDebounce); window.addEventListener('resize', this.cancalDebounce);
if(this.$route.params.enterpriseName) { if(this.$route.params.enterpriseName) {
this.formInline.enterpriseName = this.$route.params.enterpriseName; this.formInline.qymc = this.$route.params.enterpriseName;
this.pagination = { ...this.pagination,...this.formInline }; this.pagination = { ...this.pagination,...this.formInline };
} }
this.getList(); this.getList();

@ -388,15 +388,6 @@ export default {
</script> </script>
<style lang='scss'> <style lang='scss'>
::v-deep .el-form {
.el-form-item__content {
.el-upload-list {
.el-upload-list__item{
transition: none !important;
}
}
}
}
.editor-tabs { .editor-tabs {
background: #121315; background: #121315;

@ -1209,6 +1209,15 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
::v-deep .el-form {
.el-form-item__content {
.el-upload-list {
.el-upload-list__item{
transition: none !important;
}
}
}
}
ul, ul,
li { li {
list-style: none; list-style: none;

@ -36,7 +36,18 @@
<el-table-column label="待办任务标题" prop="enterpriseDirectory" align="center"/> <el-table-column label="待办任务标题" prop="enterpriseDirectory" align="center"/>
<el-table-column label="审核状态" prop="enterpriseDirectory" align="center"> <el-table-column label="审核状态" prop="enterpriseDirectory" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="project-trace-table-type">初审中</div> <span v-if="scope.row.status == 5" class="project-trace-table-type approval_status5"></span>
<!-- <span v-if="scope.row.status == 4" class="approval_status3"></span> -->
<span v-if="scope.row.status == 3" class="project-trace-table-type approval_status3"></span>
<span v-if="scope.row.status == 2" class="project-trace-table-type approval_status1"></span>
<span v-if="scope.row.status == 1" class="project-trace-table-type approval_status1"></span>
<span v-if="scope.row.status == 0" class="project-trace-table-type approval_status0"></span>
<span v-if="scope.row.status == 8" class="project-trace-table-type approval_status8"></span>
<span v-if="scope.row.status == 7" class="project-trace-table-type approval_status9"></span>
<!-- <span v-if="scope.row.status == 6" class="approval_status9">-</span> -->
<span v-if="scope.row.status == 6" class="project-trace-table-type approval_status5"></span>
<span v-if="scope.row.status == 9" class="project-trace-table-type approval_status9"></span>
<span v-if="scope.row.status == 10" class="project-trace-table-type approval_status9"></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" width="200"> <el-table-column label="操作" align="center" width="200">
@ -77,6 +88,7 @@ export default {
pagination: { pagination: {
pageNum:1, pageNum:1,
pageSize:10, pageSize:10,
approvalStatusStr: 0,
}, },
total:40, total:40,
} }
@ -86,7 +98,8 @@ export default {
this.infoVisible = true; this.infoVisible = true;
this.pagination = { this.pagination = {
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
approvalStatusStr: 0,
} }
this.pagination = { ...this.pagination,...this.formInline }; this.pagination = { ...this.pagination,...this.formInline };
this.getList(); this.getList();
@ -112,7 +125,8 @@ export default {
resetQuery(){ resetQuery(){
this.pagination = { this.pagination = {
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
approvalStatusStr: 0,
} }
this.formInline = { this.formInline = {
alertContent:"", alertContent:"",
@ -124,7 +138,8 @@ export default {
handleQuery(){ handleQuery(){
this.pagination = { this.pagination = {
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
approvalStatusStr: 0,
} }
this.pagination = { ...this.pagination,...this.formInline }; this.pagination = { ...this.pagination,...this.formInline };
this.getList(); this.getList();

@ -7,7 +7,7 @@
<el-table-column label="项目类别" key="projectType" prop="projectType" align="center" /> <el-table-column label="项目类别" key="projectType" prop="projectType" align="center" />
<el-table-column label="操作" key="operation" prop="operation" align="center"> <el-table-column label="操作" key="operation" prop="operation" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="project-table-Info" @click="ProjectInfo(scope.row)"></div> <div class="project-table-Info" v-if="scope.row.show" @click="ProjectInfo(scope.row)"></div>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@ -23,30 +23,37 @@ export default {
projectName:"项目落户", projectName:"项目落户",
year: 2024, year: 2024,
projectType:"省级总部", projectType:"省级总部",
show:true,
},{ },{
projectName:"项目落户", projectName:"项目落户",
year: 2024, year: 2024,
projectType:"省级总部", projectType:"省级总部",
show:true,
},{ },{
projectName:"项目落户", projectName:"项目落户",
year: 2024, year: 2024,
projectType:"省级总部", projectType:"省级总部",
show:false,
},{ },{
projectName:"项目落户", projectName:"项目落户",
year: 2024, year: 2024,
projectType:"省级总部", projectType:"省级总部",
show:false,
},{ },{
projectName:"项目落户", projectName:"项目落户",
year: 2024, year: 2024,
projectType:"省级总部", projectType:"省级总部",
show:true,
},{ },{
projectName:"项目落户", projectName:"项目落户",
year: 2024, year: 2024,
projectType:"省级总部", projectType:"省级总部",
show:true,
},{ },{
projectName:"项目落户", projectName:"项目落户",
year: 2024, year: 2024,
projectType:"省级总部", projectType:"省级总部",
show:false,
}, },
], ],
tabHeader: 300, tabHeader: 300,

@ -341,7 +341,7 @@ export default {
backlogArray:[], backlogArray:[],
pagination: { pagination: {
current:1, current:1,
size:20, size:10,
approvalStatusStr: 0, approvalStatusStr: 0,
}, },
// //

Loading…
Cancel
Save