|
|
@ -70,7 +70,7 @@ public class SfcDispatchController {
|
|
|
|
@ResponseBody
|
|
|
|
@ResponseBody
|
|
|
|
@GetMapping("getSfcDispatch")
|
|
|
|
@GetMapping("getSfcDispatch")
|
|
|
|
public R getSfcDispatch(String workCenter, String dispatchStatus, String item, String itemNumber, String workOrder, String shopOrder,
|
|
|
|
public R getSfcDispatch(String workCenter, String dispatchStatus, String item, String itemNumber, String workOrder, String shopOrder,
|
|
|
|
String resrce, String resourceType, String operation, String sfc, String componentDescription, String turnOperation,
|
|
|
|
String resrce, String resourceType, String operation, String sfc, String component, String componentDescription, String turnOperation,
|
|
|
|
String isDispatch, String startFromDate_S, String startToDate_S, String completeFromDate_S, String completeToDate_S) {
|
|
|
|
String isDispatch, String startFromDate_S, String startToDate_S, String completeFromDate_S, String completeToDate_S) {
|
|
|
|
List<ShopOrderRelease> list;
|
|
|
|
List<ShopOrderRelease> list;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
@ -86,6 +86,7 @@ public class SfcDispatchController {
|
|
|
|
shopOrderRelease.setResourceType(resourceType);
|
|
|
|
shopOrderRelease.setResourceType(resourceType);
|
|
|
|
shopOrderRelease.setOperation(operation);
|
|
|
|
shopOrderRelease.setOperation(operation);
|
|
|
|
shopOrderRelease.setSfc(sfc);
|
|
|
|
shopOrderRelease.setSfc(sfc);
|
|
|
|
|
|
|
|
shopOrderRelease.setComponent(component);
|
|
|
|
shopOrderRelease.setComponentDescription(componentDescription);
|
|
|
|
shopOrderRelease.setComponentDescription(componentDescription);
|
|
|
|
shopOrderRelease.setTurnOperation(turnOperation);
|
|
|
|
shopOrderRelease.setTurnOperation(turnOperation);
|
|
|
|
shopOrderRelease.setIsDispatch(isDispatch);
|
|
|
|
shopOrderRelease.setIsDispatch(isDispatch);
|
|
|
|