| | |
| | | <template> |
| | | <view> |
| | | <scroll-view class="full-page" scroll-y using-sticky> |
| | | <up-sticky bgColor="#fff"> |
| | | <view class="coreshop-ff content c-p-10"> |
| | | <up-search placeholder="请点击选择日期" @clear='clear' @click='clickTime' disabled @custom='search' |
| | |
| | | </view> |
| | | <!-- <up-subsection :list="list" :current="current4" activeColor="#f9ae3d" |
| | | @change="sectionChange"></up-subsection> --> |
| | | <!-- <up-subsection :list="list" current='1' activeColor="#f9ae3d" @change="sectionChange"></up-subsection> --> |
| | | </up-sticky> |
| | | <view class="full-page"> |
| | | <view class="full-page-content"> |
| | | <view class="c-p-l-20 c-p-r-20" v-if="listO.orderList&&listO.orderList.length>0"> |
| | | <view class="listrecord c-p-t-20" v-for="(item,index) in listO.orderList" :key="item.id"> |
| | | <view class="coreshop-ff chuany-bradius20"> |
| | |
| | | </text> --> |
| | | <up-tag class='c-m-r-10' text="上班打卡" shape="circle" type="success" |
| | | v-if="item.isSelected" @click="pageToDetail(item)" size='mini'></up-tag> |
| | | <up-tag class='c-m-r-10' :text="item.isSelectedName" shape="circle" type="warning" |
| | | v-else size='mini'></up-tag> |
| | | <view class="" v-else> |
| | | <up-text :type="item.isSelectedName=='审核中'?'info':'error'" :text="item.isSelectedName" size='14'></up-text> |
| | | <!-- <up-tag v-if="item.isSelectedName=='审核中'" class='c-m-r-10' bgColor='#909399' borderColor='#909399' |
| | | v-if="item.isSelectedName=='审核中'" :text="item.isSelectedName" shape="circle" |
| | | size='mini'></up-tag> |
| | | <up-tag class='c-m-r-10' v-else :text="item.isSelectedName" shape="circle" |
| | | type="error" size='mini'></up-tag> --> |
| | | </view> |
| | | |
| | | </view> |
| | | </view> |
| | | <view class="text-69 chuany-font28"> |
| | |
| | | </view> --> |
| | | <view class="chuany-flex chuany-justify-between c-p-t-6"> |
| | | <view class="chuany-width50"> |
| | | <text> |
| | | <view class="c-p-l-18 c-p-r-18 text-69 c-p-b-10" v-if="item.zixinganpai"> |
| | | 时间:{{item.zixinganpaiName}} |
| | | </view> |
| | | <text v-else> |
| | | <!-- 方式:{{item.workerType==0?'计时':'计件'}} --> |
| | | 时间:{{item.startTimeName}} 至 {{item.endTimeName}} |
| | | </text> |
| | |
| | | </view> |
| | | <fui-date-picker range :show="datePickerShow" :value="$util.formatDate(new Date())" type="3" |
| | | @change="changePicker" @cancel="cancel"></fui-date-picker> |
| | | </view> |
| | | </scroll-view> |
| | | </template> |
| | | |
| | | <script setup> |
| | |
| | | PostMyListPage() |
| | | }) |
| | | const current4 = ref(0); |
| | | const list = ref(['全部', '发布', '招工完毕', '结算完毕']); |
| | | // const list = ref(['全部', '审核中', '已录用', '未录用']); |
| | | const changePicker = (val) => { |
| | | console.log(val); |
| | | workTime.value = val.startDate.result + '至' + val.endDate.result |