|
|
@ -84,11 +84,14 @@ |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell> |
|
|
<van-cell> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="flex flex-center text-black">厂内毛重(公斤)</view> |
|
|
|
|
|
|
|
|
<view class="flex flex-center text-black"> |
|
|
|
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 8px" wx:if="{{!form.onsideGrossWeight}}">*</view> |
|
|
|
|
|
<text>厂内毛重(公斤)</text> |
|
|
|
|
|
</view> |
|
|
<view class="{{form.onsideGrossWeight ? 'text-gray' : 'text-red'}}">{{form.onsideGrossWeight || '暂无'}}</view> |
|
|
<view class="{{form.onsideGrossWeight ? 'text-gray' : 'text-red'}}">{{form.onsideGrossWeight || '暂无'}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
<van-cell wx:if="{{form.onsideAndOffsiteDifferences}}"> |
|
|
|
|
|
|
|
|
<van-cell> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="flex flex-center text-black">厂内厂外毛重差异(公斤)</view> |
|
|
<view class="flex flex-center text-black">厂内厂外毛重差异(公斤)</view> |
|
|
<view class="text-gray">{{form.onsideAndOffsiteDifferences || '- -'}}</view> |
|
|
<view class="text-gray">{{form.onsideAndOffsiteDifferences || '- -'}}</view> |
|
|
|