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
b4a02bd2
Commit
b4a02bd2
authored
Dec 19, 2024
by
ddx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sms page
parent
b22385f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
etax-income-server/src/main/webapp/management-query-smsSend-page.html
+1
-3
etax-income-server/src/main/webapp/scripts/management-query-smsSend-page.js
+2
-1
No files found.
etax-income-server/src/main/webapp/management-query-smsSend-page.html
View file @
b4a02bd2
...
...
@@ -47,9 +47,7 @@
<div
class=
"form-group"
role=
"form"
>
<label
class=
"col-sm-2 control-label"
>
用户名:
</label>
<div
class=
"col-sm-4"
>
<select
class=
"form-control"
id=
"userCode"
>
<option
value=
""
>
请选择
</option>
</select>
<input
class=
"form-control"
id=
"userCode"
value=
""
>
</div>
<label
class=
"col-sm-2 control-label"
>
地区码:
</label>
<div
class=
"col-sm-4"
>
...
...
etax-income-server/src/main/webapp/scripts/management-query-smsSend-page.js
View file @
b4a02bd2
function
initAll
()
{
initAllUsernameList
(
"userCode"
);
//
initAllUsernameList("userCode");
initAllAreaCodeList
(
"areaCode"
);
queryPageList
();
}
...
...
@@ -49,6 +49,7 @@ function queryPageList() {
sortStable
:
true
,
columns
:
[
{
field
:
'id'
,
title
:
'id'
},
{
field
:
'userCode'
,
title
:
'用户'
},
{
field
:
'cellphone'
,
title
:
'手机号'
},
{
field
:
'resCode'
,
title
:
'返回码'
},
{
field
:
'timeFlag'
,
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