|
|
|
@ -12,44 +12,24 @@ |
|
|
|
<view class="{{item.unitPrice ? 'text-black' : 'text-gray'}}">{{item.unitPrice || '请输入单价'}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<!-- <van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="flex flex-center text-black"> |
|
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 8px" wx:if="{{status == 0}}">*</view> |
|
|
|
<text>毛重(公斤)</text> |
|
|
|
</view> |
|
|
|
<input id="grossWeight" type="digit" placeholder-style="color:#aaa" style="text-align: right" |
|
|
|
maxlength="8" placeholder="请输入毛重" disabled="{{status != 0}}" value="{{item.grossWeight || ''}}" bindinput="bindInput" /> |
|
|
|
</view> |
|
|
|
</van-cell> --> |
|
|
|
<van-field id="grossWeight" value="{{ item.grossWeight || '' }}" type="digit" placeholder="请输入毛重" clearable disabled="{{status != 0}}" input-align="right" bind:change="bindInput"> |
|
|
|
<!-- <van-field id="grossWeight" value="{{ item.grossWeight || '' }}" type="digit" placeholder="请输入毛重" clearable disabled="{{status != 0}}" input-align="right" bind:change="bindInput"> |
|
|
|
<view slot="label" class="flex text-black" style="width:200rpx"> |
|
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 12px" wx:if="{{status == 0}}">*</view> |
|
|
|
<text>毛重(公斤)</text> |
|
|
|
</view> |
|
|
|
</van-field> |
|
|
|
<!-- <van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="flex flex-center text-black"> |
|
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 8px" wx:if="{{status == 0}}">*</view> |
|
|
|
<text>皮重(公斤)</text> |
|
|
|
</view> |
|
|
|
<input id="tareWeight" type="digit" placeholder-style="color:#aaa" style="text-align: right" |
|
|
|
maxlength="8" placeholder="请输入皮重" disabled="{{status != 0}}" value="{{item.tareWeight || ''}}" bindinput="bindInput" /> |
|
|
|
</view> |
|
|
|
</van-cell> --> |
|
|
|
<van-field id="tareWeight" value="{{ item.tareWeight || '' }}" type="digit" placeholder="请输入皮重" clearable disabled="{{status != 0}}" input-align="right" bind:change="bindInput"> |
|
|
|
</van-field> --> |
|
|
|
<!-- <van-field id="tareWeight" value="{{ item.tareWeight || '' }}" type="digit" placeholder="请输入皮重" clearable disabled="{{status != 0}}" input-align="right" bind:change="bindInput"> |
|
|
|
<view slot="label" class="flex text-black" style="width:200rpx"> |
|
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 12px" wx:if="{{status == 0}}">*</view> |
|
|
|
<text>皮重(公斤)</text> |
|
|
|
</view> |
|
|
|
</van-field> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">净重(公斤)</view> |
|
|
|
<view class="{{item.netWeight ? 'text-black' : 'text-gray'}}">{{item.netWeight || ''}}</view> |
|
|
|
</van-field> --> |
|
|
|
<van-field id="netWeight" value="{{ item.netWeight || '' }}" type="digit" placeholder="请输入净重" clearable disabled="{{status != 0}}" input-align="right" bind:change="bindInput"> |
|
|
|
<view slot="label" class="flex text-black" style="width:200rpx"> |
|
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 12px" wx:if="{{status == 0}}">*</view> |
|
|
|
<text>净重(公斤)</text> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
</van-field> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">预估金额(元)</view> |
|
|
|
|