|
|
@@ -23,10 +23,10 @@ public class QTCK extends BasicBill {
|
|
|
if(row.getBoolean("skucontrol")){
|
|
|
if(codeRowsMap.containsKey(row.getString("st_stockbill_itemsid"))){
|
|
|
if(codeRowsMap.get(row.getString("st_stockbill_itemsid")).size()!=row.getInteger("qty")){
|
|
|
- throw new YosException("行号:"+row.getString("rowno")+"序列号数量和出库数量不一致");
|
|
|
+ //throw new YosException("行号:"+row.getString("rowno")+"序列号数量和出库数量不一致");
|
|
|
}
|
|
|
}else{
|
|
|
- throw new YosException("受序列号管控的商品,审核时必须有序列号");
|
|
|
+ //throw new YosException("受序列号管控的商品,审核时必须有序列号");
|
|
|
}
|
|
|
}
|
|
|
|