chenrui před 3 měsíci
rodič
revize
0cf4f4c695
2 změnil soubory, kde provedl 11 přidání a 4 odebrání
  1. 2 2
      manifest.json
  2. 9 2
      pages/shelfSetting/shelfSet.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "iSCM智慧供应链",
     "appid" : "__UNI__5B57B68",
     "description" : "iSCM智慧供应链系统",
-    "versionName" : "1.4.9",
-    "versionCode" : 149,
+    "versionName" : "1.5.1",
+    "versionCode" : 151,
     "transformPx" : false,
     "sassImplementationName" : "node-sass",
     /* 5+App特有相关 */

+ 9 - 2
pages/shelfSetting/shelfSet.vue

@@ -24,10 +24,17 @@
 						<u-icon name="arrow-right" color="#969da3" size="28"></u-icon>
 					</view>
 				</view>
-				<view class="card-row align_center flex justify_between" v-if="$hasPermissions('B_shelfSet_mobile_priceSetting')">
+				<view class="card-row align_center flex justify_between">
 					<view class="label" @click="showTip(0)">价格权限设置 <u-icon color="#ffaa00"
 							name="question-circle"></u-icon>:</view>
-					<view class="text flex align_center justify_end" @click="openSetPriceShow">
+					<view class="text flex align_center justify_end" @click="openSetPriceShow" v-if="$hasPermissions('B_shelfSet_mobile_priceSetting')">
+						<view style="flex-grow: 1;">
+							<view>货架产品:<text style="width: 80%;flex: 1;">{{showPriceStr.length ? showPriceStr.join("/") : '--'}}</text></view>
+							<view>非货架产品:<text style="width: 80%;flex: 1;">{{showNonPriceStr.length ? showNonPriceStr.join("/") : '--'}}</text></view>
+						</view>
+						<u-icon name="arrow-right" color="#969da3" size="28"></u-icon>
+					</view>
+					<view class="text flex align_center justify_end" v-else>
 						<view style="flex-grow: 1;">
 							<view>货架产品:<text style="width: 80%;flex: 1;">{{showPriceStr.length ? showPriceStr.join("/") : '--'}}</text></view>
 							<view>非货架产品:<text style="width: 80%;flex: 1;">{{showNonPriceStr.length ? showNonPriceStr.join("/") : '--'}}</text></view>