|
|
|
@ -48,6 +48,12 @@ |
|
|
|
<view class="text-gray">{{form.operaterName}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<van-cell wx:if="{{form.createTime}}"> |
|
|
|
<view slot="title" class="flex flex-justify"> |
|
|
|
<view class="text-black">过磅时间</view> |
|
|
|
<view class="text-gray">{{form.createTime}}</view> |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
|
|
|
|
<view style="height:{{136 + safeBottom}}rpx;" wx:if="{{ form }}"></view> |
|
|
|
<submit-layout wx:if="{{form.status == 0 || form.status == 1}}"> |
|
|
|
|