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
78f79c0c
Commit
78f79c0c
authored
Dec 15, 2021
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财行税套餐申报登录超时问题
parent
4cb3c55f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
zhsbtc_grid.js
static/biz/zhsbtc_grid.js
+2
-2
No files found.
static/biz/zhsbtc_grid.js
View file @
78f79c0c
...
...
@@ -574,9 +574,9 @@ function initPage(companyInfo) {
var
cxurlHandleFun
=
function
(
djxh
){
//http://dev-ws.htyfw.com.cn/web/index.html?djxh=10111298000025892661&zsDjxh=10111298000025892661&lybz=online&operateType=shenbao&nsrmc=%E5%A4%A9%E6%B4%A5%E7%A5%9E%E5%B7%9E%E6%B5%A9%E5%A4%A9%E7%A7%91%E6%8A%80%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8&nsrsbh=911201167773033345&sydbz=Y&month=10 web/tax-plugin
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
)
+
'random='
+
Math
.
random
();
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='
+
Authorization
+
'
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
)
+
'random='
+
Math
.
random
();
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='
+
Authorization
+
'
random='
+
Math
.
random
();
}
$
(
"a"
).
remove
(
".cxA"
);
...
...
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