| | |
| | | <view class=""> |
| | | <up-sticky> |
| | | <view class="coreshop-ff content c-p-l-10 c-p-t-10 c-p-r-10"> |
| | | <up-search placeholder="请点击选择打卡日期" @click='clickIcon' :show-action="false" |
| | | <up-search placeholder="请点击选择计时日期" @click='clickIcon' :show-action="false" |
| | | @clear='init' disabled v-model="wordDate" search-icon="calendar" |
| | | @search='init'></up-search> |
| | | <!-- <up-input shape="round" class="u-search__content__input"></up-input> --> |
| | |
| | | <view class="coreshop-ff content c-p-10"> |
| | | <up-search placeholder="请输入公司名称" v-model="Suppliername" @clear='init' |
| | | @custom='init' @search='init'></up-search> |
| | | <!-- <up-search placeholder="请点击选择打卡日期" @click='clickIcon' @clear='PostMyDakaListPage' disabled |
| | | <!-- <up-search placeholder="请点击选择计时日期" @click='clickIcon' @clear='PostMyDakaListPage' disabled |
| | | v-model="wordDate" search-icon="calendar" @search='PostMyDakaListPage' |
| | | @custom='PostMyDakaListPage'></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-20"> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="text-69 chuany-font28 c-p-t-8"> |
| | | 打卡记录:{{item.dakaMingxi}} |
| | | 计时记录:{{item.dakaMingxi}} |
| | | </view> |
| | | <view |
| | | class="chuany-flex chuany-justify-between chuany-flex-wrap c-p-t-8 text-69 chuany-font28"> |
| | |
| | | </view> |
| | | <view class="chuany-width48 c-p-t-8"> |
| | | <text> |
| | | 工资:{{item.todaySalary}}元 |
| | | 报酬:{{item.todaySalary}}元 |
| | | </text> |
| | | </view> |
| | | <view class="chuany-width48 c-p-t-8"> |
| | |
| | | </view> |
| | | <view class="chuany-width48 c-p-t-20"> |
| | | <text> |
| | | 当日工资:136元 |
| | | 当日报酬:136元 |
| | | </text> |
| | | </view> |
| | | <view class="chuany-width48 c-p-t-20"> |
| | | <view class="chuany-width10"> |
| | | <up-button class="button-layout__item" text="工资申报" size="mini" |
| | | <up-button class="button-layout__item" text="报酬申报" size="mini" |
| | | type="warning"></up-button> |
| | | </view> |
| | | </view> |
| | |
| | | let obj = { |
| | | orderBiddingDetailId: item.orderBiddingDetailId, //招工打卡Id |
| | | workTime: item.workTime, //工作时长 |
| | | todaySalary: item.todaySalary //当日工资 |
| | | todaySalary: item.todaySalary //当日报酬 |
| | | } |
| | | if (item.workCount) { |
| | | obj.workCount = item.workCount |