| | |
| | | <template> |
| | | <scroll-view class="full-page" scroll-y using-sticky> |
| | | <view class="full-page" scroll-y using-sticky> |
| | | <up-sticky> |
| | | <view class="coreshop-ff content c-p-l-10 c-p-t-10 c-p-r-10"> |
| | | <up-search placeholder="请点击选择打卡日期" @click='clickIcon' :show-action="false" @clear='PostMyDakaListPage' |
| | |
| | | <view class="tabbtns"> |
| | | 合计:{{heji}} 元 |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | } |
| | | }, |
| | | onPullDownRefresh() { |
| | | this.pageIndex = 1 |
| | | this.pageSize = 20 |
| | | this.wordDate = '' |
| | | this.isJieSuan = false |
| | | this.loadStatus = 'loadmore' |
| | | this.WordDateStart = '' //工作日期开始 |
| | | this.WordDateEnd = '' //工作日期结束 |
| | | this.Suppliername = '' |
| | | this.PostMyDakaListPage(); |
| | | this.init() |
| | | uni.stopPullDownRefresh(); |
| | | }, |
| | | methods: { |
| | | init() { |
| | | this.pageIndex = 1 |
| | | this.pageSize = 20 |
| | | this.loadStatus = 'loadmore' |
| | | this.PostMyDakaListPage(); |
| | | }, |
| | | sectionChange(val) { |
| | | switch (val) { |
| | | case 0: |
| | |
| | | this.isJieSuan = true |
| | | break; |
| | | } |
| | | this.PostMyDakaListPage() |
| | | this.init() |
| | | }, |
| | | saveDakaDetail(item) { |
| | | if (item.workerType == 1 && !item.workCount) { |