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
3c401dd4
Commit
3c401dd4
authored
May 06, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:历史查询返回
parent
c62e7314
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
history_query.html
history_query.html
+8
-5
No files found.
history_query.html
View file @
3c401dd4
...
@@ -318,10 +318,11 @@
...
@@ -318,10 +318,11 @@
<div
style=
"height: 90px;"
></div>
<div
style=
"height: 90px;"
></div>
<!-- 按钮组 -->
<!-- 按钮组 -->
<button
class=
"buttonx xx"
onclick=
"onSubmit()"
type=
"submit"
>
确定
</button>
<button
class=
"buttonx xx"
onclick=
"onSubmit()"
type=
"submit"
>
确定
</button>
<button
class=
"buttonx yy"
onclick=
"onBack()"
>
返回
</button>
<button
class=
"buttonx yy"
id=
"backButton"
type=
"button"
>
返回
</button>
</form>
</form>
<!-- <div class="btn-group" style="margin-top: -65px;">
<!-- <div class="btn-group" style="margin-top: -65px;">
<button onclick="onAccount(1)" type="submit">确定</button>
<button onclick="onAccount(1)" type="submit">确定</button>
...
@@ -333,7 +334,7 @@
...
@@ -333,7 +334,7 @@
<div
class=
"tips-section"
>
<div
class=
"tips-section"
>
<div
class=
"tips-title"
>
温馨提示
</div>
<div
class=
"tips-title"
>
温馨提示
</div>
<p>
1、签约汇总记账账户仅提供历史明细查询。
</p>
<p>
1、签约汇总记账账户仅提供历史明细查询。
</p>
<script
src=
"calendar-plugin/calendar.js"
></script>
<script
src=
"
./
calendar-plugin/calendar.js"
></script>
</body>
</body>
</html>
</html>
...
@@ -394,8 +395,9 @@
...
@@ -394,8 +395,9 @@
});
});
}
}
function
onBack
(){
// formn表单返回
document
.
getElementById
(
'backButton'
).
addEventListener
(
'click'
,
function
()
{
window
.
history
.
back
();
window
.
history
.
back
();
}
}
);
</script>
</script>
\ No newline at end of file
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