| | |
| | | <view class="label">结算单价</view> |
| | | </view> |
| | | <view class="tj-each flex1"> |
| | | <view class="value">{{dto.flowerNum||'0.00'}}</view> |
| | | <view class="value">{{dto.flowerNum||'0'}}扎</view> |
| | | <view class="label">商品数量</view> |
| | | </view> |
| | | <view class="tj-each flex1"> |
| | |
| | | |
| | | <view class="tj-container m-t-12 flex"> |
| | | <view class="tj-each flex1"> |
| | | <view class="value">{{dto.serviceFee}}</view> |
| | | <view class="label">服务费</view> |
| | | </view> |
| | | <view class="tj-each flex1"> |
| | | <view class="value">{{dto.salesFee}}</view> |
| | | <view class="label">售后理赔</view> |
| | | </view> |
| | | <view class="tj-each flex1"> |
| | | <view class="value">{{dto.lackFee}}</view> |
| | | <view class="label">缺货扣款</view> |
| | | </view> |
| | | <view class="tj-each flex1"> |
| | | <view class="value">{{dto.replaceFee}}</view> |
| | | <view class="label">补货扣款</view> |
| | | </view> |
| | | <view class="tj-each flex1"> |
| | | <view class="value">{{dto.checkFee}}</view> |
| | | <view class="label">质检扣款</view> |
| | | <view class="label">降级扣款</view> |
| | | </view> |
| | | </view> |
| | | <view class="tj-container m-t-12 flex"> |
| | | <view class="tj-each flex1"> |
| | | <view class="value">{{dto.serviceFee}}</view> |
| | | <view class="label">服务费</view> |
| | | </view> |
| | | <view class="tj-each flex1"> |
| | | <view class="value">{{dto.stationFee}}</view> |
| | | <view class="label">集货站运费</view> |
| | | </view> |
| | | <view class="tj-each flex1"> |
| | | <view class="value"> </view> |
| | | <view class="label"> </view> |
| | | </view> |
| | | <view class="tj-each flex1"> |
| | | <view class="value"> </view> |
| | | <view class="label"> </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="value">¥{{item.totalAmount||0}}</view> |
| | | </view> |
| | | <view class="form-item"> |
| | | <view class="label">质检扣款</view> |
| | | <view class="label">降级扣款</view> |
| | | <view class="value">¥{{item.checkFee||'0.00'}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="flex"> |
| | | <view class="form-item"> |
| | | <view class="label">缺货扣款</view> |
| | | <view class="value">¥{{item.lackFee||'0.00'}}</view> |
| | | </view> |
| | | <view class="form-item"> |
| | | <view class="label">补货扣款</view> |
| | | <view class="value">¥{{item.replaceFee||'0.00'}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="flex"> |
| | |
| | | } |
| | | }, |
| | | onLoad(options) { |
| | | console.log('options',options) |
| | | this.id = options.id || '' |
| | | if (this.id) |
| | | this.getList() |
| | | if (this.id){ |
| | | this.getDetail() |
| | | |
| | | } |
| | | |
| | | }, |
| | | |
| | |
| | | // #ifdef PUB_PARTNER |
| | | turl = '/api/partner/settlement/list/view?id=' |
| | | // #endif |
| | | |
| | | console.log('turl',turl) |
| | | |
| | | |
| | | this.$message.showLoading() |
| | |
| | | } |
| | | |
| | | .form { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | // display: flex; |
| | | // flex-wrap: wrap; |
| | | |
| | | .form-item { |
| | | flex: 1; |