gjy 3 лет назад
Родитель
Сommit
4525791243
3 измененных файлов с 4 добавлено и 5 удалено
  1. 2 3
      pageA/product/business_sale.vue
  2. 1 1
      pageA/product/detail.vue
  3. 1 1
      pageA/product/sales_detail.vue

+ 2 - 3
pageA/product/business_sale.vue

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

+ 1 - 1
pageA/product/detail.vue

@@ -190,7 +190,7 @@
 				<view class='shade-content-item'>
 					您的粮商身份正在审核中,请耐心等待认证状态可在<text>我的-身份认证</text>中查看
 				</view>
-				<image @click='status==false' style='width:30px;height:30px;margin-top:10px;' src='../../static/img/jiaoyi/guanbi-2@3x.png'></image>
+				<image @click='status=false' style='width:30px;height:30px;margin-top:10px;' src='../../static/img/jiaoyi/guanbi-2@3x.png'></image>
 			</view>
 		</view>
 		<!-- 底部操作菜单 -->

+ 1 - 1
pageA/product/sales_detail.vue

@@ -202,7 +202,7 @@
 				<view class='shade-content-item'>
 					您的粮商身份正在审核中,请耐心等待认证状态可在<text>我的-身份认证</text>中查看
 				</view>
-				<image @click='status==false' style='width:30px;height:30px;margin-top:10px;' src='../../static/img/jiaoyi/guanbi-2@3x.png'></image>
+				<image @click='status=false' style='width:30px;height:30px;margin-top:10px;' src='../../static/img/jiaoyi/guanbi-2@3x.png'></image>
 			</view>
 		</view>
 		<!-- 底部操作菜单 -->