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
742ae882
Commit
742ae882
authored
Aug 07, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getPzzlList接口添加标志
parent
b9c36a5f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
declare_grid.js
static/biz/declare_grid.js
+8
-5
No files found.
static/biz/declare_grid.js
View file @
742ae882
...
...
@@ -170,7 +170,9 @@ function initPage(companyInfo) {
window
.
open
(
config
.
ssfwptPage
,
'_blank'
);
Object
.
defineProperty
(
mlistener
,
'returnSelectRowData'
,
{
set
:
function
(
val
)
{
getTaxDeclaration
(
sbqDate
,
"N"
);
setTimeout
(
function
()
{
getTaxDeclaration
(
sbqDate
,
"N"
,
'2'
);
},
2000
);
}
})
}
else
{
...
...
@@ -225,7 +227,7 @@ function initPage(companyInfo) {
if
(
companyInfo
)
{
url
=
companyInfo
.
config
.
url
;
}
var
getTaxDeclaration
=
function
(
date
,
type
)
{
var
getTaxDeclaration
=
function
(
date
,
type
,
refreshSbzt
)
{
// TODO 开始加载等待动画
showLoading
();
var
param
=
{
...
...
@@ -233,7 +235,8 @@ function initPage(companyInfo) {
operateType
:
companyInfo
.
operateType
,
sbsq
:
date
,
isFresh
:
type
.
toUpperCase
()
==
"Y"
,
pzzlDm
:
companyInfo
.
pzzlDm
pzzlDm
:
companyInfo
.
pzzlDm
,
refreshSbzt
:
refreshSbzt
}
$
.
ajax
({
url
:
url
+
"/ssfwpt/declare/getPzzlList"
,
...
...
@@ -295,13 +298,13 @@ function initPage(companyInfo) {
// 加了一个延时,时间改变后时间框没有收起隐藏就加载数据,没有找到好的解决办法,暂时用延时处理
sbqDate
=
date
setTimeout
(
function
()
{
getTaxDeclaration
(
date
,
"N"
);
getTaxDeclaration
(
date
,
"N"
,
'1'
);
},
50
);
};
var
refresh
=
function
()
{
myConfirm
(
"消息"
,
"您确定需要重置申报清册吗?点击确定继续"
,
"确定"
,
"取消"
,
function
()
{
getTaxDeclaration
(
nowdate
,
"Y"
);
getTaxDeclaration
(
nowdate
,
"Y"
,
'1'
);
});
};
//申报方式 当iszzsybjc=01同时pzzlDm=010101时,调用改方法
...
...
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