| | |
| | | upTestObject: "/capacityScope/upTestObject", //修改检测对象 |
| | | selectTestObjectByName: "/capacityScope/selectTestObjectByName", //获取检验对象枚举 |
| | | getInsProduction: "/capacityScope/getInsProduction", //设备里面选择检验项目(树形结构) |
| | | selectProductListByObjectId: "/capacityScope/selectProductListByObjectId", //维护检验对象的产品 |
| | | addProduct: "/capacityScope/addProduct", //新增产品 |
| | | delProduct: "/capacityScope/delProduct", //删除产品 |
| | | upProduct: "/capacityScope/upProduct", //修改产品 |
| | | getItemTree: "/capacityScope/getItemTree", //获取检验对象树 |
| | | } |
| | | |
| | | const laboratoryScope = { |
| | |
| | | selectStandardProductList: "/standardTree/selectStandardProductList", //通过标准树查询对应的检验项目 |
| | | selectStandardProductListByMethodId: "/standardTree/selectStandardProductListByMethodId", //通过检验标准查询检验项目 |
| | | selectStandardMethodEnum: "/standardTree/selectStandardMethodEnum", //获取标准树下标准方法枚举 |
| | | getStandardTree2: "/standardTree/getStandardTree2", //获取产品架构 |
| | | } |
| | | |
| | | const standardMethod = { |
| | |
| | | upReportUrl: "/insReport/upReportUrl", //报告还原 |
| | | writeReport: "/insReport/writeReport", //报告提交 |
| | | examineReport: "/insReport/examineReport", //报告审核 |
| | | ratifyReport: "/insReport/ratifyReport", //报告批准 |
| | | } |
| | | |
| | | const warehouse = { |