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
0e1f8c1e
Commit
0e1f8c1e
authored
Nov 30, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口调整
parent
7d66dc32
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
29 deletions
+29
-29
index.html
jsp/amend/index.html
+1
-1
index.html
jsp/declare/index.html
+17
-17
amend_grid.js
static/biz/amend_grid.js
+3
-3
cancellation_grid.js
static/biz/cancellation_grid.js
+3
-3
declare_grid.js
static/biz/declare_grid.js
+3
-3
overdue_grid.js
static/biz/overdue_grid.js
+2
-2
No files found.
jsp/amend/index.html
View file @
0e1f8c1e
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
showLoading
();
showLoading
();
$
.
ajax
({
$
.
ajax
({
type
:
"post"
,
type
:
"post"
,
url
:
config
.
url
+
"/
ssfwpt
/amend/index"
,
url
:
config
.
url
+
"/
online
/amend/index"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
// async: false,
// async: false,
data
:
{
data
:
{
...
...
jsp/declare/index.html
View file @
0e1f8c1e
...
@@ -10,22 +10,22 @@
...
@@ -10,22 +10,22 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<!-- IOS6全屏 Chrome高版本全屏 -->
<!-- IOS6全屏 Chrome高版本全屏 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<link
href=
"
../..
/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<link
href=
"
/web/online/onlineReport
/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--滚动条-->
<!--滚动条-->
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/css/scroll.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/online/onlineReport
/static/tools/css/scroll.css"
/>
<!--table样式-->
<!--table样式-->
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/css/table.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/online/onlineReport
/static/tools/css/table.css"
/>
<!--样式-->
<!--样式-->
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/css/encapsulation.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/online/onlineReport
/static/tools/css/encapsulation.css"
/>
<!--时间插件-->
<!--时间插件-->
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/online/onlineReport
/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<!--declare-->
<!--declare-->
<link
rel=
"stylesheet"
href=
"
../..
/static/css/declare/declare.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/online/onlineReport
/static/css/declare/declare.css"
/>
<!-- 页面自定义样式 -->
<!-- 页面自定义样式 -->
<title>
在线填报
</title>
<title>
在线填报
</title>
</head>
</head>
<script>
<script>
document
.
write
(
"<script type='text/javascript' src='
../..
/static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"script"
+
">"
)
document
.
write
(
"<script type='text/javascript' src='
/web/online/onlineReport
/static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"script"
+
">"
)
</script>
</script>
<body>
<body>
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,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=
"
/web/online/onlineReport
/static/tools/images/zxtb.png"
>
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
按期应申报
</span>
class=
"span-title"
>
按期应申报
</span>
</div>
</div>
...
@@ -110,20 +110,20 @@
...
@@ -110,20 +110,20 @@
onclick=
"initpage.declarationMethod('Y')"
>
一表集成
</button>
onclick=
"initpage.declarationMethod('Y')"
>
一表集成
</button>
</div>
</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=
"
/web/online/onlineReport
/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=
"
/web/online/onlineReport
/static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script
src=
"
../..
/static/js/tax/tool.js"
></script>
<script
src=
"
/web/online/onlineReport
/static/js/tax/tool.js"
></script>
<script
src=
"
../..
/static/tools/js/jquery.nicescroll.js?v=1.1"
></script>
<script
src=
"
/web/online/onlineReport
/static/tools/js/jquery.nicescroll.js?v=1.1"
></script>
<script
src=
"
../..
/static/tools/js/bootstrap.js?v=1.1"
></script>
<script
src=
"
/web/online/onlineReport
/static/tools/js/bootstrap.js?v=1.1"
></script>
<script
src=
"
../..
/static/tools/js/encapsulation.js?v=1.3"
></script>
<script
src=
"
/web/online/onlineReport
/static/tools/js/encapsulation.js?v=1.3"
></script>
<script
src=
"
../..
/static/tools/js/minScroll.js?v=1.1"
></script>
<script
src=
"
/web/online/onlineReport
/static/tools/js/minScroll.js?v=1.1"
></script>
<script
src=
"
../..
/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"
></script>
<script
src=
"
/web/online/onlineReport
/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"
></script>
<script
src=
"
../..
/static/biz/declare_grid.js?v=1.0"
></script>
<script
src=
"
/web/online/onlineReport
/static/biz/declare_grid.js?v=1.0"
></script>
<script>
<script>
//
<!--
// 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
//
<!--
// 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json};
// var companyInfo = ${json};
...
...
static/biz/amend_grid.js
View file @
0e1f8c1e
...
@@ -144,8 +144,8 @@ function initPage(companyInfo) {
...
@@ -144,8 +144,8 @@ function initPage(companyInfo) {
showLoading
()
showLoading
()
$
.
ajax
({
$
.
ajax
({
type
:
"POST"
,
type
:
"POST"
,
// url: url + "/
ssfwpt
/amend/toGzPzzl",
// url: url + "/
online
/amend/toGzPzzl",
url
:
url
+
"/
ssfwpt
/amend/toGzPzzl"
,
url
:
url
+
"/
online
/amend/toGzPzzl"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
data
:
{
data
:
JSON
.
stringify
(
data
)
data
:
JSON
.
stringify
(
data
)
...
@@ -267,7 +267,7 @@ function initPage(companyInfo) {
...
@@ -267,7 +267,7 @@ function initPage(companyInfo) {
// TODO 开始加载等待动画
// TODO 开始加载等待动画
showLoading
();
showLoading
();
$
.
ajax
({
$
.
ajax
({
url
:
url
+
"/
ssfwpt
/amend/getPzzlList"
,
url
:
url
+
"/
online
/amend/getPzzlList"
,
data
:
param
,
data
:
param
,
type
:
"POST"
,
type
:
"POST"
,
dataType
:
"JSON"
dataType
:
"JSON"
...
...
static/biz/cancellation_grid.js
View file @
0e1f8c1e
...
@@ -6,7 +6,7 @@ $(function () {
...
@@ -6,7 +6,7 @@ $(function () {
function
getInitTable
(){
function
getInitTable
(){
$
.
ajax
({
$
.
ajax
({
type
:
"POST"
,
type
:
"POST"
,
url
:
config
.
url
+
"/
ssfwpt
/liquidation/tax_info"
,
url
:
config
.
url
+
"/
online
/liquidation/tax_info"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
// async: false,
// async: false,
data
:
{
data
:
{
...
@@ -281,7 +281,7 @@ function initPage(companyInfo) {
...
@@ -281,7 +281,7 @@ function initPage(companyInfo) {
value
:
config
.
value
value
:
config
.
value
}
}
$
.
ajax
({
$
.
ajax
({
url
:
url
+
"/
ssfwpt
/declare/getPzzlList"
,
url
:
url
+
"/
online
/declare/getPzzlList"
,
data
:
param
,
data
:
param
,
type
:
"POST"
,
type
:
"POST"
,
dataType
:
"JSON"
dataType
:
"JSON"
...
@@ -379,7 +379,7 @@ function initPage(companyInfo) {
...
@@ -379,7 +379,7 @@ function initPage(companyInfo) {
var
falg
=
"declare"
;
var
falg
=
"declare"
;
$
.
ajax
({
$
.
ajax
({
type
:
"POST"
,
type
:
"POST"
,
url
:
url
+
"/
ssfwpt
/declare/toPzzl"
,
url
:
url
+
"/
online
/declare/toPzzl"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
data
:
{
data
:
JSON
.
stringify
(
submitData
)
data
:
JSON
.
stringify
(
submitData
)
...
...
static/biz/declare_grid.js
View file @
0e1f8c1e
...
@@ -8,7 +8,7 @@ $(function () {
...
@@ -8,7 +8,7 @@ $(function () {
function
getInitTable
()
{
function
getInitTable
()
{
$
.
ajax
({
$
.
ajax
({
type
:
"post"
,
type
:
"post"
,
url
:
config
.
url
+
"/
ssfwpt
/declare/index"
,
url
:
config
.
url
+
"/
online
/declare/index"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
// async: false,
// async: false,
data
:
{
data
:
{
...
@@ -241,7 +241,7 @@ function initPage(companyInfo) {
...
@@ -241,7 +241,7 @@ function initPage(companyInfo) {
refreshSbzt
:
refreshSbzt
refreshSbzt
:
refreshSbzt
}
}
$
.
ajax
({
$
.
ajax
({
url
:
url
+
"/
ssfwpt
/declare/getPzzlList"
,
url
:
url
+
"/
online
/declare/getPzzlList"
,
data
:
param
,
data
:
param
,
type
:
"POST"
,
type
:
"POST"
,
dataType
:
"JSON"
,
dataType
:
"JSON"
,
...
@@ -344,7 +344,7 @@ function initPage(companyInfo) {
...
@@ -344,7 +344,7 @@ function initPage(companyInfo) {
var
falg
=
"declare"
;
var
falg
=
"declare"
;
$
.
ajax
({
$
.
ajax
({
type
:
"POST"
,
type
:
"POST"
,
url
:
url
+
"/
ssfwpt
/declare/toPzzl"
,
url
:
url
+
"/
online
/declare/toPzzl"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
data
:
{
data
:
JSON
.
stringify
(
submitData
)
data
:
JSON
.
stringify
(
submitData
)
...
...
static/biz/overdue_grid.js
View file @
0e1f8c1e
...
@@ -221,7 +221,7 @@ function initPage(companyInfo) {
...
@@ -221,7 +221,7 @@ function initPage(companyInfo) {
refreshSbzt
:
refreshSbzt
refreshSbzt
:
refreshSbzt
}
}
$
.
ajax
({
$
.
ajax
({
url
:
url
+
"/
ssfwpt
/declare/getPzzlList"
,
url
:
url
+
"/
online
/declare/getPzzlList"
,
data
:
param
,
data
:
param
,
type
:
"POST"
,
type
:
"POST"
,
dataType
:
"JSON"
dataType
:
"JSON"
...
@@ -291,7 +291,7 @@ function initPage(companyInfo) {
...
@@ -291,7 +291,7 @@ function initPage(companyInfo) {
var
falg
=
"declare"
;
var
falg
=
"declare"
;
$
.
ajax
({
$
.
ajax
({
type
:
"POST"
,
type
:
"POST"
,
url
:
url
+
"/
ssfwpt
/declare/toPzzl"
,
url
:
url
+
"/
online
/declare/toPzzl"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
data
:
{
data
:
JSON
.
stringify
(
submitData
)
data
:
JSON
.
stringify
(
submitData
)
...
...
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