|
@@ -1581,7 +1581,7 @@ public class Order extends Controller {
|
|
|
reccontactrow=reccontactrows.get(0);
|
|
reccontactrow=reccontactrows.get(0);
|
|
|
}
|
|
}
|
|
|
if(stockbillRows.isNotEmpty()){
|
|
if(stockbillRows.isNotEmpty()){
|
|
|
- return getErrReturnObject().setErrMsg("存在订单明细已生成销售出库单,无法一键出库").toString();
|
|
|
|
|
|
|
+ //return getErrReturnObject().setErrMsg("存在订单明细已生成销售出库单,无法一键出库").toString();
|
|
|
}
|
|
}
|
|
|
Rows rows = getOrderRows(this, sa_orderid);
|
|
Rows rows = getOrderRows(this, sa_orderid);
|
|
|
if (rows.isEmpty()) {
|
|
if (rows.isEmpty()) {
|