|
@@ -38,9 +38,12 @@
|
|
</view>
|
|
</view>
|
|
<view v-if='gridList.serviceManagementType==3' class="c-row ">
|
|
<view v-if='gridList.serviceManagementType==3' class="c-row ">
|
|
<view class="title">客户</view>
|
|
<view class="title">客户</view>
|
|
- <view class="con-list">
|
|
|
|
|
|
+ <view v-if='gridList.customerName' class="con-list">
|
|
{{gridList.customerName}}({{gridList.customerPhone}})
|
|
{{gridList.customerName}}({{gridList.customerPhone}})
|
|
</view>
|
|
</view>
|
|
|
|
+ <view v-else class="con-list">
|
|
|
|
+ {{gridList.compName}}
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="c-row ">
|
|
<view class="c-row ">
|
|
<view class="title">货名</view>
|
|
<view class="title">货名</view>
|