|
@@ -1554,6 +1554,13 @@ export default {
|
|
|
} else if (this.pageStu == "add") {
|
|
|
this.basicForm.rate = 1;
|
|
|
this.basicForm.billDate = new Date();
|
|
|
+ let currency = {
|
|
|
+ id: '1002Z0100000000001K1',
|
|
|
+ name: '人民币',
|
|
|
+ }
|
|
|
+ this.basicForm.currency = currency.id;
|
|
|
+ this.basicForm.currencyName = currency.name;
|
|
|
+ this.currencyOptions = [currency];
|
|
|
this.loading = false
|
|
|
}
|
|
|
},
|