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
16e2e1ac
Commit
16e2e1ac
authored
Aug 13, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更正:填报页面申报后,刷新税种列表
parent
e41e84d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
amend_grid.js
static/biz/amend_grid.js
+13
-0
No files found.
static/biz/amend_grid.js
View file @
16e2e1ac
...
@@ -102,6 +102,19 @@ function initPage(companyInfo) {
...
@@ -102,6 +102,19 @@ function initPage(companyInfo) {
data
.
value
=
config
.
value
;
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'
,
{
set
:
function
(
val
)
{
setTimeout
(
function
()
{
var
param
=
{
//根据后台接收方式进行修改
djxh
:
companyInfo
.
djxh
,
//登记序号
sbrqq
:
durationOfTaxStart
,
// 申报日期起
sbrqz
:
durationOfTaxEnd
,
// 申报日期止
gzCacheKey
:
companyInfo
.
gzCacheKey
,
//登记序号
}
getTaxAmendData
(
param
);
},
2000
);
}
})
}
else
{
}
else
{
//TODO 跳转页面
//TODO 跳转页面
data
.
djxh
=
companyInfo
.
djxh
;
data
.
djxh
=
companyInfo
.
djxh
;
...
...
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