Browse Source

通知内容

shish 3 years ago
parent
commit
69d97c52e6

+ 5 - 1
ghsApp/src/admin/clear/customInfo.vue

@@ -5,6 +5,10 @@
 				单据信息
 				单据信息
 			</view>
 			</view>
 			<view class="bills-info_box content-box">
 			<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 class="order-info_box">
 					<view>订单日期:</view>
 					<view>订单日期:</view>
 					<view>{{ detailInfo.addTime ? detailInfo.addTime.substr(5,11) : '' }}</view>
 					<view>{{ detailInfo.addTime ? detailInfo.addTime.substr(5,11) : '' }}</view>
@@ -29,7 +33,7 @@
 					<view>{{ detailInfo.operator }}</view>
 					<view>{{ detailInfo.operator }}</view>
 				</view>
 				</view>
 				<view class="order-info_box">
 				<view class="order-info_box">
-					<view>状态:</view>
+					<view>结账状态:</view>
 					<view>{{detailInfo.status==1?'待结清':detailInfo.status==2?'已结清':detailInfo.status==3?'已取消':'待结清'}}</view>
 					<view>{{detailInfo.status==1?'待结清':detailInfo.status==2?'已结清':detailInfo.status==3?'已取消':'待结清'}}</view>
 				</view>
 				</view>
 			</view>
 			</view>

+ 4 - 0
ghsApp/src/pagesOrder/detail.vue

@@ -23,6 +23,10 @@
 				</view>
 				</view>
 			</view>
 			</view>
 			<view class="bills-info_box content-box">
 			<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 class="order-info_box">
 					<view>订单日期:</view>
 					<view>订单日期:</view>
 					<view>{{ detailInfo.addTime?detailInfo.addTime.substr(5,11):'' }}</view>
 					<view>{{ detailInfo.addTime?detailInfo.addTime.substr(5,11):'' }}</view>

+ 5 - 1
jdApp/src/admin/clear/customInfo.vue

@@ -5,6 +5,10 @@
 				单据信息
 				单据信息
 			</view>
 			</view>
 			<view class="bills-info_box content-box">
 			<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 class="order-info_box">
 					<view>订单日期:</view>
 					<view>订单日期:</view>
 					<view>{{ detailInfo.addTime ? detailInfo.addTime.substr(5,11) : '' }}</view>
 					<view>{{ detailInfo.addTime ? detailInfo.addTime.substr(5,11) : '' }}</view>
@@ -29,7 +33,7 @@
 					<view>{{ detailInfo.operator }}</view>
 					<view>{{ detailInfo.operator }}</view>
 				</view>
 				</view>
 				<view class="order-info_box">
 				<view class="order-info_box">
-					<view>状态:</view>
+					<view>结账状态:</view>
 					<view>{{detailInfo.status==1?'待结清':detailInfo.status==2?'已结清':detailInfo.status==3?'已取消':'待结清'}}</view>
 					<view>{{detailInfo.status==1?'待结清':detailInfo.status==2?'已结清':detailInfo.status==3?'已取消':'待结清'}}</view>
 				</view>
 				</view>
 			</view>
 			</view>

+ 4 - 0
jdApp/src/pagesOrder/detail.vue

@@ -23,6 +23,10 @@
 				</view>
 				</view>
 			</view>
 			</view>
 			<view class="bills-info_box content-box">
 			<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 class="order-info_box">
 					<view>订单日期:</view>
 					<view>订单日期:</view>
 					<view>{{ detailInfo.addTime?detailInfo.addTime.substr(5,11):'' }}</view>
 					<view>{{ detailInfo.addTime?detailInfo.addTime.substr(5,11):'' }}</view>