|
|
@ -92,10 +92,10 @@ |
|
|
value="{{form.deductPercent}}" bindinput="bindInput" data-type="2" bindtap="changeDeductType" /> |
|
|
value="{{form.deductPercent}}" bindinput="bindInput" data-type="2" bindtap="changeDeductType" /> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell bind:click="paddingOrder"> |
|
|
|
|
|
|
|
|
<van-cell> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">无皮过磅</view> |
|
|
<view class="text-black">无皮过磅</view> |
|
|
<view class="flex flex-center"> |
|
|
|
|
|
|
|
|
<view class="flex flex-center" catchtap="paddingOrder"> |
|
|
<!-- <van-checkbox value="{{ form.isWithoutTare }}" icon-size="32rpx"></van-checkbox> --> |
|
|
<!-- <van-checkbox value="{{ form.isWithoutTare }}" icon-size="32rpx"></van-checkbox> --> |
|
|
<van-switch checked="{{ form.isWithoutTare }}" size="22px" /> |
|
|
<van-switch checked="{{ form.isWithoutTare }}" size="22px" /> |
|
|
<view class="text-gray" style="margin-left:16rpx">{{ form.isWithoutTare ? '是' : '否'}}</view> |
|
|
<view class="text-gray" style="margin-left:16rpx">{{ form.isWithoutTare ? '是' : '否'}}</view> |
|
|
|