EasyUI基于权限的仓库管理系统

时间:2021-06-04 07:14:45
【文件属性】:
文件名称:EasyUI基于权限的仓库管理系统
文件大小:10.64MB
文件格式:RAR
更新时间:2021-06-04 07:14:45
仓库管理 case '仓库主管': treeDate = [ { text:"仓库管理员", children:[{ text:"员工信息管理", attributes:{ url:"employeeManage.jsp" } },{ text:"角色信息管理", attributes:{ url:"roleManage.jsp" } },{ text:"权限信息管理", attributes:{ url:"permissionManage.jsp" } },{ text:"角色权限管理", attributes:{ url:"rolePermissionManage.jsp" } },{ text:"仓库管理", attributes:{ url:"storeManage.jsp" } },{ text:"仓位管理", attributes:{ url:"placeManage.jsp" } }] }, { text:"原材料仓库", children:[{ text:"原材料管理", attributes:{ url:"rawMaterialManage.jsp" } },{ text:"收料管理", attributes:{ url:"receiveMaterialManage.jsp" } },{ text:"领料管理", attributes:{ url:"pickMaterialManage.jsp" } },{ text:"库存盘点", children:[{ text:"原材料库存余量", attributes:{ url:"rawInventoryCheckManage.jsp" } },{ text:"原材料盘点", attributes:{ url:"rawMaterialPD.jsp" } } ] },{ text:"供货商信息管理", attributes:{ url:"supplierManage.jsp" } }] }, { text:"成品仓库", children:[{ text:"成品管理", attributes:{ url:"finishedMaterialManage.jsp" } },{ text:"入库管理", attributes:{ url:"intoStorageManage.jsp" } },{ text:"出库管理", attributes:{ url:"outStorageManage.jsp" } },{ text:"转储管理", attributes:{ url:"dumpManage.jsp" } },{ text:"库存盘点", children:[{ text:"成品库存余量", attributes:{ url:"finishedInventoryCheckManage.jsp" } },{ text:"成品盘点", attributes:{ url:"finishedMaterialPD.jsp" } } ] },{ text:"客户信息管理", attributes:{ url:"customerManage.jsp" } }] }, { text:"退出系统" } ]; break; case '原材料仓库管理员': treeDate = [ { text:"原材料仓库", children:[{ text:"原材料管理", attributes:{ url:"rawMaterialManage.jsp" } },{ text:"收料管理", attributes:{ url:"receiveMaterialManage.jsp" } },{ text:"领料管理", attributes:{ url:"pickMaterialManage.jsp" } },{ text:"库存盘点", attributes:{ url:"rawInventoryCheckManage.jsp" } },{ text:"供货商信息管理", attributes:{ url:"supplierManage.jsp" } }] }, { text:"退出系统" } ]; break; case '成品仓库管理员': treeDate = [ { text:"成品材料仓库", children:[{ text:"成品管理", attributes:{ url:"finishedMaterialManage.jsp" } },{ text:"入库管理", attributes:{ url:"intoStorageManage.jsp" } },{ text:"出库管理", attributes:{ url:"outStorageManage.jsp" } },{ text:"转储管理", attributes:{ url:"dumpManage.jsp" } },{ text:"库存盘点", attributes:{ url:"finishedInventoryCheckManage.jsp" } },{ text:"客户信息管理", attributes:{ url:"customerManage.jsp" } }] }, { text:"退出系统" } ]; break; default: treeDate = [{ text: "无权限" }]

网友评论