| | |
| | | selectSampleAndProductByOrderId: "/insOrder/selectSampleAndProductByOrderId", //通过检验单查询检验数据(数据查看) |
| | | costStatistics: "/insOrder/costStatistics", //费用统计 |
| | | selectSampleDefects: "/insOrder/selectSampleDefects", //样品缺陷指标 |
| | | updateStatus:"/insOrder/updateStatus",//将待审核更新成撤销状态 |
| | | updateInspected:"/insOrder/updateInspected",//将待检验的的撤销进行更改 |
| | | } |
| | | |
| | | const sampleOrder = { |
| | |
| | | upPlanUser: "/insOrderPlan/upPlanUser", //任务交接 |
| | | verifyPlan: "/insOrderPlan/verifyPlan", //复核检验任务 |
| | | submitPlan: "/insOrderPlan/submitPlan", //检验任务提交 |
| | | inspectionOrderDetailsTaskSwitching: "/insOrderPlan/inspectionOrderDetailsTaskSwitching", // 检验单详情-任务切换 |
| | | } |
| | | |
| | | const systemLog = { |
| | |
| | | page: "/informationNotification/page", //滚动分页查询 |
| | | updateMessageStatus: "/informationNotification/updateMessageStatus", //更新消息状态(拒绝、接收) |
| | | triggerModificationStatusToRead: "/informationNotification/triggerModificationStatusToRead", //点击详情触发修改状态为已读 |
| | | getNumberFourTypesMessagesHomePage: "/informationNotification/getNumberFourTypesMessagesHomePage", // 消息通知-获取首页四种消息数量 |
| | | } |
| | | |
| | | const performanceShift = { |