|
|
@@ -80,7 +80,10 @@
|
|
|
if (result.length < 1) return;
|
|
|
var oldData = gagaAgGrid.getAllRowData(goodsResSellRegisterGridOptions);
|
|
|
$.each(result, function(idx, item) {
|
|
|
- if(item.goodsType != 'G056_N'){
|
|
|
+ //if(item.goodsType != 'G056_N'){
|
|
|
+ // return true;
|
|
|
+ //}
|
|
|
+ if("Y" != item.selfGoodsYn){
|
|
|
return true;
|
|
|
}
|
|
|
var isInvalid = false;
|