|
|
|
@ -51,7 +51,7 @@ |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">废纸品类</view> |
|
|
|
<view class="text-gray">{{form.productName}}</view> |
|
|
|
<view class="text-gray">{{form.productName || '- -'}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
@ -75,7 +75,7 @@ |
|
|
|
<van-cell wx:if="{{form.deductWeight}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">扣重(公斤)</view> |
|
|
|
<view class="text-gray">-{{form.deductWeight}}</view> |
|
|
|
<view class="text-gray">-{{form.deductWeight }}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell wx:if="{{form.deductPercent}}"> |
|
|
|
@ -87,16 +87,16 @@ |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">定价员</view> |
|
|
|
<view class="text-gray">{{form.inspectionPerson || ''}}</view> |
|
|
|
<view class="text-gray">{{form.inspectionPerson || '- -'}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">定价时间</view> |
|
|
|
<view class="text-gray">{{form.inspectionTime || ''}}</view> |
|
|
|
<view class="text-gray">{{form.inspectionTime || '- -'}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell> |
|
|
|
<van-cell wx:if="{{form.totalWeighingPicture && form.totalWeighingPicture.length}}"> |
|
|
|
<view slot="title" class="text-black"> |
|
|
|
<view>过毛重照片</view> |
|
|
|
<view class="flex" style="margin-top:18rpx"> |
|
|
|
|