|
|
@@ -18,7 +18,7 @@ |
|
|
|
<!-- <div>¥200</div>--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
<p class="top_head_title">{{deptName}}{{yearMonth[0]}}年{{yearMonth[1]}}月份集体用工情况公布榜</p> |
|
|
|
<p class="top_head_title">崖西镇崖后村2022年7月份集体用工情况公布榜</p> |
|
|
|
|
|
|
|
<div class="center_box"> |
|
|
|
<div class="name_box"> |
|
|
@@ -35,18 +35,16 @@ |
|
|
|
<div class="right_box"> |
|
|
|
<div class="right_box_box"> |
|
|
|
<van-row> |
|
|
|
<van-col :span="5">出工事由</van-col> |
|
|
|
<van-col :span="5">记工员</van-col> |
|
|
|
<van-col :span="4">出工数</van-col> |
|
|
|
<van-col :span="5">出工日期</van-col> |
|
|
|
<van-col :span="5">金额(元)</van-col> |
|
|
|
<van-col :span="8">出工事由</van-col> |
|
|
|
<van-col :span="8">记工员</van-col> |
|
|
|
<van-col :span="8">出工数</van-col> |
|
|
|
<van-col :span="8">出工日期</van-col> |
|
|
|
<van-col :span="8">金额(元)</van-col> |
|
|
|
</van-row> |
|
|
|
<van-row v-for="(item,index) in applicationList" :key="index"> |
|
|
|
<van-col :span="5">{{item.workReason}}</van-col> |
|
|
|
<van-col :span="5">{{item.workerNote}}</van-col> |
|
|
|
<van-col :span="4">{{item.workNum}}</van-col> |
|
|
|
<van-col :span="5">{{item.jobTime}}</van-col> |
|
|
|
<van-col :span="5">{{item.totalMoney}}</van-col> |
|
|
|
<van-col :span="8">{{item.workReason}}</van-col> |
|
|
|
<van-col :span="8">{{item.workerNote}}</van-col> |
|
|
|
<van-col :span="8">{{item.workNum}}</van-col> |
|
|
|
</van-row> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -97,24 +95,25 @@ |
|
|
|
listLength:'0', |
|
|
|
searchInput:'', |
|
|
|
queryParams:{ |
|
|
|
yearMonth:'', |
|
|
|
bookId:'', |
|
|
|
deptId:'', |
|
|
|
pageNum:1, |
|
|
|
pageSize:10, |
|
|
|
orderByColumn:'createTime', |
|
|
|
isAsc:'desc', |
|
|
|
year:'', |
|
|
|
}, |
|
|
|
uploadFiles1:[], |
|
|
|
projectId:'', |
|
|
|
projectIndex:'', |
|
|
|
showBtn:true, |
|
|
|
yearMonth:[] |
|
|
|
}; |
|
|
|
}, |
|
|
|
created() { |
|
|
|
this.queryParams.bookId = Cookies.get('bookId'); |
|
|
|
this.queryParams.deptId = Cookies.get('deptId'); |
|
|
|
this.deptName = Cookies.get('deptName'); |
|
|
|
this.queryParams.yearMonth = this.$route.query.time; |
|
|
|
this.yearMonth = this.$route.query.time.split('-') |
|
|
|
this.getList() |
|
|
|
if (this.$route.query.type == 'code'){ |
|
|
|
this.showBtn = false; |
|
|
|
} |
|
|
|
this.getList(); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
getList(){ |
|
|
@@ -431,6 +430,7 @@ |
|
|
|
overflow-x: scroll; |
|
|
|
white-space:nowrap; |
|
|
|
display: -webkit-box; |
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|
.right_box_box{ |
|
|
|
width: 430PX; |
|
|
|
} |
|
|
|