diff --git a/jnpf-java-boot/jnpf-scm/jnpf-scm-controller/src/main/java/jnpf/controller/WarehousingNotificationController.java b/jnpf-java-boot/jnpf-scm/jnpf-scm-controller/src/main/java/jnpf/controller/WarehousingNotificationController.java index 7fa2b4eb..b56e18e4 100644 --- a/jnpf-java-boot/jnpf-scm/jnpf-scm-controller/src/main/java/jnpf/controller/WarehousingNotificationController.java +++ b/jnpf-java-boot/jnpf-scm/jnpf-scm-controller/src/main/java/jnpf/controller/WarehousingNotificationController.java @@ -126,7 +126,6 @@ public class WarehousingNotificationController { //其他入库 } - //明天写这个,这里是计划查询,到时候直接sql查询 // List warehousingProductEntityList=warehousingNotificationService.getWarehousingProductList(entity.getId()); @@ -136,7 +135,7 @@ public class WarehousingNotificationController { entity.setRemainingStockableQuantity(warehousingProductEntity.getRemainingStockableQuantity()); entity.setNotificationStorageNumber(warehousingProductEntity.getNotificationStorageNumber()); } - + List businessOrderEntityList =warehousingNotificationService.queryBusinessOrderType(entity.getId()); for (BusinessOrderEntity businessOrderEntity:businessOrderEntityList){ entity.setTransactionMode(businessOrderEntity.getTransactionMode()); diff --git a/jnpf-java-boot/jnpf-web/src/views/scm/warehousing/warehousinginventory/form.vue b/jnpf-java-boot/jnpf-web/src/views/scm/warehousing/warehousinginventory/form.vue index d0361046..95f58c25 100644 --- a/jnpf-java-boot/jnpf-web/src/views/scm/warehousing/warehousinginventory/form.vue +++ b/jnpf-java-boot/jnpf-web/src/views/scm/warehousing/warehousinginventory/form.vue @@ -48,14 +48,26 @@ + +