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
03228ee7
Commit
03228ee7
authored
Jun 19, 2025
by
ddx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
f77d3913
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
etax-income-server/src/main/webapp/management-query-taxnumberuser-page.html
+2
-0
etax-income-server/src/main/webapp/management-query-taxuser-page.html
+2
-0
etax-income-server/src/main/webapp/scripts/management-query-taxnumberuser-page.js
+4
-0
etax-income-server/src/main/webapp/scripts/management-query-taxuser-page.js
+4
-0
No files found.
etax-income-server/src/main/webapp/management-query-taxnumberuser-page.html
View file @
03228ee7
...
...
@@ -68,6 +68,8 @@
<option
value=
"5"
>
暂停
</option>
<option
value=
"6"
selected
>
超时
</option>
<option
value=
"9"
>
删除
</option>
<option
value=
"10"
>
局端需认证
</option>
<option
value=
"11"
>
局端需分配权限
</option>
</select>
</div>
<label
class=
"col-sm-2 control-label"
>
结束标志:
</label>
...
...
etax-income-server/src/main/webapp/management-query-taxuser-page.html
View file @
03228ee7
...
...
@@ -68,6 +68,8 @@
<option
value=
"5"
>
暂停
</option>
<option
value=
"6"
selected
>
超时
</option>
<option
value=
"9"
>
删除
</option>
<option
value=
"10"
>
局端需认证
</option>
<option
value=
"11"
>
局端需分配权限
</option>
</select>
</div>
<label
class=
"col-sm-2 control-label"
>
结束标志:
</label>
...
...
etax-income-server/src/main/webapp/scripts/management-query-taxnumberuser-page.js
View file @
03228ee7
...
...
@@ -133,6 +133,10 @@ function queryPageList() {
return
'超时'
;
}
else
if
(
type
===
'9'
)
{
return
'删除'
;
}
else
if
(
type
===
'10'
)
{
return
'局端需认证'
;
}
else
if
(
type
===
'11'
)
{
return
'局端需分配权限'
;
}
else
{
return
'未知'
;
}
...
...
etax-income-server/src/main/webapp/scripts/management-query-taxuser-page.js
View file @
03228ee7
...
...
@@ -134,6 +134,10 @@ function queryPageList() {
return
'超时'
;
}
else
if
(
type
===
'9'
)
{
return
'删除'
;
}
else
if
(
type
===
'10'
)
{
return
'局端需认证'
;
}
else
if
(
type
===
'11'
)
{
return
'局端需分配权限'
;
}
else
{
return
'未知'
;
}
...
...
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