Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-after
| | |
| | | @ValueClassify("检验任务") |
| | | @ApiOperation(value = "检验任务提交") |
| | | @PostMapping("/submitPlan") |
| | | public Result<?> submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode, String sampleCode) { |
| | | int num = insOrderPlanService.submitPlan(orderId, laboratory, verifyUser, entrustCode, sampleCode); |
| | | public Result<?> submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode) { |
| | | int num = insOrderPlanService.submitPlan(orderId, laboratory, verifyUser, entrustCode); |
| | | return num == 1 ? Result.success() : Result.fail("提交失败,部分项目还未进行检验"); |
| | | } |
| | | |
| | |
| | | @ValueTableShow(name = "样品编号") |
| | | private String sampleCode; |
| | | |
| | | @ValueTableShow(value = 2, name = "样品名称") |
| | | @ValueTableShow(value = 1, name = "样品名称") |
| | | private String sample; |
| | | |
| | | @ValueTableShow(value = 4, name = "样品型号") |
| | | @ValueTableShow(value = 2, name = "检验项") |
| | | private String inspectionItem; |
| | | |
| | | @ValueTableShow(value = 3, name = "检验子项") |
| | | private String inspectionItemSubclass; |
| | | |
| | | @ValueTableShow(value = 4, name = "单位") |
| | | private String unit; |
| | | |
| | | @ValueTableShow(value = 5, name = "样品型号") |
| | | private String model; |
| | | |
| | | // @ValueTableShow(value = 5, name = "样品状态") |
| | | private Integer insState; |
| | | |
| | | @ValueTableShow(value = 15, name = "单位") |
| | | private String unit; |
| | | |
| | | @ValueTableShow(value = 7, name = "检验项") |
| | | private String inspectionItem; |
| | | |
| | | @ValueTableShow(value = 8, name = "检验子项") |
| | | private String inspectionItemSubclass; |
| | | |
| | | @ValueTableShow(value = 17, name = "实验室") |
| | | // @ValueTableShow(value = 17, name = "实验室") |
| | | private String sonLaboratory; |
| | | |
| | | private String inspectionItemType; |
| | |
| | | // @ValueTableShow(value = 11, name = "检验值类型") |
| | | private String inspectionValueType; |
| | | |
| | | @ValueTableShow(value = 12, name = "要求值") |
| | | @ValueTableShow(value = 12, name = "试验要求") |
| | | private String ask; |
| | | |
| | | @ValueTableShow(value = 13, name = "最终值") |
| | | @ValueTableShow(value = 13, name = "检验结果") |
| | | private String lastValue; |
| | | |
| | | @ValueTableShow(value = 14, name = "是否合格") |
| | | @ValueTableShow(value = 14, name = "结果判定") |
| | | private Integer insResult; |
| | | |
| | | private String equipValue; |
| | |
| | | |
| | | int verifyPlan(Integer orderId, String laboratory, Integer type, String tell); |
| | | |
| | | int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode, String sampleCode); |
| | | int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode); |
| | | |
| | | List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory, HttpServletRequest request); |
| | | |
| | |
| | | import com.alibaba.excel.write.style.HorizontalCellStyleStrategy; |
| | | import com.alibaba.excel.write.style.column.LongestMatchColumnWidthStyleStrategy; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yuanchu.mom.annotation.ValueAuth; |
| | | import com.yuanchu.mom.annotation.ValueClassify; |
| | | import com.yuanchu.mom.dto.PerformanceShiftAddDto; |
| | | import com.yuanchu.mom.pojo.Enums; |
| | |
| | | private UserService userService; |
| | | |
| | | @ApiOperation(value = "临时接口-添加7月份8月份的数据") |
| | | @ValueAuth |
| | | @GetMapping("temporaryInterface") |
| | | public void temporaryInterface() { |
| | | System.out.println("开始给每个人进行排班,默认早班======start"); |