|
@@ -885,7 +885,7 @@
|
|
|
item.currencyGys = item.currency;
|
|
|
item.exchangeRateGys = item.exchangeRateUsd;
|
|
|
item.taxPriceGys = item.taxPrice;
|
|
|
- item.notes = '';
|
|
|
+ item.notes = item.childNotes;
|
|
|
item.purchaseAmount = (Number(item.quantity) * Number(item.purchasePrice)).toFixed(2);
|
|
|
}
|
|
|
var xTable = saleQuotationFormProductTableRef.value!.getXTable();
|