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
e2ce506d
Commit
e2ce506d
authored
May 18, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
逾期分离,未联调
parent
5eb8c66a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
269 additions
and
7 deletions
+269
-7
index.html
index.html
+2
-2
index.html
jsp/amend/index.html
+1
-1
index.html
jsp/cancellation/index.html
+77
-0
index.html
jsp/overdue/index.html
+157
-0
overdue_grid.js
static/biz/overdue_grid.js
+32
-4
No files found.
index.html
View file @
e2ce506d
...
...
@@ -124,9 +124,9 @@
}
else
if
(
param
==
"amend"
)
{
window
.
location
.
href
=
"/jsp/amend/index.html"
;
}
else
if
(
param
==
"overdue"
)
{
window
.
location
.
href
=
"/jsp/overdue/index.html"
;
}
else
if
(
param
==
"cancellation"
)
{
window
.
location
.
href
=
"/jsp/cancellation/index.html"
;
}
}
},
...
...
jsp/amend/index.html
View file @
e2ce506d
...
...
@@ -97,7 +97,7 @@
var
url
=
"http://localhost:7070"
$
.
ajax
({
type
:
"GET"
,
url
:
url
+
"/online_report/
declare
"
,
url
:
url
+
"/online_report/
amend
"
,
dataType
:
"json"
,
// 请求方式为jsonp
// async: false,
data
:
{
...
...
jsp/cancellation/index.html
0 → 100644
View file @
e2ce506d
<
%@
page
language=
"java"
pageEncoding=
"UTF-8"
%
>
<
%@
taglib
prefix=
"c"
uri=
"http://java.sun.com/jsp/jstl/core"
%
>
<
%@
taglib
prefix=
"fmt"
uri=
"http://java.sun.com/jsp/jstl/fmt"
%
>
<!doctype html>
<html>
<head>
<meta
charset=
'UTF-8'
>
<link
href=
"/online_report/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--滚动条-->
<link
rel=
"stylesheet"
href=
"/online_report/static/tools/css/scroll.css"
/>
<!--table样式-->
<link
rel=
"stylesheet"
href=
"/online_report/static/tools/css/table.css"
/>
<!--样式-->
<link
rel=
"stylesheet"
href=
"/online_report/static/tools/css/encapsulation.css"
/>
<!--时间插件-->
<link
rel=
"stylesheet"
href=
"/online_report/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<!--declare-->
<link
rel=
"stylesheet"
href=
"/online_report/static/css/declare/declare.css"
/>
<!-- 页面自定义样式 -->
<title>
清税注销清册
</title>
</head>
<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=
"static/tools/images/cancellation.png"
>
<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>
</div>
<hr
class=
"hr-margin"
/>
<div
id=
"taxGrid"
></div>
<div
class=
"div-clear-folat"
style=
"padding-top: 10px;"
>
<strong>
财务报表报送
</strong>
</div>
<hr
class=
"hr-margin"
/>
<div
id=
"financialGrid"
></div>
</div>
</div>
<form
action=
"/online_report/declare/toPzzl"
method=
"POST"
target=
"_blank"
id=
"changeForm"
>
<input
type=
'hidden'
name=
'data'
id=
"changeForm_data"
>
</form>
</body>
<script
src=
"/online_report/static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script
src=
"/online_report/static/tools/js/jquery.nicescroll.js?v=1.1"
></script>
<script
src=
"/online_report/static/tools/js/bootstrap.js?v=1.1"
></script>
<script
src=
"/online_report/static/tools/js/encapsulation.js?v=1.2"
></script>
<script
src=
"/online_report/static/tools/js/minScroll.js?v=1.1"
></script>
<script
src=
"/online_report/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"
></script>
<script
src=
"/online_report/static/biz/cancellation_grid.js?v=1.0"
></script>
<script>
//
<!--
// 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
var
companyInfo
=
$
{
json
};
// var initpage = initPage({
// companyInfo: "",
// });
if
(
companyInfo
.
success
)
{
var
initpage
=
initPage
(
companyInfo
.
bean
);
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
isShowClear
:
false
,
dateFmt
:
'yyyy-MM'
,
onpicking
:
function
(
dp
){
initpage
.
changeDate
(
this
,
dp
);
}
});
});
}
else
{
alertWarning
(
"请求失败!"
);
// 弹出错误对话框
}
</script>
</html>
\ No newline at end of file
jsp/overdue/index.html
0 → 100644
View file @
e2ce506d
<!doctype html>
<html>
<head>
<meta
charset=
'UTF-8'
>
<link
href=
"/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--滚动条-->
<link
rel=
"stylesheet"
href=
"/static/tools/css/scroll.css"
/>
<!--table样式-->
<link
rel=
"stylesheet"
href=
"/static/tools/css/table.css"
/>
<!--样式-->
<link
rel=
"stylesheet"
href=
"/static/tools/css/encapsulation.css"
/>
<!--时间插件-->
<link
rel=
"stylesheet"
href=
"/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<!--declare-->
<link
rel=
"stylesheet"
href=
"/static/css/declare/declare.css"
/>
<!-- 页面自定义样式 -->
<title>
逾期申报
</title>
</head>
<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=
"static/tools/images/zxtb.png"
>
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
逾期申报
</span>
</div>
<div>
<div
class=
"div-float"
style=
"padding-bottom: 8px;"
>
<span>
申报月份:
</span>
<input
readonly
id=
"getInputValue"
name=
"birth_date"
style=
"width: 20%; display: inline;"
type=
"text"
class=
"Wdate checkId-input check-items-birthday form-control"
>
</div>
<div
class=
"div-float text-right div-margin "
style=
"height:100%"
>
<input
id=
"reset"
class=
"btn btn-primary tdDong-btn"
style=
"margin-right: 100px;height: 32px;"
type=
"button"
value=
"重置申报清册"
/>
</div>
</div>
</br>
<div
class=
"div-clear-folat"
>
<strong>
税费申报
</strong>
</div>
<hr
class=
"hr-margin"
/>
<div
id=
"taxGrid"
></div>
<div
style=
"height:16px"
></div>
<div
class=
"div-clear-folat"
>
<strong>
财务报表报送
</strong>
</div>
<hr
class=
"hr-margin"
/>
<div
id=
"financialGrid"
></div>
<div
style=
"height:16px"
></div>
<div
class=
"font-clo"
>
<div
style=
"font-size:12px"
>
温馨提示:
</div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
1、如近期有税费种认定、纳税人资格、备案等发生变动,页面展现清册与实际说需不符的,
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
请点此处
“
<label
for=
"reset"
id=
"reset1"
class=
"label_declare"
>
重置申报清册
</label>
”
对该户清册进行重新生成。
</span>
</div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
2、点击页眉
“申报缴税”
即会触发下属首个菜单
“按期应申报”
,无需再点击
“按期应申报”
,
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
如发现清册重复,也请点击前述链接
“重置申报清册”
。
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
无上述1、2情况请勿点击重置。
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
3、仅当操作期间申报状态有变化时点
“刷新”
,切换月份、刚进入本页面、申报完成后本页面已显示
“已申报”
等情形无需刷新。
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
4、如发现
“刷新”
后的申报日期和状态不是最新情况,通常是因为
“刷新”
按钮所查数据同步延时所致,
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
如遇此情况,等几秒钟再
“刷新”
或退出后稍后重进申报清册查看。
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
5、没有财务报表清册,可能是以下原因之一:
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
未做财务报表备案,
<label
id=
"goRecord"
class=
"label_declare"
>
现在去备案;
</label></span>
</div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
只做了备案报告书但未做具体的会计报表名称;
</span></div>
</div>
</div>
</div>
<input
type=
'hidden'
name=
'data'
value=
"${token}"
id=
"token"
>
<input
type=
'hidden'
name=
'data'
value=
"${djxh}"
id=
"djxh"
>
<form
action=
"/declare/toPzzl"
method=
"POST"
target=
"_blank"
id=
"changeForm"
>
<input
type=
'hidden'
name=
'data'
id=
"changeForm_data"
>
</form>
<div
id=
"myMask"
class=
"myMask"
hidden
></div>
<div
id=
"myModal"
class=
"myModal"
hidden
>
<div
class=
"myModal-title"
>
选择申报方式
</div>
<div
class=
"myModal-body"
>
<div
class=
"myModal-body-div"
>
<div
style=
"line-height: 40px;margin: 10px;font-size: 14px;"
><div
id=
"dName"
></div>
<button
class=
"btn btn-primary"
id=
"normalDeclaration"
onclick=
"initpage.declarationMethod('N')"
>
一般申报
</button>
</div>
</div>
<div
class=
"myModal-body-div"
style=
"clear:both;padding-top: 10px;"
>
<div
style=
"line-height: 40px;margin: 10px;font-size: 14px;"
><div
id=
"ybName"
></div>
<button
class=
"btn btn-primary ybDeclaration1"
id=
"ybDeclaration"
onmouseover=
"this.className='btn ybDeclaration'"
onmouseout=
"this.className='btn btn-primary ybDeclaration1'"
onclick=
"initpage.declarationMethod('Y')"
>
一表集成
</button></div>
</div>
<img
class=
"img-ybjc-modal"
onclick=
"initpage.closeModal()"
src=
"/static/tools/images/close.png"
>
</div>
</div>
</body>
<script
src=
"/static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script
src=
"/static/tools/js/jquery.nicescroll.js?v=1.1"
></script>
<script
src=
"/static/tools/js/bootstrap.js?v=1.1"
></script>
<script
src=
"/static/tools/js/encapsulation.js?v=1.3"
></script>
<script
src=
"/static/tools/js/minScroll.js?v=1.1"
></script>
<script
src=
"/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"
></script>
<script
src=
"/static/biz/overdue_grid.js?v=1.0"
></script>
<script>
//
<!--
// 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json};
// if (companyInfo.success) {
// var initpage = initPage(companyInfo.bean);
// $("#getInputValue").on("focus", function() {
// WdatePicker({
// isShowClear:false,
// dateFmt: 'yyyy-MM',
// onpicking: function(dp){
// initpage.changeDate(this, dp);
// }
// });
// });
// } else {
// alertWarning("请求失败!");
// }
var
initpage
;
$
(
function
(){
//
var
url
=
"http://localhost:7070"
$
.
ajax
({
type
:
"GET"
,
url
:
url
+
"/online_report/overdue"
,
dataType
:
"json"
,
// 请求方式为jsonp
// async: false,
data
:
{
djxh
:
localStorage
.
getItem
(
"djxh"
)
},
success
:
function
(
data
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
//el表达式变jq
// $("#token").attr("value","");
var
companyInfo
=
data
;
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
if
(
companyInfo
.
success
)
{
initpage
=
initPage
(
companyInfo
.
bean
);
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
isShowClear
:
false
,
dateFmt
:
'yyyy-MM'
,
onpicking
:
function
(
dp
){
initpage
.
changeDate
(
this
,
dp
);
}
});
});
}
else
{
alertWarning
(
"请求失败!"
);
// 弹出错误对话框
}
},
error
:
function
(
xhr
){
//jsonp 方式此方法不被触发
console
.
log
(
"=======error======================"
)
}
})
})
</script>
</html>
\ No newline at end of file
static/biz/overdue_grid.js
View file @
e2ce506d
...
...
@@ -173,6 +173,10 @@ function initPage(companyInfo) {
* 税务申报 初始化数据获取
* @param {*} mydate
*/
//地址
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var
url
=
"http://localhost:7070"
;
var
getTaxOverdue
=
function
(
date
,
type
)
{
// TODO 开始加载等待动画
showLoading
();
...
...
@@ -183,7 +187,7 @@ function initPage(companyInfo) {
operateType
:
operateType
}
$
.
ajax
({
url
:
"/online_report/declare/getPzzlList"
,
url
:
url
+
"/online_report/declare/getPzzlList"
,
data
:
param
,
type
:
"POST"
,
dataType
:
"JSON"
...
...
@@ -219,9 +223,33 @@ function initPage(companyInfo) {
//申报方式 当iszzsybjc=01同时pzzlDm=010101时,调用改方法
var
declarationMethod
=
function
(
statu
)
{
submitData
.
ybjcState
=
statu
;
var
form
=
$
(
"#changeForm"
);
form
.
find
(
"#changeForm_data"
).
val
(
JSON
.
stringify
(
submitData
));
form
.
submit
();
// var form = $("#changeForm");
// form.find("#changeForm_data").val(JSON.stringify(submitData));
// form.submit();
$
.
ajax
({
type
:
"POST"
,
url
:
url
+
"/online_report/declare/toPzzl"
,
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
data
:
JSON
.
stringify
(
submitData
)
},
success
:
function
(
data
)
{
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
console
.
log
(
"请求成功"
,
data
)
// if (data.url == "edit.jsp") {
// window.open("/jsp/declare/edit.html");
// }else if (data.url == "yearReport.jsp") {
// window.open("/jsp/declare/yearReport.html");
// }else if (data.url == "yearReportGLB.jsp") {
// window.open("/jsp/declare/yearReportGLB.html");
// }
},
error
:
function
(
xhr
){
//jsonp 方式此方法不被触发
console
.
log
(
"=======error======================"
)
}
})
closeModal
();
}
/**
...
...
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