|
@@ -384,7 +384,7 @@
|
|
|
$.each($('#returnForm input[name=chgQty]'), function(idx, item) {
|
|
$.each($('#returnForm input[name=chgQty]'), function(idx, item) {
|
|
|
let chgQty = $(item).val();
|
|
let chgQty = $(item).val();
|
|
|
let ordDtlNo = $(item).attr('ordDtlNo');
|
|
let ordDtlNo = $(item).attr('ordDtlNo');
|
|
|
- console.log(chgQty);
|
|
|
|
|
|
|
+
|
|
|
if (chgQty > 0) {
|
|
if (chgQty > 0) {
|
|
|
ordDtlNoArr.push(Number(ordDtlNo));
|
|
ordDtlNoArr.push(Number(ordDtlNo));
|
|
|
cnclRtnReqQtyArr.push(Number(chgQty));
|
|
cnclRtnReqQtyArr.push(Number(chgQty));
|