|
|
|
@ -83,7 +83,7 @@ public class MesFunctionCutOrderDialogPrintService extends BaseSwsService implem
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public Object stepDialogDispatch(StationRequestBean reqBean, String customPageName) {
|
|
|
|
|
public Object stepDialogDispatch(StationRequestBean reqBean) {
|
|
|
|
|
|
|
|
|
|
log.info("MesFunctionCutOrderDialogPrintService --- stepDialogDispatch --- start");
|
|
|
|
|
|
|
|
|
@ -97,6 +97,7 @@ public class MesFunctionCutOrderDialogPrintService extends BaseSwsService implem
|
|
|
|
|
|
|
|
|
|
String cutWorkOrderNo = equipVariableCollectContextList.get(0).getEquipVariableValue();
|
|
|
|
|
|
|
|
|
|
// 查成品列表
|
|
|
|
|
List<MesCutSchemeFg> mesCutSchemeFgs = workOrderCutService.queryCutSchemeFgList(cutWorkOrderNo, reqBean.getOrganizeCode());
|
|
|
|
|
|
|
|
|
|
//Map<String, MesPartContext> partDataExtContext = productionDispatchContextStepService.getPartDataExtContext(reqBean);
|
|
|
|
|