| | |
| | | const standard = { |
| | | // 技术管理-标准Bom |
| | | selectTreeByMaterial: "material/selectTreeByMaterial", //查询物料的树 |
| | | selectVersion:"/material/selectVersion",//右侧版本 |
| | | selectProductByMaterial: "product/selectTreeByMaterial", //根据物料查询项目表格 |
| | | selectTechnologyByMaterial: "technology/select", |
| | | selectAll:"/material/selectAll",//右侧数据 |
| | | // 技术管理-技术文件 |
| | | selectAllOrder: "/orders/selectAllOrder", //查询所有订单列表 |
| | | selectOrderById: "/orders/selectOrderById", //根据订单id查询订单详情 |
| | | |
| | | |
| | | //订单BOM |
| | | delDevice:"/device/delDeviceById",//订单Bom |
| | | compile:"/orders/compile",//编制 |
| | | } |
| | | // 原材料检验 |
| | | const raw = { |
| | | selectRawInspectsList: "rawInspect/selectRawInspectsList", //查询原材料检验单列表 |
| | | selectRawInspectsListById: "rawInspect/selectRawInspectsListById/", //根据检验单id获取检验单详情 |
| | | updaterawInsProduct: 'rawInsProduct/updaterawInsProduct', //修改项目的检验值 |
| | | selectRawInspectsList: "/rawInspect/selectRawInspectsList", //查询原材料检验单列表 |
| | | selectRawInspectsListById: "/rawInspect/selectRawInspectsListById/", //根据检验单id获取检验单详情 |
| | | updaterawInsProduct: '/rawInsProduct/updaterawInsProduct', //修改项目的检验值 |
| | | updateRawInspectsById: "/rawInspect/updateRawInspectsById/", //上报, |
| | | selectRawMaterial: "/rawInspect/selectMaterial", //查询原材料信息 |
| | | selectDevice: "/rawInsProduct/selectDevice", //查询设备信息 |
| | | selectSpBySt: "/rawInspect/selectSpBySt", //根据材料id查询所有型号, |
| | | addRawInspects: "/rawInspect/addRawInspects" |
| | | } |
| | | //不合格原材料 |
| | | const unqualifiedaa ={ |
| | | selectUnRawInspectsList: "/inspectUnaccepted/selectUnRawInspectsList" |
| | | selectUnRawInspectsList: "/inspectUnaccepted/selectURawMaterials" |
| | | } |
| | | |
| | | // 查询成品不合格品管理 |
| | | const unRawInspects ={ |
| | | inspectUnaccepted: "/inspectUnaccepted/selectUnRawInspectsList" |
| | | } |
| | | //不合格品处置 |
| | | const dispose = { |
| | | getTable: "/inspectUnaccepted/selectDisposal", // 不合格品分页列表 |
| | | descriptionUpdate: "/inspectUnaccepted/descriptionUpdate", // 失焦更新现像描述 |
| | | viewEditorial: "/inspectUnaccepted/viewEditorial", // 查看编辑意见 |
| | | clickEditing: "/inspectUnaccepted/clickEditing", // 点击编辑意见触发查询 |
| | | addOpinion: "/inspectUnaccepted/addOpinion" // 编辑意见-->确定按钮 |
| | | } |
| | | // 成品检验 |
| | | const finishedIns = { |
| | | finishedInsListPage: "/finished-inspect/list_page", //获取成品检验列表 |
| | |
| | | |
| | | // QMS实验室管理 |
| | | const laboratory = { |
| | | delDeviceById:"/device/delDeviceById",//删除 |
| | | addApi:"/device/add",//新增 |
| | | listgroup:"/device/list_group", |
| | | selectDevice:"/device/selectDevice",//右边展示 |
| | | addDeviceInspectDownBox: "/device/listInspect", // 新增仪器设备:检验项目下拉框 |
| | | selectDeviceInspectMessage: "/device/inspectId", // 新增仪器设备:根据检验项目ID查询数据 |
| | | addDeviceKeeper: "/device/list_user",// 新增仪器设备:保管人下拉框 |
| | |
| | | tableDeviceList: "/device/table_list", // 实验室模块表格数据 |
| | | deleteDevice: "/device/delete", // 删除实验室设备 |
| | | deleteIdorFather: "/device/deleteIdorFather" // 删除树模块数据 |
| | | } |
| | | //不合格品处置 |
| | | const dispose = { |
| | | gettable:"/opinion/list_page" |
| | | } |
| | | |
| | | // QMS计量管理 |
| | |
| | | delAll:"selfcheckModel/delAllTech",//批量删除---.自检 |
| | | |
| | | selectjilu:"/recordModel/selectAllRecord",//生产记录维护---》右边 |
| | | selecRecord:"/recordModel/selecRecordById",//生产记录----.编辑 |
| | | delQueById:"/recordModel/delQueById",//删除---.记录内容 |
| | | selecRecord:"/recordModel/selecRecordById",//生产记录----.新增 |
| | | writeRecordById:"/recordModel/writeRecordById",//编辑 |
| | | delQueByIdapi:"/recordModel/delQueById",//删除---.记录内容 |
| | | |
| | | delAllRecord:"/recordModel/delAllRecord",//删除批量--->记录 |
| | | addRecord:"/recordModel/addRecord",//生产记录-------.新增 |
| | | |
| | |
| | | ...unqualifiedaa, |
| | | ...dispose, |
| | | ...Basicdata, |
| | | ...unRawInspects, |
| | | // ...gettable, |
| | | selectSaleList: "sale/selectSaleList", //查询销售单列表 |
| | | selectSaleDatilById: "sale/selectSaleDatilById", //根据销售单id查看详情, |