Browse Source

bug 修复

lilei 3 years ago
parent
commit
b78e9e66c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/sales/productPricing.vue

+ 1 - 1
pages/sales/productPricing.vue

@@ -25,7 +25,7 @@
 							<view class="padding_3">原厂编码:{{(item.origCode&&item.origCode!=' ')?item.origCode:'--'}} </view>
 							<view class="padding_3">原厂编码:{{(item.origCode&&item.origCode!=' ')?item.origCode:'--'}} </view>
 							<view class="padding_3">品牌:{{item.productBrandName || '--'}} </view>
 							<view class="padding_3">品牌:{{item.productBrandName || '--'}} </view>
 							<view class="flex align_center justify_between">
 							<view class="flex align_center justify_between">
-								<view class="font_13">
+								<view class="font_13" @click="toViewDetail(item)">
 									库存数:<text style="text-decoration: underline;color: dodgerblue;">{{toThousands(item.stockQty|| 0)}}</text> 个
 									库存数:<text style="text-decoration: underline;color: dodgerblue;">{{toThousands(item.stockQty|| 0)}}</text> 个
 								</view>
 								</view>
 								<view class="font_13">
 								<view class="font_13">