| | |
| | | </up-sticky> |
| | | <view class="c-p-b-100"> |
| | | <view class="c-p-l-20 c-p-r-20" v-if="orderList&&orderList.length>0"> |
| | | <view class="listrecord c-p-t-20" v-for="(item,index) in orderList" :key="item.keyid" |
| | | > |
| | | <view class="listrecord c-p-t-20" v-for="(item,index) in orderList" :key="item.keyid"> |
| | | <view class="coreshop-ff chuany-bradius20"> |
| | | <view class="chuany-font26"> |
| | | <view class="chuany-flex chuany-justify-between"> |
| | |
| | | <view class="chuany-width15"> |
| | | {{$util.formatDate(item.deliverTime,'riqi')}} |
| | | </view> |
| | | <view class="chuany-width73" @click='goDetail(item)'> |
| | | <view class="chuany-width68" @click='goDetail(item)'> |
| | | <u-text size='14' :text="item.remark||item.companyName" lines="1"> |
| | | </u-text> |
| | | </view> |
| | | <view class="chuany-width10 chuany-flex chuany-justify-between"> |
| | | <u-text size='14' align="right" v-if='item.deliveredstatus=="Delivered"' type="success" text="已送" lines="1"> |
| | | </u-text> |
| | | <u-text size='14' align="right" v-if='item.deliveredstatus=="Undeliver"' type="error" text="未送" lines="1"> |
| | | </u-text> |
| | | </view> |
| | | <!-- <view class="chuany-width5" @tap.stop='editOrder(item)'> |
| | |
| | | }, |
| | | changePicker(val) { |
| | | console.log(val); |
| | | this.workTime = val.result |
| | | this.workTime = val.result |
| | | this.timeStart = new Date(val.result) //工作开始时间 |
| | | this.timeEnd = new Date(val.result) |
| | | this.datePickerShow = !this.datePickerShow |