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
575958eb
Commit
575958eb
authored
Jun 28, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
324127c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
declarePay.js
static/biz/declarePay.js
+5
-3
No files found.
static/biz/declarePay.js
View file @
575958eb
...
@@ -162,8 +162,10 @@ function initPage(companyInfo) {
...
@@ -162,8 +162,10 @@ function initPage(companyInfo) {
}
}
if
(
taxInfo
[
i
].
sbzt
==
'Y'
)
{
if
(
taxInfo
[
i
].
sbzt
==
'Y'
)
{
taxInfo
[
i
].
sbbz
=
"已申报"
taxInfo
[
i
].
sbbz
=
"已申报"
}
else
{
}
else
if
(
taxInfo
[
i
].
sbzt
==
'N'
)
{
taxInfo
[
i
].
sbbz
=
"未申报"
taxInfo
[
i
].
sbbz
=
"未申报"
}
else
{
taxInfo
[
i
].
sbbz
=
"-"
}
}
if
(
taxInfo
[
i
].
jkzt
==
'Y'
)
{
if
(
taxInfo
[
i
].
jkzt
==
'Y'
)
{
taxInfo
[
i
].
jkzt
=
"已缴款"
taxInfo
[
i
].
jkzt
=
"已缴款"
...
@@ -262,10 +264,10 @@ function initPage(companyInfo) {
...
@@ -262,10 +264,10 @@ function initPage(companyInfo) {
// 土地增值税 - 10113
// 土地增值税 - 10113
// 环境保护税 - 10121
// 环境保护税 - 10121
// 资源税 - 10107
// 资源税 - 10107
if
([
'10111'
,
'10902'
,
'10118'
,
'10119'
,
'10113'
,
'10121'
,
'10107'
,
'11503'
].
indexOf
(
item
.
bblxDm
)
>
-
1
)
{
if
([
'10111'
,
'10902'
,
'10118'
,
'10119'
,
'10113'
,
'10121'
,
'10107'
].
indexOf
(
item
.
bblxDm
)
>
-
1
)
{
item
.
buttonHtml
=
"税源信息采集 , 税费申报"
item
.
buttonHtml
=
"税源信息采集 , 税费申报"
// $(".tdDong-btn").css({"margin-left":"3%"});
// $(".tdDong-btn").css({"margin-left":"3%"});
}
else
if
([
'10110'
,
'10114'
,
'10112'
].
indexOf
(
item
.
bblxDm
)
>
-
1
)
{
}
else
if
([
'10110'
,
'10114'
,
'10112'
,,
'11503'
].
indexOf
(
item
.
bblxDm
)
>
-
1
)
{
// 房产税 - 10110 申报
// 房产税 - 10110 申报
// 车船税 - 10114 -
// 车船税 - 10114 -
// 城镇土地使用税 - 10112
// 城镇土地使用税 - 10112
...
...
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