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
737fe6b6
Commit
737fe6b6
authored
Jun 17, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
30602 快捷申报缴款,财行税,申报,税号和名称不正确。
parent
cdd2132d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
declarePay.js
static/biz/declarePay.js
+2
-2
No files found.
static/biz/declarePay.js
View file @
737fe6b6
...
...
@@ -659,9 +659,9 @@ function initPage(companyInfo) {
//财行页面的跳转
var
cxurlHandleFun
=
function
(
data
,
djxh
){
if
(
window
.
location
.
href
.
indexOf
(
'https://wsswjmn.tjsat.gov.cn'
)
>-
1
||
window
.
location
.
href
.
indexOf
(
'https://etax.tianjin.chinatax.gov.cn'
)
>-
1
)
{
var
cxUrl
=
'/web/tax-plugin/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='
+
djxh
+
'&zsDjxh='
+
data
.
zsDjxh
+
'&value='
+
data
.
value
+
'&nsrsbh='
+
data
.
nsrsbh
+
'&nsrmc='
+
companyInfo
.
nsrmc
+
'&month='
+
nowdate
.
substring
(
5
)
+
'&Authorization='
+
AuthorizationBz
+
'random='
+
Math
.
random
();
var
cxUrl
=
'/web/tax-plugin/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='
+
djxh
+
'&zsDjxh='
+
data
.
zsDjxh
+
'&value='
+
data
.
value
+
'&nsrsbh='
+
data
.
nsrsbh
+
'&nsrmc='
+
data
.
nsrmc
+
'&month='
+
nowdate
.
substring
(
5
)
+
'&Authorization='
+
AuthorizationBz
+
'random='
+
Math
.
random
();
}
else
{
var
cxUrl
=
'http://dev-ws.htyfw.com.cn/web/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='
+
djxh
+
'&zsDjxh='
+
data
.
zsDjxh
+
'&nsrsbh='
+
data
.
nsrsbh
+
'&nsrmc='
+
companyInfo
.
nsrmc
+
'&month='
+
nowdate
.
substring
(
5
)
+
'&Authorization='
+
AuthorizationBz
+
'random='
+
Math
.
random
();
var
cxUrl
=
'http://dev-ws.htyfw.com.cn/web/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='
+
djxh
+
'&zsDjxh='
+
data
.
zsDjxh
+
'&nsrsbh='
+
data
.
nsrsbh
+
'&nsrmc='
+
data
.
nsrmc
+
'&month='
+
nowdate
.
substring
(
5
)
+
'&Authorization='
+
AuthorizationBz
+
'random='
+
Math
.
random
();
}
return
cxUrl
}
...
...
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