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
43c06a01
Commit
43c06a01
authored
Mar 23, 2021
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
年报更正申报标志取值调整
parent
8092017c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
amend_grid.js
static/biz/amend_grid.js
+15
-3
No files found.
static/biz/amend_grid.js
View file @
43c06a01
...
...
@@ -5,6 +5,8 @@
* @date 2018/12/16 20:08
*/
var
initpage
;
var
nbbd10414
=
""
;
var
nbbd10420
=
""
;
$
(
function
()
{
showLoading
();
getInitTable
();
...
...
@@ -34,6 +36,8 @@ function getInitTable() {
}
config
.
value
=
companyInfo
.
bean
.
value
companyInfo
.
bean
.
config
=
config
nbbd10414
=
companyInfo
.
bean
.
nbbd10414
;
nbbd10420
=
companyInfo
.
bean
.
nbbd10420
;
initpage
=
initPage
(
companyInfo
.
bean
);
}
else
{
hideLoading
();
...
...
@@ -159,9 +163,15 @@ function initPage(companyInfo) {
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'
);
if
(
data
.
bblxDm
==
'10414'
&&
nbbd10414
!=
'Y'
){
myAlert
(
"提示"
,
"尊敬的纳税人:为了保证更正数据的准确性,只有在本系统申报的企业才可以进行更正操作。您未在本系统申报,不能在本系统更正。"
,
"确定"
);
}
else
if
(
data
.
bblxDm
==
'10420'
&&
nbbd10420
!=
'Y'
){
myAlert
(
"提示"
,
"尊敬的纳税人:为了保证更正数据的准确性,只有在本系统申报的企业才可以进行更正操作。您未在本系统申报,不能在本系统更正。"
,
"确定"
);
}
else
{
data
.
saveUserId
=
"zxtb_singleReport"
;
// 用户id
data
.
userId
=
"zxtb"
;
// userId
window
.
open
(
config
.
yearTaxTable
,
'_blank'
);
}
}
Object
.
defineProperty
(
mlistener
,
'returnSelectRowData'
,
{
set
:
function
(
val
)
{
...
...
@@ -336,6 +346,8 @@ function initPage(companyInfo) {
}).
done
(
function
(
data
)
{
if
(
data
.
success
)
{
sourceData
=
data
.
bean
.
gzTaxInfos
;
nbbd10414
=
data
.
bean
.
nbbd10414
;
nbbd10420
=
data
.
bean
.
nbbd10420
;
newData
=
sourceData
;
if
(
newData
.
length
==
0
)
{
alertInfo
(
"选择区间暂无数据"
);
...
...
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