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
5ea76f78
Commit
5ea76f78
authored
Apr 29, 2025
by
ddx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c
parent
8f7e07aa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
etax-income-server/src/main/webapp/scripts/management-query-taxuser-page.js
+19
-0
No files found.
etax-income-server/src/main/webapp/scripts/management-query-taxuser-page.js
View file @
5ea76f78
...
@@ -200,6 +200,25 @@ function queryPageList() {
...
@@ -200,6 +200,25 @@ function queryPageList() {
}
}
}
}
},
},
{
field
:
''
,
title
:
'token标志'
,
formatter
:
function
(
value
,
row
,
index
)
{
var
tokenStatus
=
row
[
'tokenStatus'
];
if
(
tokenStatus
===
'1'
)
{
return
'是'
;
}
else
{
return
'否'
;
}
}
},
{
field
:
''
,
title
:
'token时间'
,
formatter
:
function
(
value
,
row
,
index
)
{
var
tokenResDate
=
row
[
"tokenResDate"
];
if
(
tokenResDate
===
undefined
)
{
return
'-'
;
}
return
new
Date
(
tokenResDate
).
format
(
'yyyy-MM-dd HH:mm:ss'
);
}
},
{
field
:
'loginType'
,
title
:
'服务种类'
},
{
field
:
'userGroupName'
,
title
:
'登录名称'
},
{
field
:
'hzqrFlag'
,
title
:
'是否汇总'
},
{
field
:
'hzqrFlag'
,
title
:
'是否汇总'
},
{
field
:
'ztaxno'
,
title
:
'总税号'
}
{
field
:
'ztaxno'
,
title
:
'总税号'
}
]
]
...
...
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