文件名从 sub_pages/supplier/order-sale/order-sale-detail.vue 修改 |
| | |
| | | // #ifdef PUB_PARTNER |
| | | type: 'partner', |
| | | // #endif |
| | | // #ifdef PUB_CUSTOMER |
| | | type: 'customer', |
| | | // #endif |
| | | }; |
| | | }, |
| | | async onLoad(options) { |
| | |
| | | this.id = options.id || '' |
| | | if (this.id) { |
| | | await this.getDetail() |
| | | this.getItemList() |
| | | } |
| | | }, |
| | | methods: { |
| | |
| | | <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> |
| | |
| | | <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"> |
| | |
| | | <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> |
| | |
| | | </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> |
| | |
| | | |
| | | .address-container { |
| | | padding: 28rpx; |
| | | .image { |
| | | |
| | | .image { |
| | | // background-color: #20613D; |
| | | border-radius: 50%; |
| | | margin-top: 8rpx; |
| | |
| | | height: 32rpx; |
| | | // padding: 8rpx; |
| | | } |
| | | |
| | | // .icon-loc { |
| | | // width: 48rpx; |
| | | // height: 48rpx; |
| | |
| | | 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; |