|
@@ -695,6 +695,7 @@
|
|
|
item.grossMargin = obj.grossMargin;
|
|
|
item.discount = formData.custumerDiscount;
|
|
|
item.id = undefined;
|
|
|
+ item.notes=''
|
|
|
}
|
|
|
var xTable = saleQuotationFormProductTableRef.value!.getXTable();
|
|
|
var arrProduct = xTable.data.concat(data);
|
|
@@ -863,7 +864,7 @@
|
|
|
item.currencyGys = item.currency;
|
|
|
item.exchangeRateGys = item.exchangeRateUsd;
|
|
|
item.taxPriceGys = item.taxPrice;
|
|
|
- item.notes=item.childNotes
|
|
|
+ item.notes=''
|
|
|
item.purchaseAmount=(Number(item.quantity) * Number(item.purchasePrice)).toFixed(2)
|
|
|
}
|
|
|
var xTable = saleQuotationFormProductTableRef.value!.getXTable();
|