| | |
| | | </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> --> |
| | |
| | | </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> |
| | |
| | | 打卡记录:{{item.dakaMingxi}} |
| | | </view> |
| | | </view> |
| | | |
| | | |
| | | <view class="chuany-flex chuany-justify-between chuany-flex-wrap text-69 c-p-t-8"> |
| | | <view class="chuany-width48"> |
| | | <text> |
| | |
| | | 工价:{{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> |
| | | |
| | | |
| | | <view class="chuany-width48 chuany-flex c-p-t-8"> |
| | | <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> |
| | |
| | | 数量: |
| | | </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> |
| | |
| | | 工资: |
| | | </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> |
| | |
| | | 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 |
| | |
| | | title: item.isShenPiName == '已结算' ? '修改成功!' : '确认成功!', |
| | | icon: 'success' |
| | | }) |
| | | this.PostMyComDakaListPage(); |
| | | this.init(); |
| | | } else { |
| | | this.$util.showToast({ |
| | | title: res.error ? res.error : '失败!' |
| | |
| | | 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 |
| | |
| | | } 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数量判断是否还有数据 |