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
a1d0c5a6
Commit
a1d0c5a6
authored
Jan 29, 2022
by
彭令令
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并开发分支代码
parent
26b581d0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
2090 additions
and
1889 deletions
+2090
-1889
index.html
jsp/declare/index.html
+91
-100
cancellation_grid.js
static/biz/cancellation_grid.js
+458
-401
declare_cxs_grid.js
static/biz/declare_cxs_grid.js
+424
-422
declare_grid.js
static/biz/declare_grid.js
+551
-494
overdue_grid.js
static/biz/overdue_grid.js
+512
-456
config.js
static/config.js
+34
-5
config_dev.js
static/config_dev.js
+1
-0
config_production.js
static/config_production.js
+1
-1
config_test.js
static/config_test.js
+18
-10
No files found.
jsp/declare/index.html
View file @
a1d0c5a6
This diff is collapsed.
Click to expand it.
static/biz/cancellation_grid.js
View file @
a1d0c5a6
This diff is collapsed.
Click to expand it.
static/biz/declare_cxs_grid.js
View file @
a1d0c5a6
This diff is collapsed.
Click to expand it.
static/biz/declare_grid.js
View file @
a1d0c5a6
This diff is collapsed.
Click to expand it.
static/biz/overdue_grid.js
View file @
a1d0c5a6
This diff is collapsed.
Click to expand it.
static/config.js
View file @
a1d0c5a6
/*
* @Author: your name
* @Date: 2021-12-20 15:36:50
* @LastEditTime: 2021-12-20 15:38:55
* @LastEditors: your name
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \onlineReport\static\config.js
*/
/**
/**
* @Author ygy
* @Author ygy
* @Description //TODO 获取地址栏参数
* @Description //TODO 获取地址栏参数
...
@@ -6,10 +14,31 @@
...
@@ -6,10 +14,31 @@
* @return
* @return
**/
**/
function
getUrlParam
(
name
)
{
function
getUrlParam
(
name
)
{
var
reg
=
new
RegExp
(
'(^|&)'
+
name
+
'=([^&]*)(&|$)'
);
var
reg
=
new
RegExp
(
'(^|&)'
+
name
+
'=([^&]*)(&|$)'
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
if
(
r
!=
null
)
return
decodeURIComponent
(
r
[
2
]);
if
(
r
!=
null
)
return
decodeURIComponent
(
r
[
2
]);
return
null
;
return
null
;
}
}
// 公共配置
// 公共配置
eval
(
unescape
(
"var%20config%20%3D%20%7B%0A%20%20%20%20environmental%3A%22production%22%2C//production%20%u751F%u4EA7%20%20test%20%u6D4B%u8BD5%0A%20%20%20%20webUrl%3A%22/web/onlineReport/jsp/%22%2C%20//%20%u9884%u751F%u4EA7%u73AF%u5883%u89E3%u5F00%0A%20%20%20%20url%3A%22%22%2C//%20%u5F00%u53D1%u73AF%u5883%u914D%u7F6E%u8DE8%u57DF%u8BBE%u7F6E%20%20//%20%u5F00%u53D1%u73AF%u5883%0A%20%20%20%20value%3A%27%27%2C//%u52A0%u5BC6token%0A%09%20%20nsrsbq%3A%27%27%2C%0A%20%20%20%20spreadUrl%3A%22http%3A//sbjs.tjsat.gov.cn%22%2C//%20%u5C40%u7AEF%u751F%u4EA7%20%u503C%u4E3A%u7A7A%20%20%u5176%u4F59%u5168%u90E8%u6307%u5411%u5728%u7EBF%u7684%u57DF%u540D%0A%20%20%20%20ssfwptPage%3A%22/taxservicedesk/index.html%23/taxTableList%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u6708%u5B63%u62A5%0A%20%20%20%20yearTaxTable%3A%22/taxservicedesk/index.html%23/yearTaxTable%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u5E74%u62A5%0A%20%20%20%20zhsbPage%3A%22/taxservicedesk/index.html%23/syntheticalReport%22%2C//%20%u6D89%u7A0E%20%u7EFC%u5408%u7533%u62A5%u9875%u9762%0A%20%20%20%20taxFormComponent%3A%22/web/taxFormComponent/index.html%3Fparam%3D%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%0A%20%20%20%20ccxwsTaxTable%3A%22/web/tax-plugin/index.html%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u7533%u62A5%20%u8DF3%u8F6C%u9875%u9762%0A%20%20%20%20collectPage%3A%22/propertybehaviortax/index.html%23/buttonFrame%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u91C7%u96C6%20%u8DF3%u8F6C%u586B%u62A5%u9875%u9762%0A%7D"
))
var
config
=
{
environmental
:
"test"
,
//production生产,test测试,dev开发 注:environmental为dev时,ssfwptPage/yearTaxTable/zhsbPage使用配置文件地址
webUrl
:
"/web/onlineReport/jsp/"
,
// 预生产环境解开
url
:
""
,
// 开发环境配置跨域设置 // 开发环境
value
:
''
,
//加密token
nsrsbq
:
''
,
spreadUrl
:
"http://sbjs.tjsat.gov.cn"
,
// 局端生产 值为空 其余全部指向在线的域名
ssfwptPage
:
"/taxservicedesk/index.html#/taxTableList"
,
// 涉税服务平台填报页面地址 月季报
yearTaxTable
:
"/taxservicedesk/index.html#/yearTaxTable"
,
// 涉税服务平台填报页面地址 年报
zhsbPage
:
"/taxservicedesk/index.html#/syntheticalReport"
,
// 涉税 综合申报页面
taxFormComponent
:
"/web/taxFormComponent/index.html?param="
,
// 涉税服务平台填报页面地址
ccxwsTaxTable
:
"/web/tax-plugin/index.html"
,
//财产行为税 申报 跳转页面
collectPage
:
"/propertybehaviortax/index.html#/buttonFrame"
,
//财产行为税 采集 跳转填报页面
tableBridge
:
"/tableDisplayBusiness/index.html#/taxRelated"
,
//税表2.0 税种开表展示页面
}
if
(
config
.
environmental
==
'test'
)
{
prefix
=
"/web"
;
config
.
ccxwsTaxTable
=
"http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
config
.
ccxwsTaxTable
=
"/web/tax-plugin/index.html"
;
}
static/config_dev.js
View file @
a1d0c5a6
...
@@ -25,6 +25,7 @@ var config = {
...
@@ -25,6 +25,7 @@ var config = {
taxFormComponent
:
"/web/taxFormComponent/index.html?param="
,
// 涉税服务平台填报页面地址
taxFormComponent
:
"/web/taxFormComponent/index.html?param="
,
// 涉税服务平台填报页面地址
ccxwsTaxTable
:
"/web/tax-plugin/index.html"
,
//财产行为税 申报 跳转页面
ccxwsTaxTable
:
"/web/tax-plugin/index.html"
,
//财产行为税 申报 跳转页面
collectPage
:
"/propertybehaviortax/index.html#/buttonFrame"
,
//财产行为税 采集 跳转填报页面
collectPage
:
"/propertybehaviortax/index.html#/buttonFrame"
,
//财产行为税 采集 跳转填报页面
tableBridge
:
"/tableDisplayBusiness/index.html#/taxRelated"
,
//税表2.0 税种开表展示页面
}
}
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
...
...
static/config_production.js
View file @
a1d0c5a6
...
@@ -12,7 +12,7 @@ function getUrlParam(name) {
...
@@ -12,7 +12,7 @@ function getUrlParam(name) {
return
null
;
return
null
;
}
}
// 公共配置
// 公共配置
eval
(
unescape
(
"var%20config%20%3D%20%7B%0A%20%20%20%20environmental%3A%22production%22%2C//production%20%u751F%u4EA7%20%20test%20%u6D4B%u8BD5%0A%20%20%20%20webUrl%3A%22/web/onlineReport/jsp/%22%2C%20//%20%u9884%u751F%u4EA7%u73AF%u5883%u89E3%u5F00%0A%20%20%20%20url%3A%22%22%2C//%20%u5F00%u53D1%u73AF%u5883%u914D%u7F6E%u8DE8%u57DF%u8BBE%u7F6E%20%20//%20%u5F00%u53D1%u73AF%u5883%0A%20%20%20%20value%3A%27%27%2C//%u52A0%u5BC6token%0A%09%20%20nsrsbq%3A%27%27%2C%0A%20%20%20%20spreadUrl%3A%22http%3A//sbjs.tjsat.gov.cn%22%2C//%20%u5C40%u7AEF%u751F%u4EA7%20%u503C%u4E3A%u7A7A%20%20%u5176%u4F59%u5168%u90E8%u6307%u5411%u5728%u7EBF%u7684%u57DF%u540D%0A%20%20%20%20ssfwptPage%3A%22/taxservicedesk/index.html%23/taxTableList%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u6708%u5B63%u62A5%0A%20%20%20%20yearTaxTable%3A%22/taxservicedesk/index.html%23/yearTaxTable%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u5E74%u62A5%0A%20%20%20%20zhsbPage%3A%22/taxservicedesk/index.html%23/syntheticalReport%22%2C//%20%u6D89%u7A0E%20%u7EFC%u5408%u7533%u62A5%u9875%u9762%0A%20%20%20%20taxFormComponent%3A%22/web/taxFormComponent/index.html%3Fparam%3D%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%0A%20%20%20%20ccxwsTaxTable%3A%22/web/tax-plugin/index.html%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u7533%u62A5%20%u8DF3%u8F6C%u9875%u9762%0A%20%20%20%20collectPage%3A%22/propertybehaviortax/index.html%23/buttonFrame%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u91C7%u96C6%20%u8DF3%u8F6C%u586B%u62A5%u9875%u9762%0A%7D"
))
eval
(
unescape
(
"var%20config%20%3D%20%7B%0A%20%20%20%20environmental%3A%22production%22%2C//production%20%u751F%u4EA7%20%20test%20%u6D4B%u8BD5%0A%20%20%20%20webUrl%3A%22/web/onlineReport/jsp/%22%2C%20//%20%u9884%u751F%u4EA7%u73AF%u5883%u89E3%u5F00%0A%20%20%20%20url%3A%22%22%2C//%20%u5F00%u53D1%u73AF%u5883%u914D%u7F6E%u8DE8%u57DF%u8BBE%u7F6E%20%20//%20%u5F00%u53D1%u73AF%u5883%0A%20%20%20%20value%3A%27%27%2C//%u52A0%u5BC6token%0A%09%20%20nsrsbq%3A%27%27%2C%0A%20%20%20%20spreadUrl%3A%22http%3A//sbjs.tjsat.gov.cn%22%2C//%20%u5C40%u7AEF%u751F%u4EA7%20%u503C%u4E3A%u7A7A%20%20%u5176%u4F59%u5168%u90E8%u6307%u5411%u5728%u7EBF%u7684%u57DF%u540D%0A%20%20%20%20ssfwptPage%3A%22/taxservicedesk/index.html%23/taxTableList%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u6708%u5B63%u62A5%0A%20%20%20%20yearTaxTable%3A%22/taxservicedesk/index.html%23/yearTaxTable%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u5E74%u62A5%0A%20%20%20%20zhsbPage%3A%22/taxservicedesk/index.html%23/syntheticalReport%22%2C//%20%u6D89%u7A0E%20%u7EFC%u5408%u7533%u62A5%u9875%u9762%0A%20%20%20%20taxFormComponent%3A%22/web/taxFormComponent/index.html%3Fparam%3D%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%0A%20%20%20%20ccxwsTaxTable%3A%22/web/tax-plugin/index.html%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u7533%u62A5%20%u8DF3%u8F6C%u9875%u9762%0A%20%20%20%20collectPage%3A%22/propertybehaviortax/index.html%23/buttonFrame%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u91C7%u96C6%20%u8DF3%u8F6C%u586B%u62A5%u9875%u9762%0A%
20%20%20%20tableBridge%3A%20%22/tableDisplayBusiness/index.html%23/taxRelated%22%2C%20//%u7A0E%u88682.0%20%u7A0E%u79CD%u5F00%u8868%u5C55%u793A%u9875%u9762%20%0A%
7D"
))
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
config
.
ccxwsTaxTable
=
"http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html"
;
config
.
ccxwsTaxTable
=
"http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html"
;
...
...
static/config_test.js
View file @
a1d0c5a6
/*
* @Author: your name
* @Date: 2021-12-20 15:36:50
* @LastEditTime: 2022-01-24 10:28:40
* @LastEditors: your name
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \onlineReport\static\config_test.js
*/
/**
/**
* @Author ygy
* @Author ygy
* @Description //TODO 获取地址栏参数
* @Description //TODO 获取地址栏参数
...
@@ -6,17 +14,17 @@
...
@@ -6,17 +14,17 @@
* @return
* @return
**/
**/
function
getUrlParam
(
name
)
{
function
getUrlParam
(
name
)
{
var
reg
=
new
RegExp
(
'(^|&)'
+
name
+
'=([^&]*)(&|$)'
);
var
reg
=
new
RegExp
(
'(^|&)'
+
name
+
'=([^&]*)(&|$)'
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
if
(
r
!=
null
)
return
decodeURIComponent
(
r
[
2
]);
if
(
r
!=
null
)
return
decodeURIComponent
(
r
[
2
]);
return
null
;
return
null
;
}
}
// 公共配置
// 公共配置
eval
(
unescape
(
"var%20config%20%3D%20%7B%0A%20%20%20%20environmental%3A%2
2test%22%2C//production%20%u751F%u4EA7%20%20test%20%u6D4B%u8BD5%0A%20%20%20%20webUrl%3A%22/web/onlineReport/jsp/%22%2C%20//%20%u9884%u751F%u4EA7%u73AF%u5883%u89E3%u5F00%0A%20%20%20%20url%3A%22%22%2C//%20%u5F00%u53D1%u73AF%u5883%u914D%u7F6E%u8DE8%u57DF%u8BBE%u7F6E%20%20//%20%u5F00%u53D1%u73AF%u5883%0A%20%20%20%20value%3A%27%27%2C//%u52A0%u5BC6token%0A%09%20%20nsrsbq%3A%27%27%2C%0A%20%20%20%20spreadUrl%3A%22http%3A//sbjs.tjsat.gov.cn%22%2C//%20%u5C40%u7AEF%u751F%u4EA7%20%u503C%u4E3A%u7A7A%20%20%u5176%u4F59%u5168%u90E8%u6307%u5411%u5728%u7EBF%u7684%u57DF%u540D%0A%20%20%20%20ssfwptPage%3A%22/taxservicedesk/index.html%23/taxTableList%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u6708%u5B63%u62A5%0A%20%20%20%20yearTaxTable%3A%22/taxservicedesk/index.html%23/yearTaxTable%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u5E74%u62A5%0A%20%20%20%20zhsbPage%3A%22/taxservicedesk/index.html%23/syntheticalReport%22%2C//%20%u6D89%u7A0E%20%u7EFC%u5408%u7533%u62A5%u9875%u9762%0A%20%20%20%20taxFormComponent%3A%22/web/taxFormComponent/index.html%3Fparam%3D%22%2C//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%0A%20%20%20%20ccxwsTaxTable%3A%22/web/tax-plugin/index.html%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u7533%u62A5%20%u8DF3%u8F6C%u9875%u9762%0A%20%20%20%20collectPage%3A%22/propertybehaviortax/index.html%23/buttonFrame%22%2C//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u91C7%u96C6%20%u8DF3%u8F6C%u586B%u62A5%u9875%u9762
%0A%7D"
))
eval
(
unescape
(
"var%20config%20%3D%20%7B%0A%20%20%20%20environmental%3A%2
0%22test%22%2C%20//production%u751F%u4EA7%uFF0Ctest%u6D4B%u8BD5%uFF0Cdev%u5F00%u53D1%20%u6CE8%uFF1Aenvironmental%u4E3Adev%u65F6%uFF0CssfwptPage/yearTaxTable/zhsbPage%u4F7F%u7528%u914D%u7F6E%u6587%u4EF6%u5730%u5740%0A%20%20%20%20webUrl%3A%20%22/web/onlineReport/jsp/%22%2C%20//%20%u9884%u751F%u4EA7%u73AF%u5883%u89E3%u5F00%0A%20%20%20%20url%3A%20%22%22%2C%20//%20%u5F00%u53D1%u73AF%u5883%u914D%u7F6E%u8DE8%u57DF%u8BBE%u7F6E%20%20//%20%u5F00%u53D1%u73AF%u5883%0A%20%20%20%20value%3A%20%27%27%2C%20//%u52A0%u5BC6token%0A%20%20%20%20nsrsbq%3A%20%27%27%2C%0A%20%20%20%20spreadUrl%3A%20%22http%3A//sbjs.tjsat.gov.cn%22%2C%20//%20%u5C40%u7AEF%u751F%u4EA7%20%u503C%u4E3A%u7A7A%20%20%u5176%u4F59%u5168%u90E8%u6307%u5411%u5728%u7EBF%u7684%u57DF%u540D%0A%20%20%20%20ssfwptPage%3A%20%22/taxservicedesk/index.html%23/taxTableList%22%2C%20//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u6708%u5B63%u62A5%0A%20%20%20%20yearTaxTable%3A%20%22/taxservicedesk/index.html%23/yearTaxTable%22%2C%20//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%20%u5E74%u62A5%0A%20%20%20%20zhsbPage%3A%20%22/taxservicedesk/index.html%23/syntheticalReport%22%2C%20//%20%u6D89%u7A0E%20%u7EFC%u5408%u7533%u62A5%u9875%u9762%0A%20%20%20%20taxFormComponent%3A%20%22/web/taxFormComponent/index.html%3Fparam%3D%22%2C%20//%20%u6D89%u7A0E%u670D%u52A1%u5E73%u53F0%u586B%u62A5%u9875%u9762%u5730%u5740%0A%20%20%20%20ccxwsTaxTable%3A%20%22/web/tax-plugin/index.html%22%2C%20//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u7533%u62A5%20%u8DF3%u8F6C%u9875%u9762%0A%20%20%20%20collectPage%3A%20%22/propertybehaviortax/index.html%23/buttonFrame%22%2C%20//%u8D22%u4EA7%u884C%u4E3A%u7A0E%20%u91C7%u96C6%20%u8DF3%u8F6C%u586B%u62A5%u9875%u9762%0A%20%20%20%20tableBridge%3A%20%22/tableDisplayBusiness/index.html%23/taxRelated%22%2C%20//%u7A0E%u88682.0%20%u7A0E%u79CD%u5F00%u8868%u5C55%u793A%u9875%u9762%20
%0A%7D"
))
if
(
config
.
environmental
==
'test'
)
{
if
(
config
.
environmental
==
'test'
)
{
prefix
=
"/web"
;
prefix
=
"/web"
;
config
.
ccxwsTaxTable
=
"http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html"
;
config
.
ccxwsTaxTable
=
"http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
prefix
=
"/web/online"
;
config
.
ccxwsTaxTable
=
"/web/tax-plugin/index.html"
;
config
.
ccxwsTaxTable
=
"/web/tax-plugin/index.html"
;
}
}
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