Parcourir la source

供货商 增加添加供货商的页面

wangning il y a 5 ans
Parent
commit
429b2386d8
2 fichiers modifiés avec 11 ajouts et 5 suppressions
  1. 3 4
      ghsApp/src/admin/home/workbench.vue
  2. 8 1
      ghsApp/src/pages.json

+ 3 - 4
ghsApp/src/admin/home/workbench.vue

@@ -241,10 +241,9 @@ export default {
 					url: "/pagesStatistics/business"
 					url: "/pagesStatistics/business"
 				},
 				},
 				{
 				{
-					name: "全部",
-					img: `${this.$constant.imgUrl}/ghs/home/qball.png`,
-					url: "/admin/home/apply",
-					type:4
+					name: "供货商",
+					img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,
+					url: "/pagesPurchase/supplier"
 				}
 				}
 			],
 			],
 			// 总览
 			// 总览

+ 8 - 1
ghsApp/src/pages.json

@@ -628,12 +628,19 @@
 					}
 					}
 				},
 				},
 				{
 				{
-					"path": "order",
+					"path": "order", 
 					"style": {
 					"style": {
 						"navigationBarTitleText": "采购订单",
 						"navigationBarTitleText": "采购订单",
 						"enablePullDownRefresh": true
 						"enablePullDownRefresh": true
 					}
 					}
 				},
 				},
+        {
+					"path": "supplier",  
+					"style": {
+						"navigationBarTitleText": "供货商",
+						"enablePullDownRefresh": true
+					}
+				},
 				{
 				{
 					"path": "info",
 					"path": "info",
 					"style": {
 					"style": {