xuxueyang
2024-07-29 33988b65f7818207e4cf2686cb9be46e3976958c
pages/order/order-sale/order-sale-detail.vue
文件名从 sub_pages/supplier/order-sale/order-sale-detail.vue 修改
@@ -11,6 +11,9 @@
            // #ifdef PUB_PARTNER
            type: 'partner',
            // #endif
            // #ifdef PUB_CUSTOMER
            type: 'customer',
            // #endif
         };
      },
      async onLoad(options) {
@@ -18,7 +21,6 @@
         this.id = options.id || ''
         if (this.id) {
            await this.getDetail()
            this.getItemList()
         }
      },
      methods: {
@@ -61,9 +63,8 @@
            <view class="info">
               <view class="title">
                  {{ dto.customer }}
                  <view class="tel">{{ dto.customerTel }}</view>
               </view>
               <view class="content">{{ dto.customerAddress }}</view>
               <view class="content">{{ dto.customerTel }}</view>
            </view>
         </view>
      </view>
@@ -72,7 +73,7 @@
            <image class="icon-dp" src="/static/common/icon-dp.png"></image>
            {{ item.supplierName }}
         </view>
         <view class="flex m-t-12">
         <view class="flex m-t-12 flex-wrap-normal">
            <image class="flower-img img100 m-r-6" :src="item.flowerCover" @click="previewImg(item.flowerCover)">
            </image>
            <view class="flex1">
@@ -154,7 +155,7 @@
         </view>
      </view>
      <view class="info-container bg-white br-4">
      <view class="info-container bg-white m-t-12 br-4">
         <view class="form-item">
            <view class="label">售后单号:</view>
@@ -275,6 +276,7 @@
      .address-container {
         padding: 28rpx;
.image {
            // background-color: #20613D;
            border-radius: 50%;
@@ -284,6 +286,7 @@
            height: 32rpx;
            // padding: 8rpx;
         }
         // .icon-loc {
         //    width: 48rpx;
         //    height: 48rpx;
@@ -371,8 +374,8 @@
            margin-top: 6rpx;
            .each-item {
               min-width: 30%;
               max-width: 40%;
               min-width: 40%;
               max-width: 50%;
               text-align: center;
               margin-left: 0rpx;
               margin-right: auto;