|
|
@ -88,7 +88,7 @@ public class MesWorkOrderCheckCompleteQtyStepService extends BaseStepService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//验证加工单完成数量
|
|
|
|
//验证加工单完成数量
|
|
|
|
private void dispatchWorkOrderCompleteQty(StationRequestBean reqBean, StationResultBean resultBean,
|
|
|
|
private MesWorkOrderCompleteQtyContext dispatchWorkOrderCompleteQty(StationRequestBean reqBean, StationResultBean resultBean,
|
|
|
|
StepResult stepResult, MesWorkCenter workCenter, Boolean isCellNoCalcQty,
|
|
|
|
StepResult stepResult, MesWorkCenter workCenter, Boolean isCellNoCalcQty,
|
|
|
|
List<MesProductionPartContext> productionPartContextList, Map<Integer, MesProductionPsInContext> productionPsInContextMap) {
|
|
|
|
List<MesProductionPartContext> productionPartContextList, Map<Integer, MesProductionPsInContext> productionPsInContextMap) {
|
|
|
|
Double calcCompleteQty = new Double(MesPcnExtConstWords.ZERO);
|
|
|
|
Double calcCompleteQty = new Double(MesPcnExtConstWords.ZERO);
|
|
|
|