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