| @@ -172,7 +172,7 @@ | |||||
| this.$router.push('/sunVillage_info/list_finance_add') | this.$router.push('/sunVillage_info/list_finance_add') | ||||
| }, | }, | ||||
| goDetail(id){ | goDetail(id){ | ||||
| this.$router.push({path:'/sunVillage_info/list_finance_detail',query: {id:id,type:'finance'}}) | |||||
| this.$router.push({path:'/sunVillage_info/list_finance_detail',query: {id:id,type:'finance',showBtn:this.showBtn}}) | |||||
| }, | }, | ||||
| goRanking(id,time){ | goRanking(id,time){ | ||||
| this.$router.push({path:'/sunVillage_info/list_finance_ranking',query: {id:id,time:time}}) | this.$router.push({path:'/sunVillage_info/list_finance_ranking',query: {id:id,time:time}}) | ||||
| @@ -1,6 +1,9 @@ | |||||
| <template> | <template> | ||||
| <div class="home_wrapper"> | <div class="home_wrapper"> | ||||
| <div class="header_main"> | |||||
| <div | |||||
| class="header_main" | |||||
| :style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`" | |||||
| > | |||||
| 查看财务公开 | 查看财务公开 | ||||
| <div class="return_btn" @click="onClickLeft"></div> | <div class="return_btn" @click="onClickLeft"></div> | ||||
| <div class="add_btn"></div> | <div class="add_btn"></div> | ||||
| @@ -91,7 +94,8 @@ | |||||
| queryParams:{ | queryParams:{ | ||||
| bookId:'', | bookId:'', | ||||
| deptId:'' | deptId:'' | ||||
| } | |||||
| }, | |||||
| showBtn:true, | |||||
| }; | }; | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| @@ -108,6 +112,7 @@ | |||||
| this.queryParams.bookId = Cookies.get('bookId'); | this.queryParams.bookId = Cookies.get('bookId'); | ||||
| this.queryParams.deptId = Cookies.get('deptId'); | this.queryParams.deptId = Cookies.get('deptId'); | ||||
| this.queryParams.id = this.$route.query.id; | this.queryParams.id = this.$route.query.id; | ||||
| this.showBtn = this.$route.query.showBtn=='false'?false:true; | |||||
| this.getDetail(); | this.getDetail(); | ||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| @@ -170,7 +170,7 @@ | |||||
| this.$router.push('/sunVillage_info/list_issues_add') | this.$router.push('/sunVillage_info/list_issues_add') | ||||
| }, | }, | ||||
| goDetail(id){ | goDetail(id){ | ||||
| this.$router.push({path:'/sunVillage_info/list_issues_detail',query: {id:id,type:'issues'}}) | |||||
| this.$router.push({path:'/sunVillage_info/list_issues_detail',query: {id:id,type:'issues',showBtn:this.showBtn}}) | |||||
| }, | }, | ||||
| goEdit(id){ | goEdit(id){ | ||||
| this.$router.push({path:'/sunVillage_info/list_issues_edit',query: {id:id,type:'finance'}}) | this.$router.push({path:'/sunVillage_info/list_issues_edit',query: {id:id,type:'finance'}}) | ||||
| @@ -1,6 +1,9 @@ | |||||
| <template> | <template> | ||||
| <div class="home_wrapper"> | <div class="home_wrapper"> | ||||
| <div class="header_main"> | |||||
| <div | |||||
| class="header_main" | |||||
| :style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`" | |||||
| > | |||||
| 查看重大事项 | 查看重大事项 | ||||
| <div class="return_btn" @click="onClickLeft"></div> | <div class="return_btn" @click="onClickLeft"></div> | ||||
| <div class="add_btn"></div> | <div class="add_btn"></div> | ||||
| @@ -99,7 +102,8 @@ | |||||
| queryParams:{ | queryParams:{ | ||||
| bookId:'', | bookId:'', | ||||
| deptId:'' | deptId:'' | ||||
| } | |||||
| }, | |||||
| showBtn:true, | |||||
| }; | }; | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| @@ -116,6 +120,7 @@ | |||||
| this.queryParams.bookId = Cookies.get('bookId'); | this.queryParams.bookId = Cookies.get('bookId'); | ||||
| this.queryParams.deptId = Cookies.get('deptId'); | this.queryParams.deptId = Cookies.get('deptId'); | ||||
| this.queryParams.id = this.$route.query.id; | this.queryParams.id = this.$route.query.id; | ||||
| this.showBtn = this.$route.query.showBtn=='false'?false:true; | |||||
| this.getDetail(); | this.getDetail(); | ||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| @@ -173,7 +173,7 @@ | |||||
| this.$router.push('/sunVillage_info/list_photo_add') | this.$router.push('/sunVillage_info/list_photo_add') | ||||
| }, | }, | ||||
| goDetail(id){ | goDetail(id){ | ||||
| this.$router.push({path:'/sunVillage_info/list_photo_detail',query: {id:id,type:'tourists'}}) | |||||
| this.$router.push({path:'/sunVillage_info/list_photo_detail',query: {id:id,type:'tourists',showBtn:this.showBtn}}) | |||||
| }, | }, | ||||
| goEdit(id){ | goEdit(id){ | ||||
| this.$router.push({path:'/sunVillage_info/list_photo_edit',query: {id:id,type:'finance'}}) | this.$router.push({path:'/sunVillage_info/list_photo_edit',query: {id:id,type:'finance'}}) | ||||
| @@ -1,6 +1,9 @@ | |||||
| <template> | <template> | ||||
| <div class="home_wrapper"> | <div class="home_wrapper"> | ||||
| <div class="header_main"> | |||||
| <div | |||||
| class="header_main" | |||||
| :style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`" | |||||
| > | |||||
| 一张图公开查看 | 一张图公开查看 | ||||
| <div class="return_btn" @click="onClickLeft"></div> | <div class="return_btn" @click="onClickLeft"></div> | ||||
| <div class="add_btn"></div> | <div class="add_btn"></div> | ||||
| @@ -131,6 +134,7 @@ | |||||
| }, | }, | ||||
| openFile2:[], | openFile2:[], | ||||
| openPic2:[], | openPic2:[], | ||||
| showBtn:true, | |||||
| }; | }; | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| @@ -141,6 +145,7 @@ | |||||
| this.queryParams.bookId = Cookies.get('bookId'); | this.queryParams.bookId = Cookies.get('bookId'); | ||||
| this.queryParams.deptId = Cookies.get('deptId'); | this.queryParams.deptId = Cookies.get('deptId'); | ||||
| this.queryParams.id = this.$route.query.id; | this.queryParams.id = this.$route.query.id; | ||||
| this.showBtn = this.$route.query.showBtn=='false'?false:true; | |||||
| this.getDetail(); | this.getDetail(); | ||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| @@ -173,7 +173,7 @@ | |||||
| this.$router.push('/sunVillage_info/list_tourists_add') | this.$router.push('/sunVillage_info/list_tourists_add') | ||||
| }, | }, | ||||
| goDetail(id){ | goDetail(id){ | ||||
| this.$router.push({path:'/sunVillage_info/list_tourists_detail',query: {id:id,type:'tourists'}}) | |||||
| this.$router.push({path:'/sunVillage_info/list_tourists_detail',query: {id:id,type:'tourists',showBtn:this.showBtn}}) | |||||
| }, | }, | ||||
| goEdit(id){ | goEdit(id){ | ||||
| this.$router.push({path:'/sunVillage_info/list_tourists_edit',query: {id:id,type:'finance'}}) | this.$router.push({path:'/sunVillage_info/list_tourists_edit',query: {id:id,type:'finance'}}) | ||||
| @@ -1,6 +1,9 @@ | |||||
| <template> | <template> | ||||
| <div class="home_wrapper"> | <div class="home_wrapper"> | ||||
| <div class="header_main"> | |||||
| <div | |||||
| class="header_main" | |||||
| :style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`" | |||||
| > | |||||
| 查看零工公开 | 查看零工公开 | ||||
| <div class="return_btn" @click="onClickLeft"></div> | <div class="return_btn" @click="onClickLeft"></div> | ||||
| <div class="add_btn"></div> | <div class="add_btn"></div> | ||||
| @@ -91,7 +94,8 @@ | |||||
| queryParams:{ | queryParams:{ | ||||
| bookId:'', | bookId:'', | ||||
| deptId:'' | deptId:'' | ||||
| } | |||||
| }, | |||||
| showBtn:true, | |||||
| }; | }; | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| @@ -108,6 +112,7 @@ | |||||
| this.queryParams.bookId = Cookies.get('bookId'); | this.queryParams.bookId = Cookies.get('bookId'); | ||||
| this.queryParams.deptId = Cookies.get('deptId'); | this.queryParams.deptId = Cookies.get('deptId'); | ||||
| this.queryParams.id = this.$route.query.id; | this.queryParams.id = this.$route.query.id; | ||||
| this.showBtn = this.$route.query.showBtn=='false'?false:true; | |||||
| this.getDetail(); | this.getDetail(); | ||||
| }, | }, | ||||
| methods: { | methods: { | ||||