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
dcde7a92
Commit
dcde7a92
authored
Aug 17, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
逾期、清算添加申报日期列;代码格式化
parent
0c648e04
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1285 additions
and
1246 deletions
+1285
-1246
index.html
jsp/amend/index.html
+126
-119
index.html
jsp/cancellation/index.html
+117
-109
index.html
jsp/overdue/index.html
+9
-2
amend_grid.js
static/biz/amend_grid.js
+326
-326
cancellation_grid.js
static/biz/cancellation_grid.js
+340
-331
declare_grid.js
static/biz/declare_grid.js
+34
-33
overdue_grid.js
static/biz/overdue_grid.js
+333
-326
No files found.
jsp/amend/index.html
View file @
dcde7a92
<!DOCTYPE html>
<html>
...
...
@@ -10,7 +9,7 @@
<!-- 让IE浏览器用最高级内核渲染页面 还有用 Chrome 框架的页面用webkit 内核 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<!-- IOS6全屏 Chrome高版本全屏 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<link
href=
"/web/onlineReport/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--分页-->
<link
rel=
"stylesheet"
href=
"/web/onlineReport/static/tools/css/paging-table.css"
/>
...
...
@@ -27,8 +26,9 @@
<title>
申报更正
</title>
</head>
<script>
document
.
write
(
"<script type='text/javascript' src='/web/onlineReport/static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"script"
+
">"
)
document
.
write
(
"<script type='text/javascript' src='/web/onlineReport/static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"script"
+
">"
)
</script>
<body>
<div
class=
"div-border father-div"
>
<div
class=
"div-border first-child-div"
>
...
...
@@ -52,10 +52,17 @@
<span> - </span>
<input readonly id="declarationDateEnd" name="declarationDateEnd" style="width: 10%; display: inline;" type="text" value="" class="Wdate checkId-input check-items-birthday form-control" onfocus="WdatePicker({isShowClear:false,dateFmt:'yyyy-MM-dd'})"> -->
<span>
税款所属期起止:
</span>
<input
readonly
id=
"durationOfTaxStart"
name=
"durationOfTaxStart"
style=
"width: 10%; display: inline;min-width: 150px"
type=
"text"
class=
"Wdate checkId-input check-items-birthday form-control"
onfocus=
"WdatePicker({isShowClear:false,dateFmt:'yyyy-MM-dd'})"
>
<input
readonly
id=
"durationOfTaxStart"
name=
"durationOfTaxStart"
style=
"width: 10%; display: inline;min-width: 150px"
type=
"text"
class=
"Wdate checkId-input check-items-birthday form-control"
onfocus=
"WdatePicker({isShowClear:false,dateFmt:'yyyy-MM-dd'})"
>
<span>
-
</span>
<input
readonly
id=
"durationOfTaxEnd"
name=
"durationOfTaxEnd"
style=
"width: 10%; display: inline;min-width: 150px"
type=
"text"
class=
"Wdate checkId-input check-items-birthday form-control"
onfocus=
"WdatePicker({isShowClear:false,dateFmt:'yyyy-MM-dd'})"
>
<input
class=
"btn btn-primary btn-search margin-left"
style=
"margin-top: -5px;"
type=
"button"
id=
"getAmendData"
value=
"查询"
/>
<input
readonly
id=
"durationOfTaxEnd"
name=
"durationOfTaxEnd"
style=
"width: 10%; display: inline;min-width: 150px"
type=
"text"
class=
"Wdate checkId-input check-items-birthday form-control"
onfocus=
"WdatePicker({isShowClear:false,dateFmt:'yyyy-MM-dd'})"
>
<input
class=
"btn btn-primary btn-search margin-left"
style=
"margin-top: -5px;"
type=
"button"
id=
"getAmendData"
value=
"查询"
/>
</div>
<div
style=
"height:16px;"
></div>
<div
id=
"taxAmendGrid"
></div>
...
...
@@ -95,7 +102,7 @@
// }
// -->
var
initpage
;
$
(
function
()
{
$
(
function
()
{
showLoading
();
$
.
ajax
({
type
:
"post"
,
...
...
@@ -131,7 +138,7 @@
// 弹出错误对话框
}
},
error
:
function
(
xhr
)
{
error
:
function
(
xhr
)
{
//jsonp 方式此方法不被触发
console
.
log
(
"=======error======================"
)
}
...
...
jsp/cancellation/index.html
View file @
dcde7a92
<!doctype html>
<html>
...
...
@@ -10,7 +9,7 @@
<!-- 让IE浏览器用最高级内核渲染页面 还有用 Chrome 框架的页面用webkit 内核 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<!-- IOS6全屏 Chrome高版本全屏 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<link
href=
"/web/onlineReport/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--滚动条-->
<link
rel=
"stylesheet"
href=
"/web/onlineReport/static/tools/css/scroll.css"
/>
...
...
@@ -26,14 +25,16 @@
<title>
清税注销清册
</title>
</head>
<script>
document
.
write
(
"<script type='text/javascript' src='/web/onlineReport/static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"script"
+
">"
)
document
.
write
(
"<script type='text/javascript' src='/web/onlineReport/static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"script"
+
">"
)
</script>
<body>
<div
style=
"background-color:#FFFFFF;"
>
<div
style=
"padding: 25px;"
>
<div
class=
"div-border"
style=
"padding-bottom: 20px;height: 60px;"
>
<img
style=
"float:left;display:block"
src=
"/web/onlineReport/static/tools/images/cancellation.png"
>
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
清税注销清册
</span>
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
清税注销清册
</span>
</div>
<div
class=
"div-clear-folat"
style=
"padding-top: 10px;"
>
<strong>
税费申报
</strong>
...
...
@@ -81,11 +82,11 @@
// // 弹出错误对话框
// }
var
initpage
;
$
(
function
()
{
$
(
function
()
{
showLoading
();
$
.
ajax
({
type
:
"POST"
,
url
:
config
.
url
+
"/ssfwpt/liquidation/tax_info"
,
url
:
config
.
url
+
"/ssfwpt/liquidation/tax_info"
,
dataType
:
"json"
,
// 请求方式为jsonp
// async: false,
data
:
{
...
...
@@ -109,20 +110,27 @@
hideLoading
();
// initpage = initPage("");
alertWarning
(
companyInfo
.
returnMessage
);
if
(
!
companyInfo
.
bean
)
{
companyInfo
.
bean
=
{};
companyInfo
.
bean
.
djxh
=
getUrlParam
(
"djxh"
);
companyInfo
.
bean
.
return
=
false
;
}
companyInfo
.
bean
.
config
=
config
initpage
=
initPage
(
companyInfo
.
bean
);
return
false
;
// 弹出错误对话框
}
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
isShowClear
:
false
,
isShowClear
:
false
,
dateFmt
:
'yyyy-MM'
,
onpicking
:
function
(
dp
)
{
onpicking
:
function
(
dp
)
{
initpage
.
changeDate
(
this
,
dp
);
}
});
});
},
error
:
function
(
xhr
)
{
error
:
function
(
xhr
)
{
//jsonp 方式此方法不被触发
console
.
log
(
"=======error======================"
)
}
...
...
jsp/overdue/index.html
View file @
dcde7a92
...
...
@@ -173,11 +173,18 @@
}
else
{
hideLoading
();
if
(
companyInfo
.
errmsg
!=
undefined
)
{
if
(
companyInfo
.
errmsg
!=
undefined
)
{
alertWarning
(
companyInfo
.
errmsg
);
}
else
{
}
else
{
alertWarning
(
companyInfo
.
returnMessage
);
}
if
(
!
companyInfo
.
bean
)
{
companyInfo
.
bean
=
{};
companyInfo
.
bean
.
djxh
=
getUrlParam
(
"djxh"
);
companyInfo
.
bean
.
return
=
false
;
}
companyInfo
.
bean
.
config
=
config
initpage
=
initPage
(
companyInfo
.
bean
);
// alertWarning(companyInfo.errmsg);
// companyInfo.bean.config = config
// initpage = initPage(companyInfo.bean);
...
...
static/biz/amend_grid.js
View file @
dcde7a92
This diff is collapsed.
Click to expand it.
static/biz/cancellation_grid.js
View file @
dcde7a92
This diff is collapsed.
Click to expand it.
static/biz/declare_grid.js
View file @
dcde7a92
...
...
@@ -171,7 +171,7 @@ function initPage(companyInfo) {
Object
.
defineProperty
(
mlistener
,
'returnSelectRowData'
,
{
set
:
function
(
val
)
{
setTimeout
(
function
()
{
getTaxDeclaration
(
sbqDate
,
"N"
,
'2'
);
getTaxDeclaration
(
sbqDate
,
"N"
,
'2'
);
},
1000
);
}
})
...
...
@@ -298,13 +298,13 @@ function initPage(companyInfo) {
// 加了一个延时,时间改变后时间框没有收起隐藏就加载数据,没有找到好的解决办法,暂时用延时处理
sbqDate
=
date
setTimeout
(
function
()
{
getTaxDeclaration
(
date
,
"N"
,
'1'
);
getTaxDeclaration
(
date
,
"N"
,
'1'
);
},
50
);
};
var
refresh
=
function
()
{
myConfirm
(
"消息"
,
"您确定需要重置申报清册吗?点击确定继续"
,
"确定"
,
"取消"
,
function
()
{
getTaxDeclaration
(
nowdate
,
"Y"
,
'1'
);
getTaxDeclaration
(
nowdate
,
"Y"
,
'1'
);
});
};
//申报方式 当iszzsybjc=01同时pzzlDm=010101时,调用改方法
...
...
@@ -324,7 +324,7 @@ function initPage(companyInfo) {
Object
.
defineProperty
(
mlistener
,
'returnSelectRowData'
,
{
set
:
function
(
val
)
{
setTimeout
(
function
()
{
getTaxDeclaration
(
sbqDate
,
"N"
,
'2'
);
getTaxDeclaration
(
sbqDate
,
"N"
,
'2'
);
},
1000
);
}
})
...
...
@@ -345,7 +345,7 @@ function initPage(companyInfo) {
},
success
:
function
(
data
)
{
hideLoading
()
if
(
data
.
code
==
99
||
data
.
code
==
"99"
)
{
if
(
data
.
code
==
99
||
data
.
code
==
"99"
)
{
alertWarning
(
data
.
errmsg
);
return
false
}
...
...
@@ -354,15 +354,16 @@ function initPage(companyInfo) {
if
(
data
.
url
==
"edit.jsp"
)
{
submitData
.
flag
=
true
;
submitData
.
encryptKey
=
config
.
value
;
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
form
=
$
(
"#changeForm"
);
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
form
.
find
(
"#changeForm_data"
).
val
(
JSON
.
stringify
(
submitData
));
form
.
submit
();
// window.open(config.spreadUrl+"/online_report/declare/toPzzl?falg=" + falg + '&data=' + JSON.stringify(submitData));
// window.open(config.webUrl + "declare/edit.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
}
/* else if (data.url == "yearReport.jsp") {
}
/* else if (data.url == "yearReport.jsp") {
window.open(config.webUrl + "declare/yearReport.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
} else if (data.url == "yearReportGLB.jsp") {
window.open(config.webUrl + "declare/yearReportGLB.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
...
...
static/biz/overdue_grid.js
View file @
dcde7a92
This diff is collapsed.
Click to expand it.
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