|
|
@@ -133,10 +133,11 @@
|
|
|
<view class="ghs_list_page flex-col">
|
|
|
|
|
|
<view style="background-color:white;margin-bottom:20upx;">
|
|
|
- <button class="admin-button-com mini-btn blue" style="margin-left:16upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/admin/stat/cgItem'})">采购统计</button>
|
|
|
- <button class="admin-button-com mini-btn blue" style="margin-left:16upx;padding-top:17upx;padding-bottom:17upx;" @click="suggest()">改进建议</button>
|
|
|
- <button class="admin-button-com mini-btn blue" style="margin-left:16upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/pagesPurchase/pb'})">已屏蔽列表</button>
|
|
|
- <button class="admin-button-com mini-btn blue" style="margin-left:16upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/pagesPurchase/open'})">商城功能开关</button>
|
|
|
+ <button class="admin-button-com mini-btn blue" style="margin-left:12upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/admin/staff/list'})">添加员工</button>
|
|
|
+ <button class="admin-button-com mini-btn blue" style="margin-left:12upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/admin/shop/add?id='+loginInfo.shopId})">修改地址</button>
|
|
|
+ <button class="admin-button-com mini-btn blue" style="margin-left:12upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/admin/stat/cgItem'})">采购统计</button>
|
|
|
+ <button class="admin-button-com mini-btn blue" style="margin-left:12upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/pagesPurchase/open'})">开关商城</button>
|
|
|
+ <button class="admin-button-com mini-btn blue" style="margin-left:12upx;padding-top:17upx;padding-bottom:17upx;" @click="goMore()">更多</button>
|
|
|
</view>
|
|
|
|
|
|
<template v-if="!$util.isEmpty(ad)">
|
|
|
@@ -304,6 +305,20 @@ export default {
|
|
|
|
|
|
},
|
|
|
methods: {
|
|
|
+ goMore(){
|
|
|
+ let that = this
|
|
|
+ uni.showActionSheet({
|
|
|
+ itemList: ['已屏蔽列表', '改进建议'],
|
|
|
+ success: function (res) {
|
|
|
+ if(res.tapIndex == 0){
|
|
|
+ that.$util.pageTo({url: '/pagesPurchase/pb'})
|
|
|
+ }
|
|
|
+ if(res.tapIndex == 1){
|
|
|
+ that.suggest()
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ },
|
|
|
showShopName(){
|
|
|
getShopInfo().then(res => {
|
|
|
if(res.name){
|
|
|
@@ -315,7 +330,7 @@ export default {
|
|
|
},
|
|
|
suggest(){
|
|
|
let that = this
|
|
|
- that.$util.confirmModal({content:'请添加客服微信反馈',okText:'复制微信'},() => {
|
|
|
+ that.$util.confirmModal({content:'请添加技术人员微信反馈',okText:'复制微信'},() => {
|
|
|
uni.setClipboardData({
|
|
|
data: '15280215347',
|
|
|
success: function() {
|
|
|
@@ -895,7 +910,7 @@ export default {
|
|
|
width: 130upx;
|
|
|
position: absolute;
|
|
|
left: 570upx;
|
|
|
- top: 105upx;
|
|
|
+ top: 98upx;
|
|
|
border-radius:39upx;
|
|
|
.text_13 {
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
@@ -912,7 +927,7 @@ export default {
|
|
|
width: 130upx;
|
|
|
position: absolute;
|
|
|
left: 570upx;
|
|
|
- top: 105upx;
|
|
|
+ top: 98upx;
|
|
|
border-radius:39upx;
|
|
|
.text_13 {
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
@@ -929,7 +944,7 @@ export default {
|
|
|
width: 170upx;
|
|
|
position: absolute;
|
|
|
left: 540upx;
|
|
|
- top: 105upx;
|
|
|
+ top: 98upx;
|
|
|
border-radius:39upx;
|
|
|
.text_13 {
|
|
|
color: rgba(255, 255, 255, 1);
|