|
|
@@ -5,6 +5,10 @@
|
|
|
单据信息
|
|
|
</view>
|
|
|
<view class="bills-info_box content-box">
|
|
|
+ <view class="order-info_box" v-if="detailInfo.hasNoticeCustom && detailInfo.hasNoticeCustom == 1">
|
|
|
+ <view>通知客户:</view>
|
|
|
+ <view style="color:green;font-weight:bold;">已自动通知</view>
|
|
|
+ </view>
|
|
|
<view class="order-info_box">
|
|
|
<view>订单日期:</view>
|
|
|
<view>{{ detailInfo.addTime ? detailInfo.addTime.substr(5,11) : '' }}</view>
|
|
|
@@ -29,7 +33,7 @@
|
|
|
<view>{{ detailInfo.operator }}</view>
|
|
|
</view>
|
|
|
<view class="order-info_box">
|
|
|
- <view>状态:</view>
|
|
|
+ <view>结账状态:</view>
|
|
|
<view>{{detailInfo.status==1?'待结清':detailInfo.status==2?'已结清':detailInfo.status==3?'已取消':'待结清'}}</view>
|
|
|
</view>
|
|
|
</view>
|