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
824e91e5
Commit
824e91e5
authored
Jun 09, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加“申报月份”展示判断条件
parent
68b2a772
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.html
jsp/declarePay/index.html
+2
-2
declarePay.js
static/biz/declarePay.js
+1
-0
No files found.
jsp/declarePay/index.html
View file @
824e91e5
...
@@ -37,11 +37,11 @@
...
@@ -37,11 +37,11 @@
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
快捷申报缴款
</span>
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
快捷申报缴款
</span>
</div>
</div>
<div>
<div>
<
!-- <div class="div-float
" style="padding-bottom: 8px;">
<
div
class=
"div-float sbyf
"
style=
"padding-bottom: 8px;"
>
<span>
申报月份:
</span>
<span>
申报月份:
</span>
<input
readonly
id=
"getInputValue"
name=
"birth_date"
style=
"width: 20%; display: inline;"
type=
"text"
<input
readonly
id=
"getInputValue"
name=
"birth_date"
style=
"width: 20%; display: inline;"
type=
"text"
class=
"Wdate checkId-input check-items-birthday form-control"
>
class=
"Wdate checkId-input check-items-birthday form-control"
>
</div>
-->
</div>
<div
class=
"div-float text-right div-margin "
style=
"height:100%;margin-left:52%"
>
<div
class=
"div-float text-right div-margin "
style=
"height:100%;margin-left:52%"
>
<input
id=
"pay"
class=
"btn btn-primary tdDong-btn"
style=
"margin-right: 1px;height: 32px;"
type=
"button"
<input
id=
"pay"
class=
"btn btn-primary tdDong-btn"
style=
"margin-right: 1px;height: 32px;"
type=
"button"
value=
"缴款"
/>
value=
"缴款"
/>
...
...
static/biz/declarePay.js
View file @
824e91e5
...
@@ -11,6 +11,7 @@ $(function () {
...
@@ -11,6 +11,7 @@ $(function () {
prefix
=
"/web"
;
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
$
(
'.sbyf'
).
css
({
'display'
:
'none'
})
}
}
showLoading
();
showLoading
();
getInitTable
();
getInitTable
();
...
...
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