| | |
| | | addStandardProduct: "/standardTree/addStandardProduct", //新增标准树下的检验项目 |
| | | delStandardTree: "/standardTree/delStandardTree", //删除标准树的层级 |
| | | selectStandardProductList: "/standardTree/selectStandardProductList", //通过标准树查询对应的检验项目 |
| | | selectStandardProductListByMethodId: "/standardTree/selectStandardProductListByMethodId", //通过检验标准查询检验项目 |
| | | } |
| | | |
| | | const standardMethod = { |
| | | selectStandardMethodList: "/standardMethod/selectStandardMethodList", //获取标准方法列表 |
| | | selectStandardMethods: "/standardMethod/selectStandardMethods", //获取标准方法枚举 |
| | | addStandardMethod: "/standardMethod/addStandardMethod", //添加标准方法 |
| | | upStandardMethod: "/standardMethod/upStandardMethod", //修改标准方法 |
| | | delStandardMethod: "/standardMethod/delStandardMethod", //删除标准方法 |
| | | } |
| | | |
| | | const StandardTemplate = { |