gjy 3 lat temu
rodzic
commit
f57af02aa4
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      pages/erpbusiness/examine_quality_testing.vue

+ 4 - 1
pages/erpbusiness/examine_quality_testing.vue

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