Browse Source

客户名称

chenrui 2 years ago
parent
commit
74ae5f61d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/sales/salesDetail.vue

+ 1 - 1
pages/sales/salesDetail.vue

@@ -5,7 +5,7 @@
 			<u-section @click="infoModal=true" title="基础信息" sub-title="查看更多" :line-color="$config('primaryColor')"></u-section>
 			<view class="info-item-box">
 				<text class="info-item-tit color_6">客户名称</text>
-				<text>{{detailData && detailData.buyerName || '--'}}</text>
+				<text>{{detailData&&detailData.buyerNameCurrent?detailData.buyerName?detailData.buyerName==detailData.buyerNameCurrent?detailData.buyerNameCurrent:detailData.buyerNameCurrent+'('+detailData.buyerName+')':detailData.buyerNameCurrent:'--' }}</text>
 			</view>
 			<view class="info-item-box">
 				<text class="info-item-tit color_6">销售单号</text>