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: {
@@ -54,16 +56,15 @@
      <view class="address-container bg-white br-4 m-t-12">
         <view class="flex">
            <image src="/static/common/icon-loc.png" class="image  m-r-10"></image>
      <!--       <view class="icon-loc m-r-10">
            <!--       <view class="icon-loc m-r-10">
               <image src="/static/common/icon-loc.png" class="image"></image>
            </view> -->
            <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">
@@ -100,12 +101,12 @@
                  <view class="each-item">
                     <view class="label">售价</view>
                     <view class="value">¥{{ item.price || 0 }}</view>
                  </view>
                  <view class="each-item">
                     <view class="label">商品总金额</view>
                     <view class="value">¥{{ item.total || 0 }}</view>
                  </view>
                  <view class="each-item">
                     <view class="label">责任方</view>
@@ -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,7 +276,8 @@
      .address-container {
         padding: 28rpx;
.image {
         .image {
            // background-color: #20613D;
            border-radius: 50%;
            margin-top: 8rpx;
@@ -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;