| | |
| | | report, |
| | | certification, |
| | | sealScope, |
| | | informationNotification, |
| | | } |
| | | } |
| | | |
| | |
| | | delInsOrderTemplate: "/insOrder/delInsOrderTemplate", //删除检验单模板 |
| | | selectSampleAndProductByOrderId: "/insOrder/selectSampleAndProductByOrderId", //通过检验单查询检验数据(数据查看) |
| | | costStatistics: "/insOrder/costStatistics", //费用统计 |
| | | selectSampleDefects: "/insOrder/selectSampleDefects", //样品缺陷指标 |
| | | } |
| | | |
| | | const sampleOrder = { |
| | |
| | | addSeal:"/sealScope/addSeal",//添加印章参数 |
| | | } |
| | | |
| | | const informationNotification = { |
| | | checkForUnreadData:"/informationNotification/checkForUnreadData",//查询是否存在未读数据 |
| | | deleteDataBasedOnId:"/informationNotification/deleteDataBasedOnId",//根据Id删除数据 |
| | | informationReadOrDelete:"/informationNotification/informationReadOrDelete",//标记所有信息为已读-删除所有已读消息 |
| | | page:"/informationNotification/page",//滚动分页查询 |
| | | updateMessageStatus:"/informationNotification/updateMessageStatus",//更新消息状态(拒绝、接收) |
| | | triggerModificationStatusToRead:"/informationNotification/triggerModificationStatusToRead",//点击详情触发修改状态为已读 |
| | | } |
| | | |