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
e9cc14ca
Commit
e9cc14ca
authored
May 14, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分离按期申报tax的一分部
parent
663872ec
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
43 deletions
+48
-43
edit.html
declare/edit.html
+27
-20
index.html
declare/index.html
+17
-17
declare_grid.js
static/biz/declare_grid.js
+2
-4
style.css
static/css/style.css
+1
-1
initLoader.js
static/js/tax/initLoader.js
+1
-1
No files found.
declare/edit.html
View file @
e9cc14ca
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<meta
name=
"spreadjs culture"
content=
"zh-cn"
/>
<meta
name=
"spreadjs culture"
content=
"zh-cn"
/>
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
${pzzlMc}
</title>
<title></title>
<!-- 样式 -->
<!-- 样式 -->
<link
href=
"/static/resources/gc.spread.sheets.excel2013white.12.0.0.css"
rel=
"stylesheet"
>
<link
href=
"/static/resources/gc.spread.sheets.excel2013white.12.0.0.css"
rel=
"stylesheet"
>
<link
href=
"/static/css/style.css?v=12"
rel=
"stylesheet"
>
<link
href=
"/static/css/style.css?v=12"
rel=
"stylesheet"
>
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<body
class=
"body"
>
<body
class=
"body"
>
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"title"
>
${pzzlMc}
</div>
<div
class=
"title"
></div>
<div
class=
"button-group"
>
<div
class=
"button-group"
>
<button
onClick=
"submitData()"
class=
"htbutton"
>
保存
</button>
<button
onClick=
"submitData()"
class=
"htbutton"
>
保存
</button>
</div>
</div>
...
@@ -143,38 +143,36 @@
...
@@ -143,38 +143,36 @@
<input
type=
"hidden"
name=
"initTableArrs"
value=
""
id=
"initTableArrs"
/>
<input
type=
"hidden"
name=
"initTableArrs"
value=
""
id=
"initTableArrs"
/>
<input
type=
"hidden"
name=
"data"
value=
""
id=
"GLOBAL_INITJSON"
/>
<input
type=
"hidden"
name=
"data"
value=
""
id=
"GLOBAL_INITJSON"
/>
</form>
</form>
<!-- 业务逻辑代码 -->
<script
type=
"text/javascript"
src=
"/static/js/tax/util.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/api.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/fomula.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/tool.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/specialHandler.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/initLoader.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/result.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/tools/js/My97DatePicker/WdatePicker.js?v=19"
></script>
<script>
<script>
var
URL
=
"http://localhost:7070"
;
var
GLOBAL_JSON
,
GLOBAL_CACHE_DATA
,
GLOBAL_TABLE_SPECIAL
,
GLOBAL_TABLE_FP
;
$
(
function
(){
$
(
function
(){
console
.
log
(
"yyyyyyyyy"
)
$
.
ajax
({
$
.
ajax
({
type
:
"get"
,
//http://localhost:7070/online_report/declare/toPzzl
type
:
"POST"
,
url
:
"http://localhost:7070/online_report/declare/toPzzl"
,
url
:
URL
+
"/online_report/declare/toPzzl"
,
async
:
false
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
data
:
{
data
:
localStorage
.
getItem
(
"data"
)
data
:
localStorage
.
getItem
(
"data"
)
},
},
success
:
function
(
data
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
success
:
function
(
data
)
{
console
.
log
(
"success"
)
$
(
".header .title"
).
html
(
data
.
pzzlMc
);
$
(
".header .title"
).
html
(
data
.
pzzlMc
);
$
(
"title"
).
html
(
data
.
pzzlMc
)
$
(
"title"
).
html
(
data
.
pzzlMc
)
if
(
data
.
bean
)
{
if
(
data
.
bean
)
{
var
GLOBAL_JSON
=
data
.
bean
.
dataSs
;
GLOBAL_JSON
=
JSON
.
parse
(
data
.
bean
.
dataSs
)
;
var
GLOBAL_CACHE_DATA
=
data
.
bean
.
cacheData
;
GLOBAL_CACHE_DATA
=
data
.
bean
.
cacheData
;
var
GLOBAL_TABLE_SPECIAL
=
data
.
bean
.
specialCarryData
;
GLOBAL_TABLE_SPECIAL
=
data
.
bean
.
specialCarryData
;
var
GLOBAL_TABLE_FP
=
data
.
bean
.
zzsData
;
GLOBAL_TABLE_FP
=
data
.
bean
.
zzsData
;
var
gzQtxx
=
""
;
var
gzQtxx
=
""
;
if
(
data
.
bean
.
gzQtxx
){
if
(
data
.
bean
.
gzQtxx
){
gzQtxx
=
data
.
bean
.
gzQtxx
;
gzQtxx
=
data
.
bean
.
gzQtxx
;
}
}
var
oscript1
=
document
.
createElement
(
'script'
);
var
oscript2
=
document
.
createElement
(
'script'
);
oscript1
.
src
=
'/static/page_js/'
+
data
.
pzzlDm
+
'/data.js?v=19'
;
oscript2
.
src
=
'/static/page_extend_js/'
+
data
.
pzzlDm
+
'/data.js?v=19'
;
document
.
body
.
appendChild
(
oscript1
);
document
.
body
.
appendChild
(
oscript2
);
}
}
},
},
...
@@ -214,6 +212,15 @@
...
@@ -214,6 +212,15 @@
// });
// });
})
})
</script>
</script>
<!-- 业务逻辑代码 -->
<script
type=
"text/javascript"
src=
"/static/js/tax/util.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/api.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/fomula.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/tool.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/specialHandler.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/initLoader.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/js/tax/result.js?v=19"
></script>
<script
type=
"text/javascript"
src=
"/static/tools/js/My97DatePicker/WdatePicker.js?v=19"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
declare/index.html
View file @
e9cc14ca
...
@@ -3,17 +3,17 @@
...
@@ -3,17 +3,17 @@
<head>
<head>
<meta
charset=
'UTF-8'
>
<meta
charset=
'UTF-8'
>
<link
href=
"
..
/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<link
href=
"/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--滚动条-->
<!--滚动条-->
<link
rel=
"stylesheet"
href=
"
..
/static/tools/css/scroll.css"
/>
<link
rel=
"stylesheet"
href=
"/static/tools/css/scroll.css"
/>
<!--table样式-->
<!--table样式-->
<link
rel=
"stylesheet"
href=
"
..
/static/tools/css/table.css"
/>
<link
rel=
"stylesheet"
href=
"/static/tools/css/table.css"
/>
<!--样式-->
<!--样式-->
<link
rel=
"stylesheet"
href=
"
..
/static/tools/css/encapsulation.css"
/>
<link
rel=
"stylesheet"
href=
"/static/tools/css/encapsulation.css"
/>
<!--时间插件-->
<!--时间插件-->
<link
rel=
"stylesheet"
href=
"
..
/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<link
rel=
"stylesheet"
href=
"/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<!--declare-->
<!--declare-->
<link
rel=
"stylesheet"
href=
"
..
/static/css/declare/declare.css"
/>
<link
rel=
"stylesheet"
href=
"/static/css/declare/declare.css"
/>
<!-- 页面自定义样式 -->
<!-- 页面自定义样式 -->
<title>
在线填报
</title>
<title>
在线填报
</title>
</head>
</head>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<div
style=
"background-color:#FFFFFF;"
>
<div
style=
"background-color:#FFFFFF;"
>
<div
style=
"padding: 25px;"
>
<div
style=
"padding: 25px;"
>
<div
class=
"div-border"
style=
"padding-bottom: 20px;height: 60px;"
>
<div
class=
"div-border"
style=
"padding-bottom: 20px;height: 60px;"
>
<img
style=
"float:left;display:block"
src=
"
..
/static/tools/images/zxtb.png"
>
<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>
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
按期应申报
</span>
</div>
</div>
<div>
<div>
...
@@ -77,18 +77,18 @@
...
@@ -77,18 +77,18 @@
<div
style=
"line-height: 40px;margin: 10px;font-size: 14px;"
><div
id=
"ybName"
></div>
<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>
<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>
</div>
<img
class=
"img-ybjc-modal"
onclick=
"initpage.closeModal()"
src=
"
..
/static/tools/images/close.png"
>
<img
class=
"img-ybjc-modal"
onclick=
"initpage.closeModal()"
src=
"/static/tools/images/close.png"
>
</div>
</div>
</div>
</div>
</body>
</body>
<script
src=
"
..
/static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<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/jquery.nicescroll.js?v=1.1"
></script>
<script
src=
"
..
/static/tools/js/bootstrap.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/encapsulation.js?v=1.3"
></script>
<script
src=
"
..
/static/tools/js/minScroll.js?v=1.1"
></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/tools/js/My97DatePicker/WdatePicker.js?v=1.1"
></script>
<script
src=
"
..
/static/biz/declare_grid.js?v=1.0"
></script>
<script
src=
"/static/biz/declare_grid.js?v=1.0"
></script>
<script>
<script>
//
<!--
// 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
//
<!--
// 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json};
// var companyInfo = ${json};
...
@@ -108,11 +108,11 @@
...
@@ -108,11 +108,11 @@
// alertWarning("请求失败!");
// alertWarning("请求失败!");
// // 弹出错误对话框
// // 弹出错误对话框
// }
// }
//
var initpage;
var
initpage
;
$
(
function
(){
$
(
function
(){
//
//
$
.
ajax
({
$
.
ajax
({
type
:
"GET"
,
//http://localhost:7070/online_report/declare
type
:
"GET"
,
url
:
"http://localhost:7070/online_report/declare"
,
url
:
"http://localhost:7070/online_report/declare"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
// async: false,
// async: false,
...
...
static/biz/declare_grid.js
View file @
e9cc14ca
...
@@ -206,17 +206,15 @@ function initPage(companyInfo) {
...
@@ -206,17 +206,15 @@ function initPage(companyInfo) {
// form.submit();
// form.submit();
$
.
ajax
({
$
.
ajax
({
type
:
"
get"
,
//http://localhost:7070/online_report/declare/toPzzl
type
:
"
POST"
,
url
:
"http://localhost:7070/online_report/declare/toPzzl"
,
url
:
"http://localhost:7070/online_report/declare/toPzzl"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
data
:
{
data
:
JSON
.
stringify
(
submitData
)
data
:
JSON
.
stringify
(
submitData
)
},
},
success
:
function
(
data
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
success
:
function
(
data
)
{
console
.
log
(
data
)
if
(
data
.
url
==
"edit.jsp"
)
{
if
(
data
.
url
==
"edit.jsp"
)
{
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
// window.location.href = "/declare/edit.html";
window
.
open
(
"/declare/edit.html"
);
window
.
open
(
"/declare/edit.html"
);
}
}
},
},
...
...
static/css/style.css
View file @
e9cc14ca
...
@@ -8,7 +8,7 @@ body {
...
@@ -8,7 +8,7 @@ body {
.header
{
.header
{
background-color
:
#2191da
;
background-color
:
#2191da
;
background-image
:
url("/
online_report/
static/img/head_bg.png")
;
background-image
:
url("/static/img/head_bg.png")
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
right
center
;
background-position
:
right
center
;
position
:
fixed
;
position
:
fixed
;
...
...
static/js/tax/initLoader.js
View file @
e9cc14ca
...
@@ -1136,7 +1136,7 @@ function isSqwsb() {
...
@@ -1136,7 +1136,7 @@ function isSqwsb() {
$
.
ajax
({
$
.
ajax
({
type
:
"post"
,
type
:
"post"
,
url
:
"/online_report/declare/getZzsZt"
,
url
:
URL
+
"/online_report/declare/getZzsZt"
,
dataType
:
"json"
,
dataType
:
"json"
,
data
:{
data
:{
"djxh"
:
djxh
,
"djxh"
:
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