feat: 财务单据完善

This commit is contained in:
砂糖
2025-08-16 14:14:57 +08:00
parent 2e1d4f7a6f
commit e5137b4c0f
6 changed files with 219 additions and 83 deletions

View File

@@ -38,6 +38,7 @@
},
methods: {
getFinancialAccounts() {
console.log(this.financialAccounts, 'financialAccounts');
this.options = this.financialAccounts.map(item => ({
label: item.accountName,
value: item.accountId