Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zxtb_to_ssfwpt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
卢世豪
zxtb_to_ssfwpt
Commits
83296cf8
Commit
83296cf8
authored
Jul 06, 2020
by
于广洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申报月份永远能点
parent
01f44073
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
20 deletions
+32
-20
index.html
jsp/cancellation/index.html
+10
-9
index.html
jsp/declare/index.html
+12
-2
index.html
jsp/overdue/index.html
+10
-9
No files found.
jsp/cancellation/index.html
View file @
83296cf8
...
...
@@ -96,20 +96,21 @@
if
(
companyInfo
.
returnCode
==
"00"
)
{
companyInfo
.
content
.
config
=
config
initpage
=
initPage
(
companyInfo
.
content
);
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
isShowClear
:
false
,
dateFmt
:
'yyyy-MM'
,
onpicking
:
function
(
dp
){
initpage
.
changeDate
(
this
,
dp
);
}
});
});
}
else
{
hideLoading
();
alertWarning
(
companyInfo
.
returnMessage
);
// 弹出错误对话框
}
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
isShowClear
:
false
,
dateFmt
:
'yyyy-MM'
,
onpicking
:
function
(
dp
){
initpage
.
changeDate
(
this
,
dp
);
}
});
});
},
error
:
function
(
xhr
){
//jsonp 方式此方法不被触发
...
...
jsp/declare/index.html
View file @
83296cf8
...
...
@@ -112,6 +112,7 @@
// alertWarning("请求失败!");
// // 弹出错误对话框
// }
var
initpage
;
$
(
function
(){
//
...
...
@@ -145,7 +146,7 @@
if
(
companyInfo
.
success
)
{
companyInfo
.
bean
.
config
=
config
initpage
=
initPage
(
companyInfo
.
bean
);
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
/*
$("#getInputValue").on("focus", function() {
WdatePicker({
isShowClear:false,
dateFmt: 'yyyy-MM',
...
...
@@ -153,11 +154,20 @@
initpage.changeDate(this, dp);
}
});
});
});
*/
}
else
{
alertWarning
(
companyInfo
.
returnMessage
);
// 弹出错误对话框
}
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
isShowClear
:
false
,
dateFmt
:
'yyyy-MM'
,
onpicking
:
function
(
dp
){
initpage
.
changeDate
(
this
,
dp
);
}
});
});
},
error
:
function
(
xhr
){
hideLoading
();
...
...
jsp/overdue/index.html
View file @
83296cf8
...
...
@@ -140,20 +140,21 @@
if
(
companyInfo
.
success
)
{
companyInfo
.
bean
.
config
=
config
initpage
=
initPage
(
companyInfo
.
bean
);
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
isShowClear
:
false
,
dateFmt
:
'yyyy-MM'
,
onpicking
:
function
(
dp
){
initpage
.
changeDate
(
this
,
dp
);
}
});
});
}
else
{
hideLoading
();
alertWarning
(
companyInfo
.
returnMessage
);
// 弹出错误对话框
}
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
isShowClear
:
false
,
dateFmt
:
'yyyy-MM'
,
onpicking
:
function
(
dp
){
initpage
.
changeDate
(
this
,
dp
);
}
});
});
},
error
:
function
(
xhr
){
//jsonp 方式此方法不被触发
...
...
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