nc.itf.scmpub.reference.uap.pf.PfServiceScmUtil;
// 保存
SaleOrderVO[] retvos =
(SaleOrderVO[]) PfServiceScmUtil.processBatch(SOConstant.WRITE,
SOBillType.Order.getCode(), combinBillVOs, null, null);
//审批
retvos =
(SaleOrderVO[]) PfServiceScmUtil.processBatch(SOConstant.APPROVE,
SOBillType.Order.getCode(), combinBillVOs, null, null);