| | |
| | | <template> |
| | | <view class="full-page" scroll-y using-sticky> |
| | | <view class=""> |
| | | <up-sticky bgColor="#fff"> |
| | | <view class="coreshop-ff content c-p-10"> |
| | | <up-search placeholder="请点击选择日期" @clear='clear' @click='clickTime' disabled @custom='search' |
| | |
| | | |
| | | </view> |
| | | </view> |
| | | <view class="chuany-flex chuany-justify-between c-p-t-6"> |
| | | <text class="text-69 chuany-font28"> |
| | | {{item.orderName}} |
| | | </text> |
| | | |
| | | </view> |
| | | <view class="text-69 chuany-font28"> |
| | | <view class="c-p-t-6"> |
| | | 日期:{{item.wordStartTimeName}} 至 {{item.wordEndTimeName}} |
| | |
| | | </text> |
| | | </view> |
| | | <view class="chuany-width50"> |
| | | 工价:{{item.workPrice}}<template v-if="item.workPriceMax">~{{item.workPriceMax}}</template>{{item.workerType==0?'元/小时':'元/件'}} |
| | | 工价:{{item.workPrice}}<template |
| | | v-if="item.workPriceMax">~{{item.workPriceMax}}</template>{{item.workerType==0?'元/小时':'元/件'}} |
| | | <text></text> |
| | | </view> |
| | | </view> |
| | |
| | | <fui-date-picker range :show="datePickerShow" :value="$util.formatDate(new Date())" type="3" |
| | | @change="changePicker" @cancel="cancel"></fui-date-picker> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script setup> |