shish пре 4 година
родитељ
комит
325c14a772
3 измењених фајлова са 3 додато и 4 уклоњено
  1. 1 2
      ghsApp/src/admin/home/apply.vue
  2. 1 1
      ghsApp/src/api/product/index.js
  3. 1 1
      ghsApp/src/pages.json

+ 1 - 2
ghsApp/src/admin/home/apply.vue

@@ -63,8 +63,7 @@ export default {
                         {name: "门店",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/shop/list"},
                         {name: "门店",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/shop/list"},
                         {name: "员工",img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,url: "/admin/staff/list"},
                         {name: "员工",img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,url: "/admin/staff/list"},
                         {name: "调拨出库",img: `${this.$constant.imgUrl}/ghs/home/dbck.png`,url: "/pagesStorehouse/allot/allotEx"},
                         {name: "调拨出库",img: `${this.$constant.imgUrl}/ghs/home/dbck.png`,url: "/pagesStorehouse/allot/allotEx"},
-                        {name: "调拨入库",img: `${this.$constant.imgUrl}/ghs/home/dbrk.png`,url: "/pagesStorehouse/allot/allotPut"},
-                        {name: "客户分级指标",img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,url: "/admin/custom/levelSet"},
+                        {name: "调拨入库",img: `${this.$constant.imgUrl}/ghs/home/dbrk.png`,url: "/pagesStorehouse/allot/allotPut"}
                     ]
                     ]
                 },
                 },
                 {
                 {

+ 1 - 1
ghsApp/src/api/product/index.js

@@ -38,7 +38,7 @@ export const changePriceByIdApi = data => {
 	return https.post("/product/change-price", data);
 	return https.post("/product/change-price", data);
 };
 };
 
 
-//批量改价
+//改价
 export const batchChangePrice = data => {
 export const batchChangePrice = data => {
 	return https.post("/product/batch-change-price", data);
 	return https.post("/product/batch-change-price", data);
 };
 };

+ 1 - 1
ghsApp/src/pages.json

@@ -100,7 +100,7 @@
 		{
 		{
 			"root": "admin/changePrice",
 			"root": "admin/changePrice",
 			"pages": [
 			"pages": [
-				{"path": "list","style": {"navigationBarTitleText": "批量改价"}}
+				{"path": "list","style": {"navigationBarTitleText": "改价"}}
 			]
 			]
 		},
 		},
 		{
 		{