xuxueyang
2024-08-08 a165a1551f90457cca0d7c16fa8151da75ac1cfa
pages/order/order.vue
@@ -182,7 +182,7 @@
                  }
               }
               break
               case 'delOrder':{
               case 'delOrder': {
                  await this.$message.confirm('是否删除此订单')
                  // 发送请求
                  this.$message.showLoading()
@@ -248,6 +248,7 @@
               </view>
               <view class="value">{{ dto.deliveryNo }}</view>
            </view>
            <view class="flex">
               <view class="desc flex flex1">
                  <view class="label">
@@ -262,12 +263,21 @@
                  <view class="value">{{ dto.customerTel || '-' }}</view>
               </view>
            </view>
            <view class="desc flex">
               <view class="label">
                  收货地址:
            <view class="flex">
               <view class="desc flex flex1">
                  <view class="label">
                     收货地址:
                  </view>
                  <view class="value">{{ dto.customerAddress }}</view>
               </view>
               <view class="value">{{ dto.customerAddress }}</view>
               <view class="desc flex flex1" v-if="dto.deliveryName">
                  <view class="label">
                     快递名称:
                  </view>
                  <view class="value">{{ dto.deliveryName }}</view>
               </view>
            </view>
            <view class="desc flex" v-if="dto.statusBackend!=='PENDING'&&dto.statusBackend!=='CANCEL'">
               <view class="label">
                  支付时间:
@@ -339,9 +349,9 @@
               <view class="button button-0 m-l-a m-r-15" @click="buttonClick(dto,'confirm')"
                  v-if="dto.statusBackend ==='RECEIVE'"> 确认收货
               </view>
               <!-- ||item.statusBackend=='COMPLETED' -->
               <view class="button button-1 m-l-a m-r-15" @click="toDetailSale(dto)"
                  v-if="dto.statusBackend === 'EVALUATE'||item.statusBackend=='COMPLETED'"> 申请售后
                  v-if="dto.statusBackend === 'RECEIVE'"> 申请售后
               </view>
               <view class="button button-0 m-l-a m-r-15" @click="buttonClick(dto,'evaluate')"
                  v-if="dto.statusBackend === 'EVALUATE'"> 评价