Browse Source

客户名称

chenrui 2 years ago
parent
commit
264208382f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/sales/orderInfoModal.vue

+ 1 - 1
pages/sales/orderInfoModal.vue

@@ -9,7 +9,7 @@
 				</view>
 				<view class="order-info-list">
 					<text class="info-item-tit">客户名称:</text>
-					<text class="info-item-txt">{{ (infoData && infoData.buyerName) || '--' }}</text>
+					<text class="info-item-txt">{{infoData&&infoData.buyerNameCurrent?infoData.buyerName?infoData.buyerName==infoData.buyerNameCurrent?infoData.buyerNameCurrent:infoData.buyerNameCurrent+'('+infoData.buyerName+')':infoData.buyerNameCurrent:'--' }}</text>
 				</view>
 				<view class="order-info-list">
 					<text class="info-item-tit">客户地址:</text>