|
@@ -768,7 +768,7 @@
|
|
|
}
|
|
|
function changeValues(prop) {
|
|
|
if (prop.col.key == 'quantity') {
|
|
|
- if (prop.row.quantity) {
|
|
|
+ if (prop.row.quantity==0||prop.row.quantity) {
|
|
|
var num = prop.row.quantity * Number(prop.row.taxPrice);
|
|
|
prop.row.taxAmount = isNaN(num) ? '' : num.toFixed(2);
|
|
|
purOrderFormShipFormProductTable.dataSource[prop.rowIndex].taxAmount = Number(prop.row.taxAmount);
|