|
|
|
@ -25,7 +25,7 @@ |
|
|
|
<view class="number-box">{{item.productNum}}</view> |
|
|
|
<view wx:if="{{!kjId && !gp_id}}" class="iconfont icon-add-select" bindtap="add" data-index="{{index}}"></view> |
|
|
|
</view> |
|
|
|
<view class="box-title" style="height:auto;min-height:126rpx;position: relative;"> |
|
|
|
<view class="box-title" style="height:auto;min-height:126rpx;position: relative;" wx:if="{{item.sku.is_batch_shipment}}"> |
|
|
|
<view style="flex:1;white-space:nowrap;margin-right:20rpx;">收货方式</view> |
|
|
|
<view class="batch-view"> |
|
|
|
<view class="flex" bind:tap="changeBatchShip" data-item="{{item}}" data-value="{{0}}" data-index="{{index}}"> |
|
|
|
@ -47,7 +47,8 @@ |
|
|
|
<view class="box-title" style="height:auto;min-height:113rpx;"> |
|
|
|
<view style="flex:1;white-space:nowrap;margin-right:20rpx;">运费</view> |
|
|
|
<view style="display: flex;"> |
|
|
|
<text>{{item.postFee?(item.postFee==0?'包邮':("¥"+(item.postFee/100))):item.sku.sku_model.post_template_name}}</text> |
|
|
|
<!-- <text>{{item.postFee?(item.postFee==0?'包邮':("¥"+(item.postFee/100))):item.sku.sku_model.post_template_name}}</text> --> |
|
|
|
<text>{{item.postFee?("¥"+(item.postFee/100)):"包邮"}}</text> |
|
|
|
<view wx:if="{{item.postFee>0 && item.sku.batch_shipment==1}}"> |
|
|
|
<text style="padding-left: 10rpx;">x{{item.sku.batch_count}}</text> |
|
|
|
<text style="padding-left: 40rpx;">¥{{(item.postFee/100)*item.sku.batch_count}}</text> |
|
|
|
|