|
@@ -1197,7 +1197,7 @@ export default {
|
|
|
item.customSelected = false;
|
|
item.customSelected = false;
|
|
|
if (item.curCode == "CNY") {
|
|
if (item.curCode == "CNY") {
|
|
|
this.$set(item, "amountRMB", item.amount);
|
|
this.$set(item, "amountRMB", item.amount);
|
|
|
- this.$set(item, "currentInvoiceAmountRMB", Number(item.appliedInvoiceAmount ? item.appliedInvoiceAmount : 0));
|
|
|
|
|
|
|
+ // this.$set(item, "currentInvoiceAmountRMB", Number(item.appliedInvoiceAmount ? item.appliedInvoiceAmount : 0));
|
|
|
this.$set(item, "unsettledAmountRMB", Number(item.amount ? item.amount : 0));
|
|
this.$set(item, "unsettledAmountRMB", Number(item.amount ? item.amount : 0));
|
|
|
this.$set(item, "currentStlAmountRMB", Number(item.currentStlAmount ? item.currentStlAmount : 0));
|
|
this.$set(item, "currentStlAmountRMB", Number(item.currentStlAmount ? item.currentStlAmount : 0));
|
|
|
this.$set(item, "currentStlAmountUSD", Number(0));
|
|
this.$set(item, "currentStlAmountUSD", Number(0));
|
|
@@ -1205,7 +1205,7 @@ export default {
|
|
|
this.$set(item, "stlAmountDrUSD", Number(0));
|
|
this.$set(item, "stlAmountDrUSD", Number(0));
|
|
|
} else {
|
|
} else {
|
|
|
this.$set(item, "amountUSD", item.amount);
|
|
this.$set(item, "amountUSD", item.amount);
|
|
|
- this.$set(item, "currentInvoiceAmountUSD", Number(item.appliedInvoiceAmount ? item.appliedInvoiceAmount : 0));
|
|
|
|
|
|
|
+ // this.$set(item, "currentInvoiceAmountUSD", Number(item.appliedInvoiceAmount ? item.appliedInvoiceAmount : 0));
|
|
|
this.$set(item, "unsettledAmountUSD", Number(item.amount ? item.amount : 0));
|
|
this.$set(item, "unsettledAmountUSD", Number(item.amount ? item.amount : 0));
|
|
|
this.$set(item, "currentStlAmountUSD", Number(item.currentStlAmount ? item.currentStlAmount : 0));
|
|
this.$set(item, "currentStlAmountUSD", Number(item.currentStlAmount ? item.currentStlAmount : 0));
|
|
|
this.$set(item, "currentStlAmountRMB", Number(0));
|
|
this.$set(item, "currentStlAmountRMB", Number(0));
|