| | |
| | | selectSampleDefects: "/insOrder/selectSampleDefects", //样品缺陷指标 |
| | | updateStatus: "/insOrder/updateStatus", //将待审核更新成撤销状态 |
| | | updateInspected: "/insOrder/updateInspected", //将待检验的的撤销进行更改 |
| | | labelPrinting: "/insOrder/labelPrinting", //标签打印 |
| | | } |
| | | |
| | | const sampleOrder = { |
| | |
| | | uploadFile: "/insOrderPlan/uploadFile", // 附件上传 |
| | | downFile: "/insOrderPlan/downFile", // 附件下载 |
| | | checkSubmitPlan: "/insOrderPlan/checkSubmitPlan", // 校验检验任务提交 |
| | | getReportModel: "/insOrderPlan/getReportModel", // 切换光纤-光纤带记录模版查询检验内容 |
| | | write: "/insOrderPlan/write", // 填写温度与湿度 |
| | | temCycle: "/insOrderPlan/temCycle", // 温度循环查看列表数据(包括通过样品id,循环次数,温度,循环次数进行筛选) |
| | | } |
| | | |
| | | const systemLog = { |
| | |
| | | |
| | | const standardTree = { |
| | | selectStandardTreeList: "/standardTree/selectStandardTreeList", //获取标准树 |
| | | selectStandardTreeList2: "/standardTree/selectStandardTreeList2", //获取标准树 |
| | | addStandardTree: "/standardTree/addStandardTree", //添加标准树 |
| | | addStandardMethodList: "/standardTree/addStandardMethodList", //给标准树添加检验标准 |
| | | selectsStandardMethodByFLSSM: "/standardTree/selectsStandardMethodByFLSSM", //根据标准树进行标准查询 |