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
e5bb61d1
Commit
e5bb61d1
authored
Oct 26, 2021
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申报月份切换,添加照片
parent
15a25bdb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
index.html
jsp/zhsbtc/index.html
+1
-1
zhsbtc_grid.js
static/biz/zhsbtc_grid.js
+6
-5
taocan.png
static/tools/images/taocan.png
+0
-0
No files found.
jsp/zhsbtc/index.html
View file @
e5bb61d1
...
...
@@ -33,7 +33,7 @@
<div
style=
"background-color:#FFFFFF;"
>
<div
id=
"zhsbtcBox"
style=
"padding: 25px;"
>
<div
class=
"div-border"
style=
"padding-bottom: 20px;height: 60px;"
>
<img
style=
"float:left;display:block"
src=
"../../static/tools/images/
zxtb
.png"
>
<img
style=
"float:left;display:block"
src=
"../../static/tools/images/
taocan
.png"
>
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
财产行为税企业所得税综合申报套餐
</span>
</div>
...
...
static/biz/zhsbtc_grid.js
View file @
e5bb61d1
...
...
@@ -267,7 +267,7 @@ function initPage(companyInfo) {
refreshSbzt
:
refreshSbzt
}
$
.
ajax
({
url
:
url
+
"/online/declare/getPzzlList"
,
url
:
url
+
"/online/declare/getPzzlList
1
"
,
data
:
param
,
type
:
"POST"
,
dataType
:
"JSON"
,
...
...
@@ -280,8 +280,8 @@ function initPage(companyInfo) {
myAlert
(
"提示"
,
data
.
bean
.
errorInfo
,
"确定"
)
return
}
//
drawGrid(data.bean);
getInitTable
(
);
drawGrid
(
data
.
bean
);
// getInitTable(date
);
companyInfo
=
data
.
bean
;
zjhm
=
companyInfo
.
zjhm
config
.
value
=
companyInfo
.
value
;
...
...
@@ -550,10 +550,11 @@ function initPage(companyInfo) {
//财行页面的跳转
var
cxurlHandleFun
=
function
(
djxh
){
console
.
log
(
companyInfo
,
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&
djxh='
+
djxh
+
'&zsDjxh='
+
companyInfo
.
zsDjxh
+
'&value='
+
companyInfo
.
value
+
'&
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='
+
Math
.
random
()
+
'
random='
+
Math
.
random
();
}
else
{
var
cxUrl
=
'http://dev-w
eb.htyfw.com.cn/page/property_tax_plugin_web/index.html?djxh='
+
djxh
+
'&zsDjxh='
+
companyInfo
.
zsDjxh
+
'&lybz=online&
random='
+
Math
.
random
();
var
cxUrl
=
'http://dev-w
s.htyfw.com.cn/web/index.html?lybz=online&operateType=shenbao&sydbz=Y&djxh='
+
djxh
+
'&zsDjxh='
+
companyInfo
.
zsDjxh
+
'&nsrsbh='
+
companyInfo
.
nsrsbh
+
'month='
+
Math
.
random
()
+
'
random='
+
Math
.
random
();
}
let
aLink
=
document
.
createElement
(
'a'
);
aLink
.
href
=
cxUrl
;
...
...
static/tools/images/taocan.png
0 → 100644
View file @
e5bb61d1
1.98 KB
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