-
zhangwei
2025-11-11 ec90cbd7680a6f927cb1cea43f33ab7df6d0864c
src/pages/delivergoods/query.vue
@@ -17,17 +17,30 @@
   </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">
                     <text class="chuany-width7">{{index+1}}</text>
                     <view class="chuany-width15">
                     <view class="chuany-width12">
                        {{$util.formatDate(item.deliverTime,'riqi')}}
                     </view>
                     <view class="chuany-width73" @click='goDetail(item)'>
                        <u-text size='14' :text="item.remark||item.companyName" lines="1">
                     <view class="chuany-width13">
                        <u-text size='14' :text="item.driver&&item.driver.name" lines="1">
                           <!-- <u-text size='14' :text="item.remark||item.companyName" lines="1"> -->
                        </u-text>
                     </view>
                     <view class="chuany-width53" @click='goDetail(item)'>
                        <u-text size='14' :text="item.companyName" lines="1">
                        <!-- <u-text size='14' :text="item.remark||item.companyName" lines="1"> -->
                        </u-text>
                     </view>
                     <view class="chuany-width15 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>
                        <u-text size='14' align="right" v-if='item.deliveredstatus=="Deliver"' type="primary" text="送货中" lines="1">
                        </u-text>
                     </view>
                     <!-- <view class="chuany-width5" @tap.stop='editOrder(item)'>
@@ -239,7 +252,7 @@
         },
         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