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
e1bd80ce
Commit
e1bd80ce
authored
Jun 09, 2022
by
zqm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.集成2.0配置公共接口
parent
55e9f510
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
24 deletions
+45
-24
amend_grid.js
static/biz/amend_grid.js
+4
-1
cancellation_grid.js
static/biz/cancellation_grid.js
+14
-8
declare_grid.js
static/biz/declare_grid.js
+13
-7
overdue_grid.js
static/biz/overdue_grid.js
+14
-8
No files found.
static/biz/amend_grid.js
View file @
e1bd80ce
...
...
@@ -220,7 +220,10 @@ function initPage(companyInfo) {
checkTaxTable
:
"/tax_service/report_data_validate"
,
//表间校验
declareTable
:
"/tax_service/declare"
,
//申报
downloadFile
:
"/tax_service/load_declare_file"
,
//下载申报文件接口
correctTax
:
"/tax_service/get_gz_tax_and_declare"
//更正接口
correctTax
:
"/tax_service/get_gz_tax_and_declare"
,
//更正接口
modalSave
:
"/tax_service/save_pop"
,
//弹窗保存状态
modalInquire
:
"/tax_service/sel_pop"
,
//弹窗查询状态
modalRemove
:
"/tax_service/del_pop"
,
//删除弹窗
}
};
data
.
sfyhzctsBz
=
sfyhzctsBz
//首次进表标志
...
...
static/biz/cancellation_grid.js
View file @
e1bd80ce
...
...
@@ -5,7 +5,7 @@ var ccxwsBblxDm = ['12101']
var
Author
;
var
prefix
=
""
;
$
(
function
()
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
...
...
@@ -284,7 +284,10 @@ function initPage(companyInfo) {
deleteTable
:
"/tax_service/delete_single_sbb_info"
,
//删除
checkTaxTable
:
"/tax_service/report_data_validate"
,
//表间校验
declareTable
:
"/tax_service/declare"
,
//申报
downloadFile
:
"/tax_service/load_declare_file"
//下载申报文件接口
downloadFile
:
"/tax_service/load_declare_file"
,
//下载申报文件接口
modalSave
:
"/tax_service/save_pop"
,
//弹窗保存状态
modalInquire
:
"/tax_service/sel_pop"
,
//弹窗查询状态
modalRemove
:
"/tax_service/del_pop"
,
//删除弹窗
}
};
data
.
fillingFlag
=
"cancellation"
// 填报标记
...
...
@@ -461,7 +464,10 @@ function initPage(companyInfo) {
deleteTable
:
"/tax_service/delete_single_sbb_info"
,
//删除
checkTaxTable
:
"/tax_service/report_data_validate"
,
//表间校验
declareTable
:
"/tax_service/declare"
,
//申报
downloadFile
:
"/tax_service/load_declare_file"
//下载申报文件接口
downloadFile
:
"/tax_service/load_declare_file"
,
//下载申报文件接口
modalSave
:
"/tax_service/save_pop"
,
//弹窗保存状态
modalInquire
:
"/tax_service/sel_pop"
,
//弹窗查询状态
modalRemove
:
"/tax_service/del_pop"
,
//删除弹窗
}
};
data
.
fillingFlag
=
"cancellation"
// 填报标记
...
...
static/biz/declare_grid.js
View file @
e1bd80ce
...
...
@@ -5,7 +5,7 @@ var yearBblxDm = ['10414', '10420'];
var
sfyhzctsBz
=
""
;
var
prefix
=
""
;
$
(
function
()
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
...
...
@@ -265,7 +265,10 @@ function initPage(companyInfo) {
deleteTable
:
"/tax_service/delete_single_sbb_info"
,
//删除
checkTaxTable
:
"/tax_service/report_data_validate"
,
//表间校验
declareTable
:
"/tax_service/declare"
,
//申报
downloadFile
:
"/tax_service/load_declare_file"
//下载申报文件接口
downloadFile
:
"/tax_service/load_declare_file"
,
//下载申报文件接口
modalSave
:
"/tax_service/save_pop"
,
//弹窗保存状态
modalInquire
:
"/tax_service/sel_pop"
,
//弹窗查询状态
modalRemove
:
"/tax_service/del_pop"
,
//删除弹窗
}
};
data
.
sfyhzctsBz
=
sfyhzctsBz
//首次进表标志
...
...
@@ -542,7 +545,10 @@ function initPage(companyInfo) {
deleteTable
:
"/tax_service/delete_single_sbb_info"
,
//删除
checkTaxTable
:
"/tax_service/report_data_validate"
,
//表间校验
declareTable
:
"/tax_service/declare"
,
//申报
downloadFile
:
"/tax_service/load_declare_file"
//下载申报文件接口
downloadFile
:
"/tax_service/load_declare_file"
,
//下载申报文件接口
modalSave
:
"/tax_service/save_pop"
,
//弹窗保存状态
modalInquire
:
"/tax_service/sel_pop"
,
//弹窗查询状态
modalRemove
:
"/tax_service/del_pop"
,
//删除弹窗
}
};
submitData
.
fillingFlag
=
"normal"
// 填报标记
...
...
static/biz/overdue_grid.js
View file @
e1bd80ce
...
...
@@ -13,7 +13,7 @@ var prefix = "";
var
AuthorizationBz
=
""
var
operateType
=
""
;
$
(
function
()
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
if
(
config
.
environmental
==
'test'
||
config
.
environmental
==
'preProduce'
)
{
prefix
=
"/web"
;
}
else
if
(
config
.
environmental
==
'production'
)
{
prefix
=
"/web/online"
;
...
...
@@ -279,7 +279,10 @@ function initPage(companyInfo) {
deleteTable
:
"/tax_service/delete_single_sbb_info"
,
//删除
checkTaxTable
:
"/tax_service/report_data_validate"
,
//表间校验
declareTable
:
"/tax_service/declare"
,
//申报
downloadFile
:
"/tax_service/load_declare_file"
//下载申报文件接口
downloadFile
:
"/tax_service/load_declare_file"
,
//下载申报文件接口
modalSave
:
"/tax_service/save_pop"
,
//弹窗保存状态
modalInquire
:
"/tax_service/sel_pop"
,
//弹窗查询状态
modalRemove
:
"/tax_service/del_pop"
,
//删除弹窗
}
};
data
.
fillingFlag
=
"overdue"
// 填报标记
...
...
@@ -439,7 +442,10 @@ function initPage(companyInfo) {
deleteTable
:
"/tax_service/delete_single_sbb_info"
,
//删除
checkTaxTable
:
"/tax_service/report_data_validate"
,
//表间校验
declareTable
:
"/tax_service/declare"
,
//申报
downloadFile
:
"/tax_service/load_declare_file"
//下载申报文件接口
downloadFile
:
"/tax_service/load_declare_file"
,
//下载申报文件接口
modalSave
:
"/tax_service/save_pop"
,
//弹窗保存状态
modalInquire
:
"/tax_service/sel_pop"
,
//弹窗查询状态
modalRemove
:
"/tax_service/del_pop"
,
//删除弹窗
}
};
data
.
fillingFlag
=
"overdue"
// 填报标记
...
...
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