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
e645eaef
Commit
e645eaef
authored
Aug 23, 2021
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求4472 印花税快捷申报流程:列表调采集
parent
be9cb824
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
12 deletions
+37
-12
declare_cxs_grid.js
static/biz/declare_cxs_grid.js
+35
-11
config.js
static/config.js
+2
-1
No files found.
static/biz/declare_cxs_grid.js
View file @
e645eaef
...
...
@@ -107,7 +107,7 @@ function initPage(companyInfo) {
}
}
var
id
=
"#taxGrid"
;
var
buttonHtml
=
"
填写申报表
"
;
var
buttonHtml
=
"
采集并申报
"
;
var
order
=
[
"pzzlMc"
,
"djxh"
,
"sssqQ"
,
"sssqZ"
,
"sbzt"
,
"do"
];
var
promptStatement
=
""
;
var
headerList
=
[{
...
...
@@ -172,18 +172,42 @@ function initPage(companyInfo) {
if
(
data
.
sourceFlag
==
"ssfwpt_sbzj"
)
{
window
.
mlistener
=
{
selectRowData
:
{},
urlList
:{}
};
data
.
fillingFlag
=
"normal"
// 填报标记
data
.
saveUserId
=
"zxtb"
;
// 用户id
data
.
zjhm
=
zjhm
window
.
mlistener
.
selectRowData
=
data
;
if
(
yearBblxDm
.
indexOf
(
data
.
bblxDm
)
==
-
1
)
{
window
.
open
(
config
.
ssfwptPage
,
'_blank'
);
}
else
{
data
.
saveUserId
=
"zxtb_singleReport"
;
// 用户id
data
.
userId
=
"zxtb"
;
// userId
window
.
open
(
config
.
yearTaxTable
,
'_blank'
);
var
openCollectYHS
=
{
"nsrsbh"
:
data
.
nsrsbh
,
"djxh"
:
data
.
djxh
,
"skssqq"
:
data
.
sssqQ
,
"skssqz"
:
data
.
sssqZ
,
"lybz"
:
"online"
,
"gzbz"
:
"0"
,
"syuuid"
:
""
,
"nsrmc"
:
data
.
nsrmc
,
"ssdabh"
:
""
,
"nsrsbq"
:
data
.
nsrsbq
,
"token"
:
data
.
token
,
"rylx"
:
""
,
"zjlx"
:
""
,
"zjhm"
:
""
,
"dlDjxh"
:
""
,
"nsqxDm"
:
data
.
nsqxDm
,
"zsDjxh"
:
data
.
zsDjxh
,
"stateType"
:
"add"
,
"sycjType"
:
"yhs"
}
var
url
=
"property_tax_plugin"
;
if
(
config
.
environmental
==
'test'
){
url
=
"property_tax_plugin"
;
}
else
{
url
=
"online_property_tax_plugin"
;
}
var
urlList
=
{
openTable
:
"/"
+
url
+
"/yhs/openTable"
,
saveSbbInfo
:
"/"
+
url
+
"/yhs/saveSbbInfo "
}
window
.
mlistener
.
selectRowData
=
openCollectYHS
;
window
.
mlistener
.
urlList
=
urlList
;
window
.
open
(
config
.
collectPage
,
'_blank'
);
Object
.
defineProperty
(
mlistener
,
'returnSelectRowData'
,
{
set
:
function
(
val
)
{
setTimeout
(
function
()
{
...
...
static/config.js
View file @
e645eaef
...
...
@@ -23,7 +23,8 @@ var config = {
yearTaxTable
:
"/web/taxservicedesk/index.html#/yearTaxTable"
,
// 涉税服务平台填报页面地址 年报
zhsbPage
:
"/web/taxservicedesk/index.html#/syntheticalReport"
,
// 涉税 综合申报页面
taxFormComponent
:
"/web/taxFormComponent/index.html?param="
,
// 涉税服务平台填报页面地址
ccxwsTaxTable
:
"/web/tax-plugin/index.html"
,
//财产行为税跳转页面
ccxwsTaxTable
:
"/web/tax-plugin/index.html"
,
//财产行为税 申报 跳转页面
collectPage
:
"/web/propertybehaviortax/index.html#/buttonFrame"
,
//财产行为税 采集 跳转填报页面
}
//公共配置 本地环境,测试环境
// var config = {
...
...
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