|
@@ -23,6 +23,7 @@ import nc.log.NcLog;
|
|
import nc.md.persist.framework.IMDPersistenceQueryService;
|
|
import nc.md.persist.framework.IMDPersistenceQueryService;
|
|
import nc.vo.ic.m4c.entity.SaleOutVO;
|
|
import nc.vo.ic.m4c.entity.SaleOutVO;
|
|
import nc.vo.pub.BusinessException;
|
|
import nc.vo.pub.BusinessException;
|
|
|
|
+import nc.vo.so.m30.entity.SaleOrderVO;
|
|
import nc.vo.so.m4331.entity.DeliveryVO;
|
|
import nc.vo.so.m4331.entity.DeliveryVO;
|
|
import net.sf.json.JSONObject;
|
|
import net.sf.json.JSONObject;
|
|
|
|
|
|
@@ -64,11 +65,13 @@ public class SaleorderOutboundImpl extends BaseServlet implements IHttpServletAd
|
|
checkJson();
|
|
checkJson();
|
|
|
|
|
|
DeliveryVO deliveryVO = getDeliveryVO(vbillcode);
|
|
DeliveryVO deliveryVO = getDeliveryVO(vbillcode);
|
|
|
|
+
|
|
|
|
|
|
InvocationInfoProxy.getInstance().setGroupId(SqlexecuteQuery("pk_group", "org_group", "code", p_data.getString("group")));
|
|
InvocationInfoProxy.getInstance().setGroupId(SqlexecuteQuery("pk_group", "org_group", "code", p_data.getString("group")));
|
|
InvocationInfoProxy.getInstance().setUserId(SqlexecuteQuery("cuserid", "sm_user", "user_code", p_data.getString("creator")));
|
|
InvocationInfoProxy.getInstance().setUserId(SqlexecuteQuery("cuserid", "sm_user", "user_code", p_data.getString("creator")));
|
|
|
|
|
|
SaleOutVO sOutVO = (SaleOutVO) PfUtilTools.runChangeData("4331", "4C", deliveryVO);
|
|
SaleOutVO sOutVO = (SaleOutVO) PfUtilTools.runChangeData("4331", "4C", deliveryVO);
|
|
|
|
+
|
|
|
|
|
|
setSaleOutVO(sOutVO);
|
|
setSaleOutVO(sOutVO);
|
|
|
|
|
|
@@ -130,7 +133,7 @@ public class SaleorderOutboundImpl extends BaseServlet implements IHttpServletAd
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- * 获取销售订单AggVO
|
|
+ * 获取发货单AggVO
|
|
*/
|
|
*/
|
|
@SuppressWarnings("unchecked")
|
|
@SuppressWarnings("unchecked")
|
|
private DeliveryVO getDeliveryVO(String vbillcode) throws Exception {
|
|
private DeliveryVO getDeliveryVO(String vbillcode) throws Exception {
|
|
@@ -146,6 +149,23 @@ public class SaleorderOutboundImpl extends BaseServlet implements IHttpServletAd
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
* 异常信息明细
|
|
* 异常信息明细
|
|
*/
|
|
*/
|