| | |
| | | <view> |
| | | <up-sticky bgColor="#fff"> |
| | | <view class="coreshop-ff content c-p-10"> |
| | | <up-search placeholder="请点击选择日期" @clear='clear' @click='clickTime' disabled @custom='search' |
| | | <up-search placeholder="请点击选择日期" @clear='clear' @click='clickTime' disabled @custom='search' |
| | | v-model="workTime" search-icon="calendar" @search='search'></up-search> |
| | | </view> |
| | | <!-- <up-subsection :list="list" :current="current4" activeColor="#f9ae3d" |
| | |
| | | <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"> |
| | | <view class="c-p-26"> |
| | | <view class="c-p-24"> |
| | | <view class="chuany-flex chuany-justify-between"> |
| | | <text class="chuany-font34"> |
| | | <text class="chuany-font32"> |
| | | {{item.orderComName}} |
| | | </text> |
| | | <view class="chuany-flex chuany-justify-between"> |
| | |
| | | v-else size='mini'></up-tag> |
| | | </view> |
| | | </view> |
| | | <view class="c-p-t-10"> |
| | | 日期:{{item.wordStartTimeName}} 至 {{item.wordEndTimeName}} |
| | | </view> |
| | | <!-- <view class="c-p-t-14"> |
| | | 时间:{{item.startTimeName}} 至 {{item.endTimeName}} |
| | | </view> --> |
| | | <view class="chuany-flex chuany-justify-between c-p-t-10"> |
| | | <view class="chuany-width50"> |
| | | <text> |
| | | <!-- 方式:{{item.workerType==0?'计时':'计件'}} --> |
| | | 时间:{{item.startTimeName}} 至 {{item.endTimeName}} |
| | | </text> |
| | | <view class="text-69 chuany-font28"> |
| | | <view class="c-p-t-6"> |
| | | 日期:{{item.wordStartTimeName}} 至 {{item.wordEndTimeName}} |
| | | </view> |
| | | <view class="chuany-width50"> |
| | | 工价:{{item.workPrice}}{{item.workerType==0?'元/小时':'元/件'}} |
| | | <text></text> |
| | | <!-- <view class="c-p-t-14"> |
| | | 时间:{{item.startTimeName}} 至 {{item.endTimeName}} |
| | | </view> --> |
| | | <view class="chuany-flex chuany-justify-between c-p-t-6"> |
| | | <view class="chuany-width50"> |
| | | <text> |
| | | <!-- 方式:{{item.workerType==0?'计时':'计件'}} --> |
| | | 时间:{{item.startTimeName}} 至 {{item.endTimeName}} |
| | | </text> |
| | | </view> |
| | | <view class="chuany-width50"> |
| | | 工价:{{item.workPrice}}{{item.workerType==0?'元/小时':'元/件'}} |
| | | <text></text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | </up-empty> |
| | | </view> |
| | | </view> |
| | | <fui-date-picker range :show="datePickerShow" :value="$util.formatDate(new Date())" type="3" @change="changePicker" |
| | | @cancel="cancel"></fui-date-picker> |
| | | <fui-date-picker range :show="datePickerShow" :value="$util.formatDate(new Date())" type="3" |
| | | @change="changePicker" @cancel="cancel"></fui-date-picker> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | const clickTime = () => { |
| | | datePickerShow.value = !datePickerShow.value |
| | | } |
| | | |
| | | const cancel=()=>{ |
| | | |
| | | const cancel = () => { |
| | | datePickerShow.value = !datePickerShow.value |
| | | } |
| | | const PostMyListPage = (orderStatus) => { |
| | |
| | | if (state.pageIndex == 1) { |
| | | listO.orderList = res.data.items |
| | | } else { |
| | | listO.orderList.concat(...res.data.items) |
| | | listO.orderList = listO.orderList.concat(...res.data.items) |
| | | } |
| | | console.log(listO.orderList, 'listO.orderList’'); |
| | | // totalPages.value = res.data.totalCount |