| | |
| | | selectProductByMaterial: "product/selectTreeByMaterial", //根据物料查询项目表格 |
| | | selectTechnologyByMaterial: "technology/select", |
| | | selectAll:"/material/selectAll",//右侧数据 |
| | | leftAddOneTwo: "/material/add",//左侧新增1,2级 |
| | | leftAddThree: "/standard/add",//左侧三级新增 |
| | | leftAddFour: "/specifications/add",//左侧四级新增 |
| | | // 技术管理-技术文件 |
| | | selectAllOrder: "/orders/selectAllOrder", //查询所有订单列表 |
| | | selectOrderById: "/orders/selectOrderById", //根据订单id查询订单详情 |
| | |
| | | |
| | | //订单BOM |
| | | delDevice:"/device/delDeviceById",//订单Bom |
| | | compile:"/orders/compile",//编制 |
| | | } |
| | | // 原材料检验 |
| | | const raw = { |
| | |
| | | selectRawInspectsListById: "/rawInspect/selectRawInspectsListById/", //根据检验单id获取检验单详情 |
| | | updaterawInsProduct: '/rawInsProduct/updaterawInsProduct', //修改项目的检验值 |
| | | updateRawInspectsById: "/rawInspect/updateRawInspectsById/", //上报, |
| | | selectDevice: "/rawInsProduct/selectDevice", //查询设备信息 |
| | | selectSpBySt: "/rawInspect/selectSpBySt", //根据材料id查询所有型号, |
| | | addRawInspects: "/rawInspect/addRawInspects" |
| | | rawSelectDevice: "/rawInsProduct/selectDevice", //查询设备信息 |
| | | addRawInspects: "/rawInspect/addRawInspects", // 添加 |
| | | updateDevByRpId: "/rawInsProduct/updateDevByRpId", // 更改设备 |
| | | } |
| | | //不合格原材料 |
| | | const unqualifiedaa ={ |
| | | selectUnRawInspectsList: "/inspectUnaccepted/selectURawMaterials" |
| | | selectUnRawInspectsList: "/inspectUnaccepted/selectURawMaterials", // 查询原材料不合格品检验单列表 |
| | | evaluatePassOrNo: "/inspectUnaccepted/evaluatePassOrNo" // 评审 |
| | | } |
| | | // 查询成品不合格品管理 |
| | | const unRawInspects ={ |
| | |
| | | projectListByfinishId: "/inspection-item/list_user", //根据id查询所有项目 |
| | | |
| | | } |
| | | |
| | | // 过程检验 |
| | | const processInspection = { |
| | | selectProcessInspectsList: "/processInspect/selectProcessInspectsList", // 分页查询过程检验单列表 |
| | | } |
| | | // QMS实验室管理 |
| | | const laboratory = { |
| | | delDeviceById:"/device/delDeviceById",//删除 |
| | |
| | | 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",//生产记录-------.新增 |
| | | |
| | |
| | | ...dispose, |
| | | ...Basicdata, |
| | | ...unRawInspects, |
| | | ...processInspection, |
| | | // ...gettable, |
| | | selectSaleList: "sale/selectSaleList", //查询销售单列表 |
| | | selectSaleDatilById: "sale/selectSaleDatilById", //根据销售单id查看详情, |