zhangwei
2024-09-05 0c9b00f333f9baaffa9140fd1808a26e0af8416b
src/pages/checkin/index.vue
@@ -2,7 +2,7 @@
   <view class="full-page">
      <up-sticky>
         <view class="coreshop-ff content c-p-10">
            <up-search placeholder="请点击选择日期" @clickIcon='clickIcon' v-model="wordDate" search-icon="calendar"
            <up-search placeholder="请点击选择日期"  @clickIcon='clickIcon' v-model="wordDate" search-icon="calendar"
               @custom='PostMyDakaListPage'></up-search>
         </view>
         <up-subsection :list="list" activeColor="#f9ae3d" @change="sectionChange"></up-subsection>
@@ -49,7 +49,7 @@
                        <text>
                           数量:
                        </text>
                        <up-input v-if="item.isShenPiName!=='已结算'" style="padding: 0;" size='mini'
                        <up-input v-if="item.isShenPiName!=='已结算'" type="digit" style="padding: 0;" size='mini'
                           border="surround"
                           @blur='(val) => {item.todaySalary=$util.roundToTwo(item.workCount*item.workPrice)}'
                           v-model="item.workCount"></up-input>
@@ -170,6 +170,7 @@
         this.isJieSuan = ''
         this.loadStatus = 'loadmore'
         this.PostMyDakaListPage();
         uni.stopPullDownRefresh();
      },
      methods: {
         sectionChange(val) {