@@ -1437,7 +1437,7 @@
val = normalizeAmount(val);//过滤,比如前导 0
valDiv.html(formatDecimals(val));
- if (col === 'invoice_remaining_amount' || col === 'adjustment_value') {
+ if (col === 'invoice_remaining_amount') {
that.calcInvoiceNeededAmount();
}