shish 4 лет назад
Родитель
Сommit
4f13f32c00
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      hdApp/src/admin/home/workbench.vue

+ 1 - 5
hdApp/src/admin/home/workbench.vue

@@ -96,7 +96,7 @@ export default {
         { name: "制作单", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/list",pf:1 },
         { name: "花材", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/item/list",pf:1 },
         { name: "改价", img: `${this.$constant.imgUrl}/ghs/home/gj.png`, url: "/admin/changePrice/list",pf:0},
-        { name: "供应商", img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`, url: "/pagesPurchase/order",pf:0 },
+        { name: "供应商", img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`, url: "/pagesPurchase/order",pf:1 },
         { name: "采购单", img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`, url: "/pagesPurchase/shopping",pf:0 },
         { name: "采购结账单", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/clear/list",pf:0 },
         { name: "商品", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goods/list",pf:1 },
@@ -148,10 +148,6 @@ export default {
       this.$util.pageTo({url:'/admin/work/add'})
     },
     goCg(){
-      if(this.getLoginInfo.pfShopId && Number(this.getLoginInfo.pfShopId)>0){
-          this.$msg('请在批发端操作')
-          return false
-      }
       this.$util.pageTo({url:'/pagesPurchase/order'})
     },
     goPage (item) {