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
bbd411cb
Commit
bbd411cb
authored
Jun 16, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
45d51a07
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
declarePay.js
static/biz/declarePay.js
+6
-4
No files found.
static/biz/declarePay.js
View file @
bbd411cb
...
...
@@ -6,6 +6,7 @@ var ccxwsBblxDm = ['10111','10902','10118','10119','10113','10121','10107','1011
var
djXh
=
""
var
prefix
=
""
;
var
AuthorizationBz
=
""
var
nowdate
=
""
;
// 存储当前选择的时间框;
$
(
function
()
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
...
...
@@ -350,8 +351,9 @@ function initPage(companyInfo) {
myAlert
(
"提示"
,
"当前申报表已经申报"
,
"确定"
)
return
false
;
}
data
.
nssbq
=
nowdate
;
if
(
node
[
0
].
innerText
==
"税费申报"
)
{
window
.
open
(
cxurlHandleFun
(
data
.
djxh
),
'_blank'
);
window
.
open
(
cxurlHandleFun
(
data
,
data
.
djxh
),
'_blank'
);
}
else
if
(
node
[
0
].
innerText
==
"税源信息采集"
)
{
window
.
open
(
cjurlHandleFun
(
data
.
bblxDm
,
data
),
'_blank'
);
}
else
if
(
node
[
0
].
innerText
==
"填写申报表"
)
{
...
...
@@ -655,11 +657,11 @@ function initPage(companyInfo) {
return
url
;
}
//财行页面的跳转
var
cxurlHandleFun
=
function
(
djxh
){
var
cxurlHandleFun
=
function
(
d
ata
,
d
jxh
){
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='
+
companyInfo
.
zsDjxh
+
'&value='
+
companyInfo
.
value
+
'&nsrsbh='
+
companyInfo
.
nsrsbh
+
'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
+
'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='
+
companyInfo
.
zsDjxh
+
'&nsrsbh='
+
companyInfo
.
nsrsbh
+
'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
+
'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