瀏覽代碼

客户名称

chenrui 2 年之前
父節點
當前提交
264208382f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>