| | |
| | | selectInsOrderTemplateById: "/insOrder/selectInsOrderTemplateById", //通过检验单模板id获取检验单模板内容 |
| | | delInsOrderTemplate: "/insOrder/delInsOrderTemplate", //删除检验单模板 |
| | | selectSampleAndProductByOrderId: "/insOrder/selectSampleAndProductByOrderId", //通过检验单查询检验数据(数据查看) |
| | | costStatistics: "/insOrder/costStatistics", //费用统计 |
| | | } |
| | | |
| | | const sampleOrder = { |
| | |
| | | const insReport = { |
| | | pageInsReport: "/insReport/pageInsReport", //查询检验报告数据 |
| | | wordToHtml: "/insReport/wordToHtml", //Word转HTML |
| | | inReport: "/insReport/inReport", //报告上传 |
| | | upReportUrl: "/insReport/upReportUrl", //报告还原 |
| | | } |
| | | |
| | | const warehouse = { |