|
|
@@ -85,7 +85,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <block v-if="pfLevel == 0 && lookMoney == 1">
|
|
|
+ <block v-if="lookMoney == 1">
|
|
|
<div class="module-com order-wrap" @click="pageTo({url:'/admin/stat/kdIncome'})">
|
|
|
<div class="total-blo">
|
|
|
<div class="total-list2">
|
|
|
@@ -145,10 +145,6 @@
|
|
|
<image @click="skKd()" :src="isScanEnv ? skSrc3 : skSrc" mode="widthFix"></image>
|
|
|
<image @click="customKd()" :src="isScanEnv ? pfSrc3 : pfSrc" mode="widthFix" ></image>
|
|
|
</view>
|
|
|
- <view class="tabs-head_bx" v-if="pfLevel == 1">
|
|
|
- <image @click="orderGather()" :src="ydhz" mode="widthFix" ></image>
|
|
|
- <image @click="bookOrder()" :src="ydd" mode="widthFix"></image>
|
|
|
- </view>
|
|
|
<view v-if="!$util.isEmpty(errorPirceList)" style="text-align:center;"><text @click="showErrorPriceFn"
|
|
|
style="color:red;font-weight:bold;font-size:30upx;">【花材价格异常,点击查看】</text></view>
|
|
|
|
|
|
@@ -289,8 +285,7 @@ export default {
|
|
|
sendOrderList:[],
|
|
|
showSendPage:0,
|
|
|
renewType:0,
|
|
|
- yesterdayIncome:0,
|
|
|
- pfLevel:0
|
|
|
+ yesterdayIncome:0
|
|
|
};
|
|
|
},
|
|
|
onShareAppMessage(res) {
|
|
|
@@ -484,7 +479,6 @@ export default {
|
|
|
getShopName(){
|
|
|
currentShop().then(res => {
|
|
|
if(res.code == 1){
|
|
|
- this.pfLevel = res.data.pfLevel ? res.data.pfLevel : 0
|
|
|
let sjName = res.data.merchantName ? res.data.merchantName : ''
|
|
|
let shopName = res.data.shopName ? res.data.shopName : ''
|
|
|
let title = (shopName == '首店'||shopName == '仓库') ? sjName : shopName
|