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
4c0c243b
Commit
4c0c243b
authored
Apr 17, 2025
by
ddx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
d91ab967
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
etax-income-server/src/main/webapp/scripts/management-query-real-token-page.js
+2
-0
No files found.
etax-income-server/src/main/webapp/scripts/management-query-real-token-page.js
View file @
4c0c243b
...
...
@@ -22,6 +22,7 @@ function queryPageList() {
var
taxLoginName
=
$
(
"#taxLoginName"
).
val
();
var
tokenEndDate
=
$
(
"#tokenEndDate"
).
val
();
var
tokenStartDate
=
$
(
"#tokenStartDate"
).
val
();
var
requestType
=
$
(
"#requestType"
).
val
();
$
(
'#queryTaxUserTable'
).
bootstrapTable
({
url
:
'jxSample/management/query/real/token/page'
,
//接口地址
method
:
'post'
,
...
...
@@ -39,6 +40,7 @@ function queryPageList() {
taxLoginName
:
taxLoginName
,
reqDateStart
:
tokenStartDate
,
reqDateEnd
:
tokenEndDate
,
requestType
:
requestType
,
taxno
:
taxno
};
return
param
;
...
...
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