Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
53f4075fd9
1 changed files with 5 additions and 2 deletions
  1. 7
      pages/process/outside-info/index.wxml

7
pages/process/outside-info/index.wxml

@ -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>

Loading…
Cancel
Save