@@ -100,6 +100,8 @@ | |||||
<van-datetime-picker | <van-datetime-picker | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
v-model="buildTime" | |||||
@confirm="onConfirmBuildTime" | @confirm="onConfirmBuildTime" | ||||
@cancel="showBuildTime = false" | @cancel="showBuildTime = false" | ||||
/> | /> | ||||
@@ -277,6 +279,7 @@ | |||||
name: "certificateList", | name: "certificateList", | ||||
data() { | data() { | ||||
return { | return { | ||||
minDate:new Date(1900,1,1), | |||||
applicationList:[], | applicationList:[], | ||||
applicationListSecond:[], | applicationListSecond:[], | ||||
assetStatusOptions:[], | assetStatusOptions:[], | ||||
@@ -284,7 +287,7 @@ | |||||
assetType:'151001', | assetType:'151001', | ||||
operationType:'1', | operationType:'1', | ||||
addType:'1', | addType:'1', | ||||
buildTime:'2020-01-01', | |||||
buildTime:this.format(new Date(),'yyyy-MM-dd'), | |||||
useType:'1', | useType:'1', | ||||
assetStatus:'1', | assetStatus:'1', | ||||
isMin:'Y', | isMin:'Y', | ||||
@@ -341,7 +344,8 @@ | |||||
orderByColumn:'createTime', | orderByColumn:'createTime', | ||||
isAsc:'desc', | isAsc:'desc', | ||||
name:'', | name:'', | ||||
} | |||||
}, | |||||
buildTime:new Date() | |||||
}; | }; | ||||
}, | }, | ||||
created() { | created() { | ||||
@@ -46,14 +46,16 @@ | |||||
<div class="index_info"> | <div class="index_info"> | ||||
<div class="title"></div> | <div class="title"></div> | ||||
<div class="nav_list"> | <div class="nav_list"> | ||||
<div class="nav_list_box"> | |||||
<router-link :to="{name:'sunVillageInfoListFinance'}" class="nav_item n_1">财务公开榜</router-link> | <router-link :to="{name:'sunVillageInfoListFinance'}" class="nav_item n_1">财务公开榜</router-link> | ||||
<router-link :to="{name:'sunVillageInfoListTourists'}" class="nav_item n_2">零工公开榜</router-link> | <router-link :to="{name:'sunVillageInfoListTourists'}" class="nav_item n_2">零工公开榜</router-link> | ||||
<router-link :to="{name:'sunVillageInfoListIssues'}" class="nav_item n_3">重大事项公开</router-link> | |||||
<router-link :to="{name:'sunVillageInfoListRegister'}" class="nav_item n_6">零工登记</router-link> | |||||
<router-link :to="{name:'sunVillageInfoFixedAssets'}" class="nav_item n_4">资产登记</router-link> | |||||
<router-link :to="{name:'sunVillageInfoInformation'}" class="nav_item n_5">合同登记</router-link> | |||||
<router-link :to="{name:'sunVillageInfoListBalanceRanking'}" class="nav_item n_7">科目余额表</router-link> | |||||
<router-link :to="{name:'sunVillageInfoListVote'}" class="nav_item n_8">发布投票</router-link> | |||||
<router-link :to="{name:'sunVillageInfoListIssues'}" class="nav_item n_3">重大事项</router-link> | |||||
<router-link :to="{name:'sunVillageInfoListBalanceRanking'}" class="nav_item n_4">科目余额表</router-link> | |||||
<router-link :to="{name:'sunVillageInfoListVote'}" class="nav_item n_5">发布投票</router-link> | |||||
<router-link :to="{name:'sunVillageInfoFixedAssets'}" class="nav_item n_6">资产登记</router-link> | |||||
<router-link :to="{name:'sunVillageInfoInformation'}" class="nav_item n_7">合同登记</router-link> | |||||
<router-link :to="{name:'sunVillageInfoListRegister'}" class="nav_item n_8">零工登记</router-link> | |||||
</div> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="footer"> | <div class="footer"> | ||||
@@ -258,57 +260,60 @@ | |||||
.nav_list{ | .nav_list{ | ||||
margin-top: 6vh; | margin-top: 6vh; | ||||
padding:0 38px; | padding:0 38px; | ||||
.nav_list_box{ | |||||
display: flex; | display: flex; | ||||
flex-flow: wrap; | flex-flow: wrap; | ||||
box-shadow: 0px 0px 18px rgba(63,68,75,0.2); | |||||
margin-bottom: 40PX; | |||||
padding: 20PX 0; | |||||
border-radius: 15PX; | |||||
} | |||||
.nav_item{ | .nav_item{ | ||||
flex:0 0 200px; | |||||
height: 249px; | |||||
margin-right: 34px; | |||||
margin-bottom: 35px; | |||||
box-shadow: 6px 0px 18px rgba(63,68,75,0.2); | |||||
width: 25%; | |||||
/*height: 180px;*/ | |||||
border-radius: 30px; | border-radius: 30px; | ||||
font-size: 30px; | |||||
color: #fff; | |||||
font-size: 24px; | |||||
color: #3f3d56; | |||||
text-align: center; | text-align: center; | ||||
display: flex; | display: flex; | ||||
align-items: center; | align-items: center; | ||||
justify-content: center; | justify-content: center; | ||||
padding-top: 120px; | |||||
&:nth-child(3n){ | |||||
margin-right: 0; | |||||
} | |||||
padding-top: 100px; | |||||
&.n_1{ | &.n_1{ | ||||
background: url('../../assets/images/sunVillage_info/index_block_1.png') no-repeat; | |||||
background-size: 100% 100%; | |||||
background: url('../../assets/images/sunVillage_info/index_block_01.png') no-repeat center top; | |||||
background-size: 50%; | |||||
margin-bottom: 20PX; | |||||
} | } | ||||
&.n_2{ | &.n_2{ | ||||
background: url('../../assets/images/sunVillage_info/index_block_2.png') no-repeat; | |||||
background-size: 100% 100%; | |||||
background: url('../../assets/images/sunVillage_info/index_block_02.png') no-repeat center top; | |||||
background-size: 50%; | |||||
margin-bottom: 20PX; | |||||
} | } | ||||
&.n_3 { | &.n_3 { | ||||
background: url('../../assets/images/sunVillage_info/index_block_3.png') no-repeat; | |||||
background-size: 100% 100%; | |||||
background: url('../../assets/images/sunVillage_info/index_block_03.png') no-repeat center top; | |||||
background-size: 50%; | |||||
margin-bottom: 20PX; | |||||
} | } | ||||
&.n_4 { | &.n_4 { | ||||
background: url('../../assets/images/sunVillage_info/index_block_4.png') no-repeat; | |||||
background-size: 100% 100%; | |||||
background: url('../../assets/images/sunVillage_info/index_block_04.png') no-repeat center top; | |||||
background-size: 50%; | |||||
margin-bottom: 20PX; | |||||
} | } | ||||
&.n_5 { | &.n_5 { | ||||
background: url('../../assets/images/sunVillage_info/index_block_5.png') no-repeat; | |||||
background-size: 100% 100%; | |||||
background: url('../../assets/images/sunVillage_info/index_block_05.png') no-repeat center top; | |||||
background-size: 50%; | |||||
} | } | ||||
&.n_6 { | &.n_6 { | ||||
background: url('../../assets/images/sunVillage_info/index_block_6.png') no-repeat; | |||||
background-size: 100% 100%; | |||||
background: url('../../assets/images/sunVillage_info/index_block_06.png') no-repeat center top; | |||||
background-size: 50%; | |||||
} | } | ||||
&.n_7 { | &.n_7 { | ||||
background: url('../../assets/images/sunVillage_info/index_block_7.png') no-repeat; | |||||
background-size: 100% 100%; | |||||
background: url('../../assets/images/sunVillage_info/index_block_07.png') no-repeat center top; | |||||
background-size: 50%; | |||||
} | } | ||||
&.n_8 { | &.n_8 { | ||||
background: url('../../assets/images/sunVillage_info/index_block_8.png') no-repeat; | |||||
background-size: 100% 100%; | |||||
background: url('../../assets/images/sunVillage_info/index_block_08.png') no-repeat center top; | |||||
background-size: 50%; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -84,7 +84,7 @@ | |||||
}, | }, | ||||
methods: { | methods: { | ||||
goCode(){ | goCode(){ | ||||
if (Cookies.get('memberName')){ | |||||
if (Cookies.get('user')){ | |||||
this.$router.push({path:'/sunVillage_info/index_code_rights'}) | this.$router.push({path:'/sunVillage_info/index_code_rights'}) | ||||
}else{ | }else{ | ||||
this.$router.push({path:'/sunVillage_info/login_code'}) | this.$router.push({path:'/sunVillage_info/login_code'}) | ||||
@@ -53,14 +53,14 @@ | |||||
<div class="right_box_box"> | <div class="right_box_box"> | ||||
<van-row> | <van-row> | ||||
<van-col :span="8"> | <van-col :span="8"> | ||||
<p>本期发生</p> | |||||
<p>期初余额</p> | |||||
<div class="yue_type"> | <div class="yue_type"> | ||||
<p>借方</p> | <p>借方</p> | ||||
<p>贷方</p> | <p>贷方</p> | ||||
</div> | </div> | ||||
</van-col> | </van-col> | ||||
<van-col :span="8"> | <van-col :span="8"> | ||||
<p>期初余额</p> | |||||
<p>本期发生</p> | |||||
<div class="yue_type"> | <div class="yue_type"> | ||||
<p>借方</p> | <p>借方</p> | ||||
<p>贷方</p> | <p>贷方</p> | ||||
@@ -75,10 +75,10 @@ | |||||
</van-col> | </van-col> | ||||
</van-row> | </van-row> | ||||
<van-row v-for="(item,index) in applicationList" :key="index"> | <van-row v-for="(item,index) in applicationList" :key="index"> | ||||
<van-col :span="4">{{item.bqjffs}}</van-col> | |||||
<van-col :span="4">{{item.bqdffs}}</van-col> | |||||
<van-col :span="4">{{item.qcjfye}}</van-col> | <van-col :span="4">{{item.qcjfye}}</van-col> | ||||
<van-col :span="4">{{item.qcdfye}}</van-col> | <van-col :span="4">{{item.qcdfye}}</van-col> | ||||
<van-col :span="4">{{item.bqjffs}}</van-col> | |||||
<van-col :span="4">{{item.bqdffs}}</van-col> | |||||
<van-col :span="4">{{item.qmjffs}}</van-col> | <van-col :span="4">{{item.qmjffs}}</van-col> | ||||
<van-col :span="4">{{item.qmdffs}}</van-col> | <van-col :span="4">{{item.qmdffs}}</van-col> | ||||
</van-row> | </van-row> | ||||
@@ -42,7 +42,7 @@ | |||||
<van-field required label="工日值" v-model="form.perMoney" placeholder="请输入工日值" :rules="[{ required: true , message:'请输入工日值' }]" input-align="right" :border="false" /> | <van-field required label="工日值" v-model="form.perMoney" placeholder="请输入工日值" :rules="[{ required: true , message:'请输入工日值' }]" input-align="right" :border="false" /> | ||||
<van-field required label="金额(元)" v-model="form.totalMoney" placeholder="请输入金额(元)" :rules="[{ required: true , message:'请输入金额' }]" input-align="right" :border="false" /> | |||||
<van-field required label="金额(元)" type="number" v-model="form.totalMoney" placeholder="请输入金额(元)" :rules="[{ required: true , message:'请输入金额' }]" input-align="right" :border="false" /> | |||||
<van-field label="备注" v-model="form.remark" placeholder="请输入备注" input-align="right" :border="false" /> | <van-field label="备注" v-model="form.remark" placeholder="请输入备注" input-align="right" :border="false" /> | ||||
@@ -42,7 +42,7 @@ | |||||
<van-field required label="工日值" v-model="form.perMoney" placeholder="请输入工日值" :rules="[{ required: true , message:'请输入工日值' }]" input-align="right" :border="false" /> | <van-field required label="工日值" v-model="form.perMoney" placeholder="请输入工日值" :rules="[{ required: true , message:'请输入工日值' }]" input-align="right" :border="false" /> | ||||
<van-field required label="金额(元)" v-model="form.totalMoney" placeholder="请输入金额(元)" :rules="[{ required: true , message:'请输入金额' }]" input-align="right" :border="false" /> | |||||
<van-field required label="金额(元)" type="number" v-model="form.totalMoney" placeholder="请输入金额(元)" :rules="[{ required: true , message:'请输入金额' }]" input-align="right" :border="false" /> | |||||
<van-field label="备注" v-model="form.remark" placeholder="请输入备注" input-align="right" :border="false" /> | <van-field label="备注" v-model="form.remark" placeholder="请输入备注" input-align="right" :border="false" /> | ||||
@@ -74,7 +74,7 @@ | |||||
this.queryParams.userId = JSON.parse(Cookies.get('user')).id | this.queryParams.userId = JSON.parse(Cookies.get('user')).id | ||||
} | } | ||||
if (this.$route.query.type == 'code'){ | if (this.$route.query.type == 'code'){ | ||||
this.queryParams.status = '3' | |||||
this.queryParams.status = '1,3' | |||||
this.showBtn = false; | this.showBtn = false; | ||||
} | } | ||||
}, | }, | ||||