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
768e9d4f
Commit
768e9d4f
authored
Jul 27, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加token加密节点
parent
4c22f65c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
declare_grid.js
static/biz/declare_grid.js
+2
-0
config.js
static/config.js
+2
-0
No files found.
static/biz/declare_grid.js
View file @
768e9d4f
...
@@ -33,6 +33,7 @@ function getInitTable() {
...
@@ -33,6 +33,7 @@ function getInitTable() {
var
companyInfo
=
data
;
var
companyInfo
=
data
;
if
(
companyInfo
.
success
)
{
if
(
companyInfo
.
success
)
{
config
.
value
=
companyInfo
.
bean
.
value
companyInfo
.
bean
.
config
=
config
companyInfo
.
bean
.
config
=
config
companyInfo
.
bean
.
return
=
true
;
/* @Author ygy @Date 10:12 2020/7/8 @Description 前端判断接口成功返回数据标记用于区分是否执行初始化table方法*/
companyInfo
.
bean
.
return
=
true
;
/* @Author ygy @Date 10:12 2020/7/8 @Description 前端判断接口成功返回数据标记用于区分是否执行初始化table方法*/
config
.
return
=
true
;
config
.
return
=
true
;
...
@@ -163,6 +164,7 @@ function initPage(companyInfo) {
...
@@ -163,6 +164,7 @@ function initPage(companyInfo) {
};
};
data
.
fillingFlag
=
"normal"
// 填报标记
data
.
fillingFlag
=
"normal"
// 填报标记
data
.
saveUserId
=
"zxtb"
;
// 用户id
data
.
saveUserId
=
"zxtb"
;
// 用户id
data
.
value
=
config
.
value
;
window
.
mlistener
.
selectRowData
=
data
;
window
.
mlistener
.
selectRowData
=
data
;
window
.
open
(
config
.
ssfwptPage
,
'_blank'
);
window
.
open
(
config
.
ssfwptPage
,
'_blank'
);
Object
.
defineProperty
(
mlistener
,
'returnSelectRowData'
,
{
Object
.
defineProperty
(
mlistener
,
'returnSelectRowData'
,
{
...
...
static/config.js
View file @
768e9d4f
...
@@ -17,6 +17,7 @@ var config = {
...
@@ -17,6 +17,7 @@ var config = {
url
:
""
,
// 开发环境配置跨域设置 // 开发环境
url
:
""
,
// 开发环境配置跨域设置 // 开发环境
spreadUrl
:
"sbjs.tjsat.gov.cn:18001"
,
// 注册地址
spreadUrl
:
"sbjs.tjsat.gov.cn:18001"
,
// 注册地址
ssfwptPage
:
"/web/taxservicedesk/index.html#/taxTableList"
,
// 涉税服务平台填报页面地址
ssfwptPage
:
"/web/taxservicedesk/index.html#/taxTableList"
,
// 涉税服务平台填报页面地址
value
:
''
,
//加密token
}
}
//公共配置 本地
//公共配置 本地
/*var config = {
/*var config = {
...
@@ -24,5 +25,6 @@ var config = {
...
@@ -24,5 +25,6 @@ var config = {
url:"",// 开发环境配置跨域设置 // 开发环境
url:"",// 开发环境配置跨域设置 // 开发环境
spreadUrl:"sbjs.tjsat.gov.cn:18001",// 注册地址
spreadUrl:"sbjs.tjsat.gov.cn:18001",// 注册地址
ssfwptPage:"/web/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址
ssfwptPage:"/web/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址
value:'',//加密token
}*/
}*/
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