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 @@
-
仓库
+
库存情况
diff --git a/src/views/projectFront/warehouseManagement/basicInformation/employeeManagement.vue b/src/views/projectFront/warehouseManagement/basicInformation/employeeManagement.vue new file mode 100644 index 00000000..cecc6850 --- /dev/null +++ b/src/views/projectFront/warehouseManagement/basicInformation/employeeManagement.vue @@ -0,0 +1,486 @@ + + + \ No newline at end of file diff --git a/src/views/projectFront/warehouseManagement/basicInformation/materialReceiving.vue b/src/views/projectFront/warehouseManagement/basicInformation/materialReceiving.vue new file mode 100644 index 00000000..94c3a437 --- /dev/null +++ b/src/views/projectFront/warehouseManagement/basicInformation/materialReceiving.vue @@ -0,0 +1,493 @@ + + + \ No newline at end of file diff --git a/src/views/projectFront/warehouseManagement/basicInformation/outsourcingManagement.vue b/src/views/projectFront/warehouseManagement/basicInformation/outsourcingManagement.vue new file mode 100644 index 00000000..8b0b856e --- /dev/null +++ b/src/views/projectFront/warehouseManagement/basicInformation/outsourcingManagement.vue @@ -0,0 +1,480 @@ + + + \ No newline at end of file diff --git a/src/views/projectFront/warehouseManagement/basicInformation/productClassification.vue b/src/views/projectFront/warehouseManagement/basicInformation/productClassification.vue index 13483311..98a715a5 100644 --- a/src/views/projectFront/warehouseManagement/basicInformation/productClassification.vue +++ b/src/views/projectFront/warehouseManagement/basicInformation/productClassification.vue @@ -3,10 +3,9 @@
- 材料类别 + 货品管理 查询 + 刷新 新建新增
@@ -386,6 +386,12 @@ export default { this.getListData() }, methods: { + refresh() { + // this.$refs['searchForm'].resetFields() + // this.pagInfo.pageNo = 1 //页数 + // this.pagInfo.pageSize = 10 //条数 + // this.getList() + }, //新增分类 addClass() { this.title='新增分类' @@ -677,7 +683,7 @@ export default { .rightButtom { position: absolute; - right: 13%; + right: 9%; top: 5%; } diff --git a/src/views/projectFront/warehouseManagement/basicInformation/productManagement.vue b/src/views/projectFront/warehouseManagement/basicInformation/productManagement.vue index eee9973b..9b3b7982 100644 --- a/src/views/projectFront/warehouseManagement/basicInformation/productManagement.vue +++ b/src/views/projectFront/warehouseManagement/basicInformation/productManagement.vue @@ -1,7 +1,7 @@