|
|
|
@ -20,9 +20,9 @@ |
|
|
|
<text class="text-black">下单打包站</text> |
|
|
|
<text class="text-gray">{{orderInfo.factoryName}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{orderInfo.bizOwnerName}}"> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{orderInfo.orderOwnerName}}"> |
|
|
|
<text class="text-black">下单人</text> |
|
|
|
<text class="text-gray">{{orderInfo.bizOwnerName}}</text> |
|
|
|
<text class="text-gray">{{orderInfo.orderOwnerName}}</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
|
<text class="text-black">创建时间</text> |
|
|
|
|