Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
buildbank-replica
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姚珂
buildbank-replica
Commits
43f4744f
Commit
43f4744f
authored
May 06, 2026
by
饶来安
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
期初余额补充
parent
7b043f9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
account_list.html
account_list.html
+3
-2
No files found.
account_list.html
View file @
43f4744f
...
@@ -573,9 +573,9 @@
...
@@ -573,9 +573,9 @@
</tr>
</tr>
<tr>
<tr>
<td>
期初余额:
</td>
<td>
期初余额:
</td>
<td
>
</td>
<td
class=
"balance"
>
775,342.62
</td>
<td>
当前余额:
</td>
<td>
当前余额:
</td>
<td>
775,342.62
</td>
<td
class=
"balance"
>
775,342.62
</td>
</tr>
</tr>
<tr>
<tr>
<td>
账户状态:
</td>
<td>
账户状态:
</td>
...
@@ -1015,6 +1015,7 @@
...
@@ -1015,6 +1015,7 @@
CURRENT_RANGE.to = v.dateTo;
CURRENT_RANGE.to = v.dateTo;
// document.getElementById('resultArea').style.display = '';
// document.getElementById('resultArea').style.display = '';
console.log('查询结果:', rows);
console.log('查询结果:', rows);
rows.length && ( document.querySelector('.balance').textContent = fmtAmt(rows[0].balance));
render(rows);
render(rows);
// document.getElementById('resultArea').scrollIntoView({ behavior: 'smooth', block: 'start' });
// document.getElementById('resultArea').scrollIntoView({ behavior: 'smooth', block: 'start' });
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment