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