| | |
| | | <view class="bgblue c-p-18 chuany-flex chuany-justify-between chuany-font30"> |
| | | <view class="chuany-flex chuany-flex-direction"> |
| | | <text class=''> |
| | | {{$util.formatDate(startTime)}} |
| | | {{$util.formatDate(detailItem.startTime)}} |
| | | </text> |
| | | </view> |
| | | <text> |
| | |
| | | <view class="coreshop-ff" v-if="detailItem.orderBidding&&detailItem.orderBidding.length>0"> |
| | | <up-list> |
| | | <up-list-item v-for="(item,index) in detailItem.orderBidding" :key="item.id" @click.stop="toWorkDetail"> |
| | | <up-cell :title="item.workerName"> |
| | | <up-cell :title="item.workerName" :border='false'> |
| | | <template #icon> |
| | | <up-avatar shape="square" size="35" :src="item.workerAvatar" @click='toWorkerDetail(item)' |
| | | customStyle="margin: -3px 5px -3px 0"></up-avatar> |
| | |
| | | <!-- <template #right-icon v-if="item.isSelected"> |
| | | <up-button class="button-layout__item" text="查看" size="mini" type="primary" @click="toView(item)"></up-button> |
| | | </template> --> |
| | | <template #right-icon> |
| | | <template #right-icon v-if="!item.isSelected"> |
| | | <up-button class="button-layout__item" text="确认" size="mini" type="success" |
| | | @click="selectBtn(item)"></up-button> |
| | | </template> |
| | |
| | | <view class="coreshop-ff" v-else> |
| | | <up-list> |
| | | <up-list-item> |
| | | <up-cell title="暂无投递" class="u-cell__title-text_wu"> |
| | | <up-cell title="暂无投递" class="u-cell__title-text_wu" :border='false'> |
| | | <!-- <template #icon> |
| | | <up-avatar shape="square" size="35" src="https://uview-plus.jiangruyi.com/album/1.jpg" |
| | | customStyle="margin: -3px 5px -3px 0"></up-avatar> |
| | |
| | | $db |
| | | } = getCurrentInstance().appContext.config.globalProperties |
| | | const detailItem = ref({}) |
| | | let orderid = ref('') |
| | | let orderIdVal = ref('') |
| | | onLoad((option) => { |
| | | let { |
| | | orderid |
| | | } = option |
| | | getOrder(orderid) |
| | | orderid = orderid |
| | | orderIdVal = orderid |
| | | console.log(option,'========orderid',orderid); |
| | | // detailItem.value = JSON.parse($db.get('detailItem')) |
| | | }) |
| | |
| | | }) |
| | | } |
| | | const toWorkerDetail = (item)=>{ |
| | | $db.set('toudiItem',JSON.stringify(item)) |
| | | uni.navigateTo({ |
| | | url: `/pages/worker/worker?workerid=${item.workerUserId}` |
| | | }) |
| | |
| | | title: "确认成功!", |
| | | icon: "success" |
| | | }) |
| | | getOrder(orderid) |
| | | getOrder(orderIdVal) |
| | | } |
| | | }) |
| | | } |
| | |
| | | } |
| | | |
| | | .content { |
| | | height: 430rpx; |
| | | min-height: 380rpx; |
| | | width: 100%; |
| | | background-color: #fff; |
| | | border-radius: 20rpx; |