|
@@ -17,13 +17,12 @@
|
|
|
<text style="margin-left:5upx;">{{orderInfo.reachPeriod}} 前</text>
|
|
<text style="margin-left:5upx;">{{orderInfo.reachPeriod}} 前</text>
|
|
|
</text>
|
|
</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view v-if="!$util.isEmpty(orderInfo.remark)" style="height:35upx;">
|
|
|
|
|
- <text class="right" style="color:red;font-weight:bold;width:190upx;text-align:right;">{{orderInfo.remark}}</text>
|
|
|
|
|
|
|
+ <view v-if="!$util.isEmpty(orderInfo.remark)" style="min-height:35upx;height:auto;">
|
|
|
|
|
+ <text class="right" style="color:red;">[备注] {{orderInfo.remark}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view v-if="!$util.isEmpty(orderInfo.cardInfo)">
|
|
|
|
|
- <text class="left">贺卡内容</text>
|
|
|
|
|
- <text class="right" style="font-weight:bold;color:red;">{{orderInfo.cardInfo}}</text>
|
|
|
|
|
|
|
+ <view v-if="!$util.isEmpty(orderInfo.cardInfo)" style="min-height:35upx;height:auto;">
|
|
|
|
|
+ <text class="right" style="color:red;">[贺卡内容] {{orderInfo.cardInfo}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view v-if="Number(orderInfo.orderPrice)>0">
|
|
<view v-if="Number(orderInfo.orderPrice)>0">
|
|
@@ -36,6 +35,11 @@
|
|
|
<view><text class="left">数量</text>
|
|
<view><text class="left">数量</text>
|
|
|
<text class="right" style="color:red;font-weight:bold;">{{orderInfo.num}}</text>
|
|
<text class="right" style="color:red;font-weight:bold;">{{orderInfo.num}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
|
|
+ <view><text class="left" v-if="orderInfo.anonymity == 1">要求</text>
|
|
|
|
|
+ <text class="right" style="color:red;font-weight:bold;">匿名派送!!!</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
<view v-if="Number(orderInfo.orderDebtPrice)>0">
|
|
<view v-if="Number(orderInfo.orderDebtPrice)>0">
|
|
|
<text class="left">尾款</text>
|
|
<text class="left">尾款</text>
|
|
|
<text class="right" style="color:red;font-weight:bold;">¥{{orderInfo.orderDebtPrice?parseFloat(orderInfo.orderDebtPrice):0}}</text>
|
|
<text class="right" style="color:red;font-weight:bold;">¥{{orderInfo.orderDebtPrice?parseFloat(orderInfo.orderDebtPrice):0}}</text>
|
|
@@ -358,8 +362,10 @@ export default {
|
|
|
}
|
|
}
|
|
|
.work-info{
|
|
.work-info{
|
|
|
display:flex;
|
|
display:flex;
|
|
|
- height: 100%;
|
|
|
|
|
|
|
+ height: 100vh;
|
|
|
& .work-detail{
|
|
& .work-detail{
|
|
|
|
|
+ height: 100vh;
|
|
|
|
|
+ overflow: scroll;
|
|
|
border-right:1upx solid #EEEEEE;
|
|
border-right:1upx solid #EEEEEE;
|
|
|
flex: 40;
|
|
flex: 40;
|
|
|
.order-img{
|
|
.order-img{
|