| | |
| | | <view class=""> |
| | | <up-sticky> |
| | | <!-- <view class="coreshop-ff content c-p-10"> |
| | | <up-search placeholder="请点击选择打卡日期" @click='clickIcon' disabled v-model="wordDate" search-icon="calendar" |
| | | <up-search placeholder="请点击选择计时日期" @click='clickIcon' disabled v-model="wordDate" search-icon="calendar" |
| | | @custom='PostMyComDakaListPage'></up-search> |
| | | </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='init' disabled |
| | | <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" |
| | |
| | | <view class="coreshop-ff content c-p-10"> |
| | | <up-search placeholder="请输入工人名字" v-model="workerUserName" @custom='init' |
| | | @clear='init' @search='init'></up-search> |
| | | <!-- <up-search placeholder="请点击选择打卡日期" @click='clickIcon' @clear='PostMyComDakaListPage' disabled |
| | | <!-- <up-search placeholder="请点击选择计时日期" @click='clickIcon' @clear='PostMyComDakaListPage' disabled |
| | | v-model="wordDate" search-icon="calendar" @search='PostMyComDakaListPage' |
| | | @custom='PostMyComDakaListPage'></up-search> --> |
| | | </view> |
| | |
| | | <view @click='jumpWorkDetail(item)' |
| | | class="bgblue c-p-l-18 c-p-r-18 c-p-t-10 c-p-b-10 chuany-flex chuany-justify-between chuany-font30"> |
| | | <text class=''> |
| | | 打卡日期:{{$util.formatDate(item.workDate)}} |
| | | 计时日期:{{$util.formatDate(item.workDate)}} |
| | | </text> |
| | | </view> |
| | | <view class="c-p-18 chuany-font28"> |
| | |
| | | plainFill size='mini'></up-tag> --> |
| | | <!-- v-if="item.isShenPi!==2" --> |
| | | <view class="chuany-width10" v-if="item.isShenPiName=='未审核'||item.isModify"> |
| | | <up-button :text="item.isShenPi!==2?'核准工资':'修改'" size="mini" |
| | | <up-button :text="item.isShenPi!==2?'核准报酬':'修改'" size="mini" |
| | | :loading='item.isLoading' :loadingText="item.isShenPi!==2?'核准中':'修改中'" |
| | | @tap.stop='saveDakaDetailCompany(item)' type="warning"></up-button> |
| | | </view> |
| | |
| | | </view> |
| | | <view class="text-69"> |
| | | <view class="c-p-t-8"> |
| | | 姓名:{{item.workerUserName}} |
| | | 姓名:{{item.workerUserName}}{{item.isGuding?'(灵活用工)':''}} |
| | | </view> |
| | | <view class="c-p-t-8"> |
| | | 打卡记录:{{item.dakaMingxi}} |
| | | 计时记录:{{item.dakaMingxi}} |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | </view> |
| | | <view class="chuany-width48 chuany-flex c-p-t-8"> |
| | | <text> |
| | | 工资: |
| | | 报酬: |
| | | </text> |
| | | <up-input type="digit" style="padding: 0;" size='mini' border="surround" |
| | | v-model="item.todaySalary" v-if="item.isShenPi!==2||item.isModify"></up-input> |
| | |
| | | </view> |
| | | <!-- <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?'核准工资':'修改'" |
| | | <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> |
| | |
| | | return |
| | | } |
| | | let obj = { |
| | | orderBiddingDetailId: item.orderBiddingDetailId, //招工打卡Id |
| | | orderBiddingDetailId: item.orderBiddingDetailId, //招工计时Id |
| | | workTime: item.workTime, //工作时长 |
| | | todaySalary: item.todaySalary //当日工资 |
| | | todaySalary: item.todaySalary //当日报酬 |
| | | } |
| | | if (item.workCount) { |
| | | obj.workCount = item.workCount |