|
@@ -920,11 +920,11 @@ public class Order extends Controller {
|
|
|
if (sys_enterprise_financeid <= 0) {
|
|
if (sys_enterprise_financeid <= 0) {
|
|
|
return getErrReturnObject().setErrMsg("请选择财务信息").toString();
|
|
return getErrReturnObject().setErrMsg("请选择财务信息").toString();
|
|
|
}
|
|
}
|
|
|
- //验证收货人信息
|
|
|
|
|
- Long rec_contactsid = row.getLong("rec_contactsid");
|
|
|
|
|
- if (rec_contactsid <= 0) {
|
|
|
|
|
- return getErrReturnObject().setErrMsg("请选择物收货人信息").toString();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// //验证收货人信息
|
|
|
|
|
+// Long rec_contactsid = row.getLong("rec_contactsid");
|
|
|
|
|
+// if (rec_contactsid <= 0) {
|
|
|
|
|
+// return getErrReturnObject().setErrMsg("请选择物收货人信息").toString();
|
|
|
|
|
+// }
|
|
|
Long sys_enterpriseid = row.getLong("sys_enterpriseid");
|
|
Long sys_enterpriseid = row.getLong("sys_enterpriseid");
|
|
|
if (sys_enterpriseid <= 0) {
|
|
if (sys_enterpriseid <= 0) {
|
|
|
return getErrReturnObject().setErrMsg("请选择订货企业信息").toString();
|
|
return getErrReturnObject().setErrMsg("请选择订货企业信息").toString();
|