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
3b969441
Commit
3b969441
authored
May 07, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:调整
parent
ab06ab72
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
79 additions
and
53 deletions
+79
-53
electronic_receipt.html
electronic_receipt.html
+79
-53
No files found.
electronic_receipt.html
View file @
3b969441
...
...
@@ -456,6 +456,7 @@
.tips-section
p
{
line-height
:
1.8
;
color
:
#333
;
font-family
:
\
5
b8b
\
4
f53
,
arial
,
georgia
,
verdana
,
helvetica
,
sans-serif
!important
;
}
.mt-24
{
...
...
@@ -491,13 +492,13 @@
position
:
relative
;
}
.showForm1
{
/* display: block; */
display
:
block
;
}
.showForm2
{
/* display: none; */
display
:
none
;
}
.showForm3
{
/* display: none; */
display
:
none
;
}
</style>
</head>
...
...
@@ -539,7 +540,8 @@
</select>
</div>
<div
class=
"form-row showForm1"
>
<div
class=
"showForm1"
>
<div
class=
"form-row"
>
<label
class=
"form-label"
><span
class=
"required"
>
*
</span>
起止日期:
</label
>
...
...
@@ -574,14 +576,17 @@
</span>
</span>
</div>
<div
class=
"form-row showForm1"
>
</div>
<div
class=
"showForm1"
>
<div
class=
"form-row"
>
<label
class=
"form-label"
>
起止金额:
</label>
<input
type=
"text"
class=
"form-input small"
name=
"amtFrom"
/>
<span
class=
"px-2"
>
-
</span>
<input
type=
"text"
class=
"form-input small"
name=
"amtTo"
/>
</div>
<div
class=
"form-row showForm1"
>
</div>
<div
class=
"showForm1"
>
<div
class=
"form-row "
>
<label
class=
"form-label"
><span
class=
"required"
>
*
</span>
账 号:
</label
>
...
...
@@ -589,13 +594,16 @@
<option
value=
"1"
>
42050110239900001031 中科软盈(武汉)科技有限公司
</option>
</select>
</div>
<div
class=
"form-row mt-20 showForm1"
>
</div>
<div
class=
"showForm1"
>
<div
class=
"form-row mt-20 "
>
<label
class=
"form-label"
></label>
<input
type=
"text"
class=
"form-input wide"
name=
"counterName"
placeholder=
"请输入模糊账号或模糊账户名称"
/>
<span
class=
"form-tip"
>
模糊搜索
</span>
</div>
<div
class=
"form-row showForm1"
>
</div>
<div
class=
"showForm1"
>
<div
class=
"form-row "
>
<label
class=
"form-label"
><span
class=
"required"
>
*
</span>
打印状态:
</label
>
...
...
@@ -606,6 +614,8 @@
<option
value=
"4"
>
已于网银/手机银行打印
</option>
</select>
</div>
</div>
<div
class=
"showForm1"
>
<div
class=
"form-row showForm1"
>
<label
class=
"form-label"
>
交易方向:
</label
...
...
@@ -616,13 +626,15 @@
<option
value=
"3"
>
贷
</option>
</select>
</div>
<div
class=
"form-row mt-20 showForm1
"
>
</div>
<div
class=
"showForm1"
>
<div
class=
"form-row mt-20
"
>
<label
class=
"form-label"
>
凭证号:
</label>
<input
type=
"text"
class=
"form-input wide"
name=
"counterName"
/>
</div>
<div
class=
"form-row showForm1"
>
</div>
<div
class=
"showForm1"
>
<div
class=
"form-row "
>
<label
class=
"form-label"
><span
class=
"required"
>
*
</span>
文件格式:
</label>
<div
class=
"radio-group"
>
<label
...
...
@@ -637,14 +649,28 @@
>
</div>
</div>
<div
class=
"form-row mt-24 showForm1"
>
</div>
<div
class=
"showForm1"
>
<div
class=
"form-row mt-24"
>
<label
class=
"form-label"
><span
class=
"required"
>
*
</span>
合并下载:
</label>
<div
class=
"radio-group"
>
<label><input
type=
"radio"
name=
"reverse"
checked
/>
是
</label>
<label><input
type=
"radio"
name=
"reverse"
/>
否
</label>
</div>
</div>
</div>
...
...
@@ -656,7 +682,7 @@
确定
</button>
<button
type=
"button"
class=
"buttonx yy"
>
更
新
回期查询
</button>
<button
type=
"button"
class=
"buttonx yy"
>
更
正
回期查询
</button>
</form>
</div>
...
...
@@ -716,42 +742,42 @@ window.addEventListener("DOMContentLoaded", () => {
document
.
getElementById
(
'typeSelect'
).
addEventListener
(
'change'
,
function
(
e
)
{
var
selectedValue
=
this
.
value
;
console
.
log
(
selectedValue
,
"选择类型=========="
,
selectedValue
);
// 输出选中的值
//
if(selectedValue == 1){
//
document.querySelectorAll(".showForm1").forEach(item => {
//
item.style.display = "block";
//
});
//
document.querySelectorAll(".showForm2").forEach(item => {
//
item.style.display = "none";
//
});
//
document.querySelectorAll(".showForm3").forEach(item => {
//
item.style.display = "none";
//
});
//
}
//
if(selectedValue == 2){
//
document.querySelectorAll(".showForm1").forEach(item => {
//
item.style.display = "none";
//
});
//
document.querySelectorAll(".showForm2").forEach(item => {
//
item.style.display = "block";
//
});
//
document.querySelectorAll(".showForm3").forEach(item => {
//
item.style.display = "none";
//
});
//
}
//
if(selectedValue == 3){
//
document.querySelectorAll(".showForm1").forEach(item => {
//
item.style.display = "none";
//
});
//
document.querySelectorAll(".showForm2").forEach(item => {
//
item.style.display = "none";
//
});
//
document.querySelectorAll(".showForm3").forEach(item => {
//
item.style.display = "block";
//
});
//
}
if
(
selectedValue
==
1
){
document
.
querySelectorAll
(
".showForm1"
).
forEach
(
item
=>
{
item
.
style
.
display
=
"block"
;
});
document
.
querySelectorAll
(
".showForm2"
).
forEach
(
item
=>
{
item
.
style
.
display
=
"none"
;
});
document
.
querySelectorAll
(
".showForm3"
).
forEach
(
item
=>
{
item
.
style
.
display
=
"none"
;
});
}
if
(
selectedValue
==
2
){
document
.
querySelectorAll
(
".showForm1"
).
forEach
(
item
=>
{
item
.
style
.
display
=
"none"
;
});
document
.
querySelectorAll
(
".showForm2"
).
forEach
(
item
=>
{
item
.
style
.
display
=
"block"
;
});
document
.
querySelectorAll
(
".showForm3"
).
forEach
(
item
=>
{
item
.
style
.
display
=
"none"
;
});
}
if
(
selectedValue
==
3
){
document
.
querySelectorAll
(
".showForm1"
).
forEach
(
item
=>
{
item
.
style
.
display
=
"none"
;
});
document
.
querySelectorAll
(
".showForm2"
).
forEach
(
item
=>
{
item
.
style
.
display
=
"none"
;
});
document
.
querySelectorAll
(
".showForm3"
).
forEach
(
item
=>
{
item
.
style
.
display
=
"block"
;
});
}
});
...
...
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