rev: 空托盘入库托盘类型,仓位顺序,前端页面优化

This commit is contained in:
2024-05-11 17:13:43 +08:00
parent 0c0eda5d8e
commit 94f09d2397
11 changed files with 32 additions and 25 deletions

View File

@@ -375,6 +375,7 @@ public class CheckOutBillController {
@PostMapping("/testInEmp")
@Log("空载具入库测试")
@SaIgnore
public ResponseEntity<Object> testInEmp(@RequestBody JSONObject whereJson) {
new InVehicleManageServiceImpl().inVehicle(whereJson);
return new ResponseEntity<>(HttpStatus.OK);