lilei 3 vuotta sitten
vanhempi
commit
764e151d03
2 muutettua tiedostoa jossa 7 lisäystä ja 5 poistoa
  1. 2 2
      manifest.json
  2. 5 3
      pages/sales/productPricing.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "iSCM智慧供应链",
     "name" : "iSCM智慧供应链",
     "appid" : "__UNI__5B57B68",
     "appid" : "__UNI__5B57B68",
     "description" : "iSCM智慧供应链系统",
     "description" : "iSCM智慧供应链系统",
-    "versionName" : "1.1.1",
-    "versionCode" : 111,
+    "versionName" : "1.1.2",
+    "versionCode" : 112,
     "transformPx" : false,
     "transformPx" : false,
     /* 5+App特有相关 */
     /* 5+App特有相关 */
     "app-plus" : {
     "app-plus" : {

+ 5 - 3
pages/sales/productPricing.vue

@@ -14,7 +14,9 @@
 							<text>{{item.name}}</text>
 							<text>{{item.name}}</text>
 							<copyText :text="item.name" label="产品名称"></copyText>
 							<copyText :text="item.name" label="产品名称"></copyText>
 						</view>
 						</view>
-						<view class="u-last" @click="toViewDetail(item)">销售记录</view>
+						<view class="u-last">
+							<u-button size="mini"  @click="toViewDetail(item)" shape="circle">销售记录</u-button>
+						</view>
 					</view>
 					</view>
 					<view class="st-detailList-item-con flex align_center">
 					<view class="st-detailList-item-con flex align_center">
 						<view class="pimgs">
 						<view class="pimgs">
@@ -25,8 +27,8 @@
 							<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" @click="toViewDetail(item)">
-									库存数:<text style="text-decoration: underline;color: dodgerblue;">{{toThousands(item.stockQty|| 0)}}</text>
+								<view class="font_13">
+									库存数:<text>{{toThousands(item.stockQty|| 0)}}</text>
 								</view>
 								</view>
 								<view class="font_13">
 								<view class="font_13">
 									车主价:<text class="red">¥{{toThousands(item.carOwnersPrice|| 0,2)}} </text>
 									车主价:<text class="red">¥{{toThousands(item.carOwnersPrice|| 0,2)}} </text>