|
|
@@ -3,10 +3,10 @@
|
|
|
<view class="ghs_list_area flex-col justify-end">
|
|
|
|
|
|
<view style="background-color:white;margin-bottom:20upx;">
|
|
|
- <button class="admin-button-com mini-btn blue" style="margin-left:12upx;" @click="pageTo({url:'/admin/stat/cgItem'})">采购统计</button>
|
|
|
- <button class="admin-button-com mini-btn blue" style="margin-left:12upx;" @click="suggest()">改进建议</button>
|
|
|
- <button class="admin-button-com mini-btn blue" style="margin-left:12upx;" @click="pageTo({url:'/pagesPurchase/pb'})">已屏蔽商家</button>
|
|
|
- <button class="admin-button-com mini-btn blue" style="margin-left:12upx;" @click="hasPb()">申请完整功能</button>
|
|
|
+ <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:15upx;padding-bottom:15upx;" @click="pageTo({url:'/admin/stat/cgItem'})">采购统计</button>
|
|
|
+ <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:15upx;padding-bottom:15upx;" @click="suggest()">改进建议</button>
|
|
|
+ <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:15upx;padding-bottom:15upx;" @click="pageTo({url:'/pagesPurchase/pb'})">已屏蔽商家</button>
|
|
|
+ <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:15upx;padding-bottom:15upx;" @click="pageTo({url:'/pagesPurchase/open'})">申请完整功能</button>
|
|
|
</view>
|
|
|
|
|
|
<template v-if="!$util.isEmpty(supplierList)">
|
|
|
@@ -26,6 +26,7 @@
|
|
|
<view class="tag_2" @click="pageTo({ url: '/admin/ghs/debtChange?ghsId='+ghsInfo.id})"> <text>欠款变动记录</text> </view>
|
|
|
<view class="tag_2" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})"> <text>结账记录</text> </view>
|
|
|
<view class="tag_2" @click="pageTo({url:'/pagesPurchase/shopping'})"> <text>买花记录</text> </view>
|
|
|
+
|
|
|
</view>
|
|
|
<view class="box_6 flex-row" @click="settleAccounts(ghsInfo)" v-if="Number(ghsInfo.debtAmount)>0">
|
|
|
<view class="show_clear_area flex-row justify-between">
|
|
|
@@ -39,7 +40,7 @@
|
|
|
</view>
|
|
|
<view class="button_4 flex-col" v-if="ghsInfo.isOpen == 1" @click="enterShop(ghsInfo)"><text class="text_13">买花</text></view>
|
|
|
<view class="button_5 flex-col" v-else @click="enterShop(ghsInfo)"><text class="text_13">买花</text></view>
|
|
|
-
|
|
|
+ <text style="position:absolute;left:615upx;top:238upx;color:#a9a2a2;" @click.stop="bpSj(ghsInfo)">屏蔽商家</text>
|
|
|
</view>
|
|
|
|
|
|
</template>
|
|
|
@@ -85,6 +86,9 @@ export default {
|
|
|
bookItem(item){
|
|
|
const { id } = item
|
|
|
this.pageTo({url: '/pagesPurchase/bookProduct?id='+id})
|
|
|
+ },
|
|
|
+ bpSj(item){
|
|
|
+
|
|
|
},
|
|
|
enterShop(item) {
|
|
|
if(item.isOpen == 0){
|