-
zhangwei
2024-10-08 93a986bc80abdef75923054b9df9adb6e1ccff52
src/pages/checkin/index.vue
@@ -1,5 +1,5 @@
<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'
@@ -154,7 +154,7 @@
      <view class="tabbtns">
         合计:{{heji}} 元
      </view>
   </scroll-view>
   </view>
</template>
<script>
@@ -185,18 +185,20 @@
         }
      },
      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:
@@ -209,7 +211,7 @@
                  this.isJieSuan = true
                  break;
            }
            this.PostMyDakaListPage()
            this.init()
         },
         saveDakaDetail(item) {
            if (item.workerType == 1 && !item.workCount) {