xuxueyang
2024-09-26 05bd41aab8c9dba2cf7afcd78493415761f11d9d
pages/order/order-sale/order-sale-detail.vue
@@ -11,8 +11,8 @@
            // #ifdef PUB_PARTNER
            type: 'partner',
            // #endif
            // #ifdef PUB_CUSTOMER
            type: 'customer',
            // #ifdef PUB_SUPPLIER
            type: 'supplier',
            // #endif
         };
      },
@@ -155,6 +155,10 @@
            <view class="value">{{ dto.totalOrderAmount || '-' }}</view>
         </view> -->
         <view class="form-item">
            <view class="label">售后类型:</view>
            <view class="value">{{ dto.salesTypeStr || '-' }}</view>
         </view>
         <view class="form-item">
            <view class="label">理由:</view>
            <view class="value">{{ dto.reason || '-' }}</view>
         </view>