|
@@ -964,6 +964,7 @@ class checkData {
|
|
cb.qty = parseFloat(cb.samount);
|
|
cb.qty = parseFloat(cb.samount);
|
|
});
|
|
});
|
|
finalStageChange.forEach(sc => {
|
|
finalStageChange.forEach(sc => {
|
|
|
|
+ if (!sc.qty) return;
|
|
const c = changeIndex[sc.cid];
|
|
const c = changeIndex[sc.cid];
|
|
if (c) {
|
|
if (c) {
|
|
c.used = true;
|
|
c.used = true;
|