-
zhangwei
2024-12-31 d0fd00436448dd7b82031f840e22d9e6aecb6053
src/pages/company/index.vue
@@ -8,15 +8,15 @@
            </view> -->
            <view class="coreshop-ff content c-p-l-10 c-p-t-10 c-p-r-10">
               <!-- <up-input shape="round" class="u-search__content__input"></up-input> -->
               <up-search placeholder="请点击选择打卡日期" @click='clickIcon' @clear='PostMyComDakaListPage' disabled
                  v-model="wordDate" search-icon="calendar" @search='PostMyComDakaListPage'
               <up-search placeholder="请点击选择打卡日期" @click='clickIcon' @clear='init' disabled
                  v-model="wordDate" search-icon="calendar" @search='init'
                  :show-action="false"></up-search>
               <!-- <up-search placeholder="请输入工人名字" :show-action="false" v-model="workerUserName"
                  @clear='PostMyComDakaListPage' @search='PostMyComDakaListPage'></up-search> -->
            </view>
            <view class="coreshop-ff content c-p-10">
               <up-search placeholder="请输入工人名字" v-model="workerUserName" @custom='PostMyComDakaListPage'
                  @clear='PostMyComDakaListPage' @search='PostMyComDakaListPage'></up-search>
               <up-search placeholder="请输入工人名字" v-model="workerUserName" @custom='init'
                  @clear='init' @search='init'></up-search>
               <!-- <up-search placeholder="请点击选择打卡日期" @click='clickIcon' @clear='PostMyComDakaListPage' disabled
                  v-model="wordDate" search-icon="calendar" @search='PostMyComDakaListPage'
                  @custom='PostMyComDakaListPage'></up-search> -->
@@ -43,7 +43,15 @@
                           </text> -->
                           <!-- <up-tag class='c-m-r-10' :text="item.isShenPiName" shape="circle" type="success" plain
                              plainFill size='mini'></up-tag> -->
                           <up-text type="success" :text="item.isShenPiName" size='14'></up-text>
                           <!-- v-if="item.isShenPi!==2" -->
                           <view class="chuany-width10" v-if="item.isShenPiName=='未审核'||item.isModify">
                              <up-button :text="item.isShenPi!==2?'核准工资':'修改'" size="mini"
                                 :loading='item.isLoading' :loadingText="item.isShenPi!==2?'核准中':'修改中'"
                                 @tap.stop='saveDakaDetailCompany(item)' type="warning"></up-button>
                           </view>
                           <up-text v-else :type="item.isShenPiName=='未审核'?'info':'success'"
                              :text="item.isShenPiName" size='14'></up-text>
                           <!-- <up-tag text="已确认" shape="circle" type="success" plain plainFill size='mini'></up-tag> -->
                        </view>
                     </view>
@@ -67,7 +75,7 @@
                              工价:{{item.workPrice}}{{item.workerType==0?'元/小时':'元/件'}}
                           </text>
                           <!-- <up-input type="digit" v-if="item.isShenPiName!=='已结算'" style="padding: 0;" size='mini'
                              @blur='(val) => {item.todaySalary=$util.roundToTwo(item.workTime*item.workPrice)}'
                              @change='(val) => {item.todaySalary=$util.roundToTwo(item.workTime*item.workPrice)}'
                              border="surround" v-model="item.workPrice"></up-input>
                           <text v-else>{{item.workPrice}}{{item.workerType==0?'元/小时':'元/件'}}</text> -->
                        </view>
@@ -76,9 +84,9 @@
                           <text>
                              时长:
                           </text>
                           <up-input type="digit" v-if="item.workerType!=1 && item.isShenPi!==2"
                              style="padding: 0;" size='mini'
                              @blur='(val) => {item.todaySalary=$util.roundToTwo(item.workTime*item.workPrice)}'
                           <up-input type="digit"
                              style="padding: 0;" size='mini' v-if="item.workerType!=1 && (item.isShenPi!==2||item.isModify)"
                              @change='(val) => {item.todaySalary=$util.roundToTwo(val*item.workPrice)}'
                              border="surround" v-model="item.workTime"></up-input>
                           <text v-else>{{item.workTime}}</text>
                        </view>
@@ -87,8 +95,8 @@
                              数量:
                           </text>
                           <up-input type="digit" style="padding: 0;" size='mini' border="surround"
                              v-if="item.isShenPi!==2"
                              @blur='(val) => {item.todaySalary=$util.roundToTwo(item.workCount*item.workPrice)}'
                              v-if="item.isShenPi!==2||item.isModify"
                              @change='(val) => {item.todaySalary=$util.roundToTwo(val*item.workPrice)}'
                              v-model="item.workCount"></up-input>
                           <text v-else>{{item.workCount}}</text>
                        </view>
@@ -97,17 +105,17 @@
                              工资:
                           </text>
                           <up-input type="digit" style="padding: 0;" size='mini' border="surround"
                              v-model="item.todaySalary" v-if="item.isShenPi!==2"></up-input>
                              v-model="item.todaySalary" v-if="item.isShenPi!==2||item.isModify"></up-input>
                           <text v-else>{{item.todaySalary}} 元</text>
                        </view>
                        <view class="chuany-width48 c-p-t-8">
                        <!-- <view class="chuany-width48 c-p-t-8">
                           <view class="chuany-width10" v-if="item.isShenPi!==2">
                              <up-button class="button-layout__item" :text="item.isShenPi!==2?'核准工资':'修改'"
                                 size="mini" :loading='item.isLoading'
                                 :loadingText="item.isShenPi!==2?'核准中':'修改中'"
                                 @tap.stop='saveDakaDetailCompany(item)' type="warning"></up-button>
                           </view>
                        </view>
                        </view> -->
                     </view>
                  </view>
               </view>
@@ -163,6 +171,11 @@
         uni.stopPullDownRefresh();
      },
      methods: {
         changeTime(val,item) {
            item.workTime = val
            item.todaySalary = this.$util.roundToTwo(item.workTime * item.workPrice)
            console.log(val,item.todaySalary,item.workTime * item.workPrice);
         },
         init() {
            this.pageIndex = 1
            this.pageSize = 20
@@ -207,7 +220,7 @@
                     title: item.isShenPiName == '已结算' ? '修改成功!' : '确认成功!',
                     icon: 'success'
                  })
                  this.PostMyComDakaListPage();
                  this.init();
               } else {
                  this.$util.showToast({
                     title: res.error ? res.error : '失败!'
@@ -230,10 +243,8 @@
               data.WordDateEnd = this.WordDateEnd //工作日期结束
            }
            if (this.workerUserName) {
               data.workerUserName = this.workerUserName
               data.WorkerUserName = this.workerUserName
            }
            console.log(data, '---------------');
            this.$api.PostMyComDakaListPage(data).then(res => {
               if (res.code == 1) {
                  this.heji = res.data.heji
@@ -242,9 +253,11 @@
                  } else {
                     this.viewList = this.viewList.concat(...res.data.items)
                  }
                  console.log(this.viewList, this.viewList.length, 'this.viewList');
                  this.viewList.forEach(item => {
                     item.isLoading = false
                     console.log(this.$util.minutesBetweenDates(item.shenPitime, new Date()));
                     this.$util.minutesBetweenDates(item.shenPitime, new Date()) <= 5 ? item.isModify =
                        true : item.isModify = false
                  })
                  // totalPages.value = res.data.totalCount
                  // 根据count数量判断是否还有数据