|
@@ -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>
|