| | |
| | | </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" @click='goDetail(item)'> |
| | | <view class="listrecord c-p-t-20" v-for="(item,index) in orderList" :key="item.keyid" |
| | | @click='goDetail(item)'> |
| | | <view class="coreshop-ff chuany-bradius20"> |
| | | <view class="chuany-font26"> |
| | | <view class="chuany-flex chuany-justify-between"> |
| | |
| | | <view class="chuany-width11 chuany-flex chuany-justify-between"> |
| | | <up-icon v-if="item.deliveredstatus=='Undeliver'" name="play-right" |
| | | @tap.stop='startOrder(item)'></up-icon> |
| | | <up-icon v-else-if="item.deliveredstatus=='Deliver'" name="checkbox-mark" @tap.stop="editOrder(item)"></up-icon> |
| | | <up-icon v-else-if="item.deliveredstatus=='Deliver'||item.deliveredstatus=='Reject'" name="checkbox-mark" |
| | | @tap.stop="editOrder(item)"></up-icon> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <up-textarea v-model="arrangeInfo.wentifankui" border="none" placeholder="请输入意见反馈"></up-textarea> |
| | | </up-form-item> |
| | | |
| | | <up-form-item label="上传送货单" prop="idCardFace"> |
| | | <tem-upload-file immediate :url="`https://appimchat.oss-cn-chengdu.aliyuncs.com`" ref="uploadB" :isSource='true' |
| | | fileType="all" @success="success('File',$event)" @error="errorInvoice" |
| | | <up-form-item label="送货单" prop="idCardFace"> |
| | | <tem-upload-file immediate :url="`https://appimchat.oss-cn-chengdu.aliyuncs.com`" ref="uploadB" |
| | | :isSource='true' fileType="all" @success="success('File',$event)" @error="errorInvoice" |
| | | @complete="completeInvoice('',$event)"> |
| | | </tem-upload-file> |
| | | <!-- <template #right> |
| | |
| | | } |
| | | }, |
| | | onPullDownRefresh() { |
| | | this.startDate = '' |
| | | this.endDate = '' |
| | | this.timeStart = '' |
| | | this.timeEnd = '' |
| | | this.workTime = '' |
| | | this.deliverKeyName = '' |
| | | this.init() |
| | |
| | | this.timeStart = new Date(val.startDate.result) //工作开始时间 |
| | | this.timeEnd = new Date(val.endDate.result) |
| | | this.datePickerShow = !this.datePickerShow |
| | | this.getList() |
| | | this.init() |
| | | }, |
| | | confirmDate(val) { |
| | | console.log(val); |