diff --git a/src/assets/images/menu/xmgk_ckgl.png b/src/assets/images/menu/xmgk_ckgl.png new file mode 100644 index 00000000..b0336c99 Binary files /dev/null and b/src/assets/images/menu/xmgk_ckgl.png differ diff --git a/src/assets/js/http.js b/src/assets/js/http.js index b89e821b..4bb2a837 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -41,7 +41,7 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://192.168.34.117:6023/' // 杨杰本地 // axios.defaults.baseURL = 'http://139.9.66.234:6324/' // 河南春笋 - axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上 + // axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上 // axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/ // axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1 // axios.defaults.baseURL ='http://47.97.202.104:6023/' //金林湾线上旧 @@ -80,7 +80,7 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://192.168.34.221:12346' //郭圣雄本地 // axios.defaults.baseURL = 'http://192.168.34.221:12350' //金林湾本地 // axios.defaults.baseURL = 'http://192.168.34.122:8070' //彭洁本地 - // axios.defaults.baseURL = 'http://192.168.34.221:8070' //郭圣雄本地 + axios.defaults.baseURL = 'http://192.168.34.221:8070' //郭圣雄本地 // axios.defaults.baseURL = 'http://101.43.164.214:11111' //百色线上 // axios.defaults.baseURL = 'http://101.43.164.214:12345/#/'//内蒙古线上 // axios.defaults.baseURL = 'http://121.196.214.246/api/'//金林湾线上新 diff --git a/src/router/index.js b/src/router/index.js index 9110577b..fe731918 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1070,28 +1070,46 @@ const routes2 = [ // 仓库管理------------------- { path: "/warehouseManagement/basicInformation/warehouseList", - name: "物料管理_基础信息管理_仓库管理_仓库列表", + name: "物料管理_基础信息管理_仓库管理", component: () => import("@/views/projectFront/warehouseManagement/basicInformation/warehouseList.vue") }, { path: "/warehouseManagement/basicInformation/InventorySituation", - name: "物料管理_基础信息管理_仓库管理_库存情况", + name: "物料管理_基础信息管理_库存情况", component: () => import("@/views/projectFront/warehouseManagement/basicInformation/InventorySituation.vue") }, { path: "/warehouseManagement/basicInformation/productClassification", - name: "物料管理_基础信息管理_货品管理_货品分类", + name: "物料管理_基础信息管理_货品管理", component: () => import("@/views/projectFront/warehouseManagement/basicInformation/productClassification.vue") }, { path: "/warehouseManagement/basicInformation/productManagement", - name: "物料管理_基础信息管理_货品管理_货品规格", + name: "物料管理_基础信息管理_供应商管理", component: () => import("@/views/projectFront/warehouseManagement/basicInformation/productManagement.vue") }, + { + path: "/warehouseManagement/basicInformation/materialReceiving", + name: "物料管理_基础信息管理_领料单位管理", + component: () => + import("@/views/projectFront/warehouseManagement/basicInformation/materialReceiving.vue") + }, + { + path: "/warehouseManagement/basicInformation/outsourcingManagement", + name: "物料管理_基础信息管理_部门或外加工管理", + component: () => + import("@/views/projectFront/warehouseManagement/basicInformation/outsourcingManagement.vue") + }, + { + path: "/warehouseManagement/basicInformation/employeeManagement", + name: "物料管理_基础信息管理_员工管理", + component: () => + import("@/views/projectFront/warehouseManagement/basicInformation/employeeManagement.vue") + }, diff --git a/src/views/projectFront/warehouseManagement/basicInformation/InventorySituation.vue b/src/views/projectFront/warehouseManagement/basicInformation/InventorySituation.vue index a01a1a3f..ebf89176 100644 --- a/src/views/projectFront/warehouseManagement/basicInformation/InventorySituation.vue +++ b/src/views/projectFront/warehouseManagement/basicInformation/InventorySituation.vue @@ -2,7 +2,7 @@
员工管理
+领料单位管理
+部门或外加工管理
+供应商
+供应商管理
仓库
+仓库管理