| | |
| | | // #ifdef PUB_PARTNER |
| | | type: 'partner', |
| | | // #endif |
| | | // #ifdef PUB_CUSTOMER |
| | | type: 'customer', |
| | | // #ifdef PUB_SUPPLIER |
| | | type: 'supplier', |
| | | // #endif |
| | | }; |
| | | }, |
| | |
| | | <view class="label">订单金额:</view> |
| | | <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> |
| | |
| | | .tel { |
| | | display: inline-block; |
| | | margin-left: 20rpx; |
| | | color: #aeafb2; |
| | | } |
| | | } |
| | | |