|
@@ -144,7 +144,7 @@ public class PdaController extends BaseController {
|
|
|
@GetMapping("/materialDepotDetail/{type}/{materialId}")
|
|
|
public TableDataInfo materialDepotDetail(@PathVariable("type") String type, @PathVariable("materialId") Long materialId) {
|
|
|
startPage();
|
|
|
- if ("out".equals(type)) {
|
|
|
+ if ("in".equals(type)) {
|
|
|
type = "入库";
|
|
|
} else {
|
|
|
type = "出库";
|