-
+
{{item.month}}
{{item.day}}
@@ -499,7 +499,7 @@ export default {
height: 110px;
background: #2facfe;
border-radius: 8px;
- width: 30%;
+ width: 20%;
.year_m{
border-right: 1px solid #fff;
.year_text{
@@ -517,7 +517,7 @@ export default {
justify-content: center;
padding-bottom: 10px;
.ubs{
- width: 94px;
+ width: 64px;
height: 43px;
background: #cbeaff;
font-size: 30px;
diff --git a/src/views/sunVillage_info/detailed_liabilities.vue b/src/views/sunVillage_info/detailed_liabilities.vue
index f7c7e6c3..e33078ab 100644
--- a/src/views/sunVillage_info/detailed_liabilities.vue
+++ b/src/views/sunVillage_info/detailed_liabilities.vue
@@ -157,10 +157,14 @@
this.initPage();
},
onConfirm(time) {
+ console.log(this.format(time,'yyyy-MM'))
this.date = this.format(time,'yyyy年MM月');
this.searchDate.bookDate = this.format(time,'yyyy-MM');
this.initPage();
this.showPickerTime = false;
+ let dealDays = this.searchDate.bookDate.split("-");
+ this.accountingYear = dealDays[0]; //当前帐套年
+ this.accountingMonth = dealDays[1]; //当前帐套月
},
onConfirmExpression(data){
this.searchDate.templateName = data.name;
@@ -214,7 +218,7 @@
overflow-x: scroll;
.datagrid {
min-height: 100PX;
- width: 300%;
+ width: 250%;
.header {
background: #f8f8f9;
font-weight: bold;