|
|
@ -12,6 +12,18 @@ |
|
|
<text class="text-black">订单编号</text> |
|
|
<text class="text-black">订单编号</text> |
|
|
<text class="text-gray">{{orderInfo.orderId}}</text> |
|
|
<text class="text-gray">{{orderInfo.orderId}}</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{orderInfo.enterpriseName}}"> |
|
|
|
|
|
<text class="text-black">下单企业</text> |
|
|
|
|
|
<text class="text-gray">{{orderInfo.enterpriseName}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{orderInfo.factoryName}}"> |
|
|
|
|
|
<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}}"> |
|
|
|
|
|
<text class="text-black">下单人</text> |
|
|
|
|
|
<text class="text-gray">{{orderInfo.bizOwnerName}}</text> |
|
|
|
|
|
</view> |
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> |
|
|
<text class="text-black">创建时间</text> |
|
|
<text class="text-black">创建时间</text> |
|
|
<text class="text-gray">{{orderInfo.createTime}}</text> |
|
|
<text class="text-gray">{{orderInfo.createTime}}</text> |
|
|
|