|
@@ -5,14 +5,13 @@
|
|
|
<view class="c-row b-b">
|
|
|
<view class="title">买方</view>
|
|
|
<view class="con-list">
|
|
|
- <view class="title">{{purchaseOrder.buyer}}</view>
|
|
|
+ <view v-if='goods.customerTypeFlag==1' class="title" @click="liang">{{purchaseOrder.customer?purchaseOrder.customer:goods.customerName}}></view>
|
|
|
+ <view v-if='goods.customerTypeFlag==2' class="title" @click="liang">{{purchaseOrder.compName?purchaseOrder.compName:goods.compName}}></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="c-row">
|
|
|
<view class="title">卖方</view>
|
|
|
<view class="con-list">
|
|
|
- <!-- <view v-if='goods.customerTypeFlag==1' class="title" @click="liang">{{purchaseOrder.customer?purchaseOrder.customer:goods.customerName}}></view>
|
|
|
- <view v-if='goods.customerTypeFlag==2' class="title" @click="liang">{{purchaseOrder.compName?purchaseOrder.compName:goods.compName}}></view> -->
|
|
|
{{purchaseOrder.seller}}
|
|
|
</view>
|
|
|
</view>
|