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
8fbdb197
Commit
8fbdb197
authored
Jun 21, 2022
by
刘明珠
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'optimize' of
http://114.115.168.181/lushihao/zxtb_to_ssfwpt
into optimize
parents
861afa23
324127c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
declarePay.js
static/biz/declarePay.js
+4
-2
No files found.
static/biz/declarePay.js
View file @
8fbdb197
...
...
@@ -29,8 +29,10 @@ function getInitTable() {
sbsq
:
""
,
pzzlDm
:
getUrlParam
(
"pzzlDm"
),
},
success
:
function
(
data
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
success
:
function
(
data
,
status
,
xhr
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
hideLoading
();
var
authorization_sbzj2
=
xhr
.
getResponseHeader
(
"Encryption"
)
sessionStorage
.
setItem
(
"authorization_sbzj2"
,
authorization_sbzj2
);
var
companyInfo
=
data
;
AuthorizationBz
=
companyInfo
.
bean
.
value
if
(
companyInfo
.
success
)
{
...
...
@@ -260,7 +262,7 @@ function initPage(companyInfo) {
// 土地增值税 - 10113
// 环境保护税 - 10121
// 资源税 - 10107
if
([
'10111'
,
'10902'
,
'10118'
,
'10119'
,
'10113'
,
'10121'
,
'10107'
].
indexOf
(
item
.
bblxDm
)
>
-
1
)
{
if
([
'10111'
,
'10902'
,
'10118'
,
'10119'
,
'10113'
,
'10121'
,
'10107'
,
'11503'
].
indexOf
(
item
.
bblxDm
)
>
-
1
)
{
item
.
buttonHtml
=
"税源信息采集 , 税费申报"
// $(".tdDong-btn").css({"margin-left":"3%"});
}
else
if
([
'10110'
,
'10114'
,
'10112'
].
indexOf
(
item
.
bblxDm
)
>
-
1
)
{
...
...
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