|
|
@ -132,7 +132,7 @@ |
|
|
<text>厂外毛重(公斤)</text> |
|
|
<text>厂外毛重(公斤)</text> |
|
|
</view> |
|
|
</view> |
|
|
</van-field> |
|
|
</van-field> |
|
|
<view id="orderImage" class="bg-white" style="padding: 24rpx 32rpx 20rpx 32rpx" wx:if="{{form.orderStatus != 0 && imageList.length}}"> |
|
|
|
|
|
|
|
|
<view id="orderImage" class="bg-white" style="padding: 24rpx 32rpx 20rpx 32rpx" wx:if="{{form.orderStatus == 0 || imageList.length}}"> |
|
|
<view class="flex flex-justify" style="padding-bottom: 24rpx"> |
|
|
<view class="flex flex-justify" style="padding-bottom: 24rpx"> |
|
|
<view class="flex flex-center text-black"> |
|
|
<view class="flex flex-center text-black"> |
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 12px" wx:if="{{ form.orderStatus == 0}}">*</view> |
|
|
<view class="text-red text-xl" style="line-height: 10px; padding-top: 12px" wx:if="{{ form.orderStatus == 0}}">*</view> |
|
|
|