-
zhangwei
2025-03-24 2d43a1df3f5ba42710e6d21c27d1e13bdb8dfd56
src/pages/delivergoods/query.vue
@@ -17,8 +17,7 @@
   </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">
@@ -26,8 +25,15 @@
                     <view class="chuany-width15">
                        {{$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-width68" @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-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)'>
@@ -239,7 +245,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