Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etax-income-api
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caoxiaohong
etax-income-api
Commits
e256c47e
Commit
e256c47e
authored
Apr 25, 2025
by
ddx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
6bdd3bf1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
etax-income-server/src/main/webapp/management-query-token-page.html
+3
-3
etax-income-server/src/main/webapp/scripts/management-query-token-page.js
+6
-6
No files found.
etax-income-server/src/main/webapp/management-query-token-page.html
View file @
e256c47e
...
@@ -215,9 +215,9 @@
...
@@ -215,9 +215,9 @@
<label
class=
"col-sm-3 control-label"
>
rtype:
</label>
<label
class=
"col-sm-3 control-label"
>
rtype:
</label>
<div
class=
"col-sm-9"
>
<div
class=
"col-sm-9"
>
<input
class=
"form-control"
id=
"rtype"
value=
""
>
<input
class=
"form-control"
id=
"rtype"
value=
""
>
<input
type=
"hidden"
id=
"taxno"
>
<input
type=
"hidden"
id=
"taxno
Param
"
>
<input
type=
"hidden"
id=
"userCode"
>
<input
type=
"hidden"
id=
"userCode
Param
"
>
<input
type=
"hidden"
id=
"zoneCode"
>
<input
type=
"hidden"
id=
"zoneCode
Param
"
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
...
etax-income-server/src/main/webapp/scripts/management-query-token-page.js
View file @
e256c47e
...
@@ -297,17 +297,17 @@ function openSampleModal(applyId) {
...
@@ -297,17 +297,17 @@ function openSampleModal(applyId) {
}
}
function
openTestSampleModal
(
taxno
,
userCode
,
zoneCode
)
{
function
openTestSampleModal
(
taxno
,
userCode
,
zoneCode
)
{
$
(
'#paramModal'
).
modal
(
'show'
);
$
(
'#paramModal'
).
modal
(
'show'
);
$
(
"#taxno"
).
val
(
taxno
);
$
(
"#taxno
Param
"
).
val
(
taxno
);
$
(
"#userCode"
).
val
(
userCode
);
$
(
"#userCode
Param
"
).
val
(
userCode
);
$
(
"#zoneCode"
).
val
(
zoneCode
);
$
(
"#zoneCode
Param
"
).
val
(
zoneCode
);
$
(
"#rtype"
).
val
(
'0920'
);
$
(
"#rtype"
).
val
(
'0920'
);
getRequest
();
getRequest
();
}
}
function
getRequest
()
{
function
getRequest
()
{
var
taxno
=
$
(
"#taxno"
).
val
();
var
taxno
=
$
(
"#taxno
Param
"
).
val
();
var
userCode
=
$
(
"#userCode"
).
val
();
var
userCode
=
$
(
"#userCode
Param
"
).
val
();
var
zoneCode
=
$
(
"#zoneCode"
).
val
();
var
zoneCode
=
$
(
"#zoneCode
Param
"
).
val
();
var
rtype
=
$
(
"#rtype"
).
val
();
var
rtype
=
$
(
"#rtype"
).
val
();
var
url
=
"jxSample/management/test/token/createTestTokenRequest"
;
var
url
=
"jxSample/management/test/token/createTestTokenRequest"
;
$
.
ajax
({
$
.
ajax
({
...
...
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