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
5ffa96e1
Commit
5ffa96e1
authored
May 08, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:电子回单查询跳转页面
parent
cceefc84
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
14 deletions
+16
-14
electronic_receipt.html
electronic_receipt.html
+16
-14
electronic_receipt_amend.html
electronic_receipt_amend.html
+0
-0
electronic_receipt_list.html
electronic_receipt_list.html
+0
-0
No files found.
electronic_receipt.html
View file @
5ffa96e1
...
...
@@ -744,11 +744,9 @@
<div
style=
"height: 90px"
></div>
<!-- 按钮组 -->
<button
class=
"buttonx xx"
onclick=
"onAccount(1)"
type=
"submit"
>
确定
</button>
<button
type=
"button"
class=
"buttonx yy showForm1"
>
更正回期查询
</button>
<button
class=
"buttonx xx"
onclick=
"onHandle(1)"
type=
"submit"
>
确定
</button>
<button
type=
"button"
class=
"buttonx yy showForm1"
id=
"amendBtn"
onclick=
"onHandle(2)"
>
更正回期查询
</button>
</form>
</div>
...
...
@@ -774,6 +772,12 @@
// document.getElementById('wrapper').style.visibility = 'visible'; // 3秒后变为可见
// }, 1000); // 1000毫秒后执行
// formn表单返回
// document.getElementById('amendBtn').addEventListener('click', function() {
// console.log("跳转1111111111111")
// window.location.href = "./electronic_receipt_amend.html";
// });
function
sendHeight
()
{
const
pageHeight
=
Math
.
ceil
(
Math
.
max
(
...
...
@@ -959,7 +963,7 @@ document.getElementById('typeSelect').addEventListener('change', function(e) {
const
form
=
document
.
getElementById
(
"myForm"
);
function
on
Account
(
number
)
{
function
on
Handle
(
number
)
{
if
(
number
==
1
)
{
form
.
addEventListener
(
"submit"
,
async
(
e
)
=>
{
e
.
preventDefault
();
// 阻止页面刷新
...
...
@@ -977,15 +981,12 @@ document.getElementById('typeSelect').addEventListener('change', function(e) {
// }, 500);
});
}
if
(
number
==
2
)
{
window
.
history
.
back
();
return
false
;
}
if
(
number
==
3
)
{
console
.
log
(
33333
);
window
.
location
.
href
=
"./account_detail-long.html"
;
return
false
;
if
(
number
==
2
)
{
console
.
log
(
"onHandle==========跳转更正页"
)
window
.
location
.
href
=
"./electronic_receipt_amend.html"
;
}
}
</script>
\ No newline at end of file
electronic_receipt_amend.html
0 → 100644
View file @
5ffa96e1
This diff is collapsed.
Click to expand it.
electronic_receipt_list.html
0 → 100644
View file @
5ffa96e1
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