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
13c650cc
Commit
13c650cc
authored
Dec 19, 2024
by
ddx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add time default value
parent
b4a02bd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
etax-income-server/src/main/webapp/data/management-navigator.json
+1
-1
etax-income-server/src/main/webapp/scripts/management-query-smsSend-page.js
+11
-0
No files found.
etax-income-server/src/main/webapp/data/management-navigator.json
View file @
13c650cc
...
...
@@ -4,7 +4,7 @@
"url"
:
"jxIndex.html"
},{
"index"
:
2
,
"api"
:
"进项实时
发票
列表"
,
"api"
:
"进项实时
请求
列表"
,
"url"
:
"management-query-income-page.html"
},{
"index"
:
3
,
...
...
etax-income-server/src/main/webapp/scripts/management-query-smsSend-page.js
View file @
13c650cc
...
...
@@ -185,6 +185,17 @@ function setElapsedMillisRange() {
$
(
"#endElapsedMillis"
).
val
(
endElapsedMillis
);
}
function
initDate
()
{
var
startDate
=
$
(
"#startDate"
).
val
();
var
endDate
=
$
(
"#endDate"
).
val
();
if
(
startDate
===
''
)
{
$
(
"#startDate"
).
val
(
getTodayHeadTime
());
}
if
(
endDate
===
''
)
{
$
(
"#endDate"
).
val
(
getTodayTailTime
());
}
}
function
autoSelectArea
()
{
var
taxno
=
$
(
"#taxno"
).
val
();
if
(
taxno
==
''
)
{
...
...
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