Procházet zdrojové kódy

阳光村务

wulanhaote
庞东旭 před 2 roky
rodič
revize
b24bd2d6d9
8 změnil soubory, kde provedl 31 přidání a 11 odebrání
  1. +1
    -1
      src/views/sunVillage_info/list_finance.vue
  2. +7
    -2
      src/views/sunVillage_info/list_finance_detail.vue
  3. +1
    -1
      src/views/sunVillage_info/list_issues.vue
  4. +7
    -2
      src/views/sunVillage_info/list_issues_detail.vue
  5. +1
    -1
      src/views/sunVillage_info/list_photo.vue
  6. +6
    -1
      src/views/sunVillage_info/list_photo_detail.vue
  7. +1
    -1
      src/views/sunVillage_info/list_tourists.vue
  8. +7
    -2
      src/views/sunVillage_info/list_tourists_detail.vue

+ 1
- 1
src/views/sunVillage_info/list_finance.vue Zobrazit soubor

@@ -172,7 +172,7 @@
this.$router.push('/sunVillage_info/list_finance_add')
},
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){
this.$router.push({path:'/sunVillage_info/list_finance_ranking',query: {id:id,time:time}})


+ 7
- 2
src/views/sunVillage_info/list_finance_detail.vue Zobrazit soubor

@@ -1,6 +1,9 @@
<template>
<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="add_btn"></div>
@@ -91,7 +94,8 @@
queryParams:{
bookId:'',
deptId:''
}
},
showBtn:true,
};
},
created() {
@@ -108,6 +112,7 @@
this.queryParams.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId');
this.queryParams.id = this.$route.query.id;
this.showBtn = this.$route.query.showBtn=='false'?false:true;
this.getDetail();
},
methods: {


+ 1
- 1
src/views/sunVillage_info/list_issues.vue Zobrazit soubor

@@ -170,7 +170,7 @@
this.$router.push('/sunVillage_info/list_issues_add')
},
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){
this.$router.push({path:'/sunVillage_info/list_issues_edit',query: {id:id,type:'finance'}})


+ 7
- 2
src/views/sunVillage_info/list_issues_detail.vue Zobrazit soubor

@@ -1,6 +1,9 @@
<template>
<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="add_btn"></div>
@@ -99,7 +102,8 @@
queryParams:{
bookId:'',
deptId:''
}
},
showBtn:true,
};
},
created() {
@@ -116,6 +120,7 @@
this.queryParams.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId');
this.queryParams.id = this.$route.query.id;
this.showBtn = this.$route.query.showBtn=='false'?false:true;
this.getDetail();
},
methods: {


+ 1
- 1
src/views/sunVillage_info/list_photo.vue Zobrazit soubor

@@ -173,7 +173,7 @@
this.$router.push('/sunVillage_info/list_photo_add')
},
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){
this.$router.push({path:'/sunVillage_info/list_photo_edit',query: {id:id,type:'finance'}})


+ 6
- 1
src/views/sunVillage_info/list_photo_detail.vue Zobrazit soubor

@@ -1,6 +1,9 @@
<template>
<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="add_btn"></div>
@@ -131,6 +134,7 @@
},
openFile2:[],
openPic2:[],
showBtn:true,
};
},
created() {
@@ -141,6 +145,7 @@
this.queryParams.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId');
this.queryParams.id = this.$route.query.id;
this.showBtn = this.$route.query.showBtn=='false'?false:true;
this.getDetail();
},
methods: {


+ 1
- 1
src/views/sunVillage_info/list_tourists.vue Zobrazit soubor

@@ -173,7 +173,7 @@
this.$router.push('/sunVillage_info/list_tourists_add')
},
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){
this.$router.push({path:'/sunVillage_info/list_tourists_edit',query: {id:id,type:'finance'}})


+ 7
- 2
src/views/sunVillage_info/list_tourists_detail.vue Zobrazit soubor

@@ -1,6 +1,9 @@
<template>
<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="add_btn"></div>
@@ -91,7 +94,8 @@
queryParams:{
bookId:'',
deptId:''
}
},
showBtn:true,
};
},
created() {
@@ -108,6 +112,7 @@
this.queryParams.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId');
this.queryParams.id = this.$route.query.id;
this.showBtn = this.$route.query.showBtn=='false'?false:true;
this.getDetail();
},
methods: {


Načítá se…
Zrušit
Uložit