-
zhangwei
2024-10-09 91be10dcd43367aae04df6330e33d229c216a72e
src/pages/worker/salary.vue
@@ -1,9 +1,11 @@
<template>
   <view class="full-page" scroll-y using-sticky>
      <view class="">
      <up-sticky bgColor="#fff">
         <view class="coreshop-ff content c-p-10">
            <up-search placeholder="请点击选择日期" @clear='clear' @click='clickTime' disabled @custom='PostMyListPage'
               v-model="workTime" search-icon="calendar" @search='PostMyListPage' :show-action="false"></up-search>
                  v-model="workTime" search-icon="calendar" @search='PostMyListPage'
                  :show-action="false"></up-search>
         </view>
         <view class="coreshop-ff content c-p-10">
            <up-search placeholder="请输入工人名字" v-model="workerUserName" @custom='PostMyListPage'
@@ -42,10 +44,12 @@
      </view>
      <fui-date-picker range :show="datePickerShow" :value="$util.formatDate(new Date())" type="3"
         @change="changePicker" @cancel="cancel"></fui-date-picker>
   </view>
   <view class="tabbtns">
      合计:{{heji}} 元
   </view>
      </view>
   </view>
</template>
<script setup>