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
6f4297ef
Commit
6f4297ef
authored
May 19, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
http://localhost:7070
改为公共
parent
276d4213
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
14 additions
and
13 deletions
+14
-13
index.html
index.html
+2
-1
index.html
jsp/amend/index.html
+1
-1
index.html
jsp/cancellation/index.html
+1
-1
edit.html
jsp/declare/edit.html
+1
-1
index.html
jsp/declare/index.html
+1
-1
yearReport.html
jsp/declare/yearReport.html
+1
-1
yearReportGLB.html
jsp/declare/yearReportGLB.html
+1
-1
index.html
jsp/error/index.html
+1
-1
index.html
jsp/overdue/index.html
+1
-1
amend_grid.js
static/biz/amend_grid.js
+1
-1
cancellation_grid.js
static/biz/cancellation_grid.js
+1
-1
declare_grid.js
static/biz/declare_grid.js
+1
-1
overdue_grid.js
static/biz/overdue_grid.js
+1
-1
No files found.
index.html
View file @
6f4297ef
...
...
@@ -67,7 +67,8 @@
</body>
<script
type=
"text/javascript"
src=
"../static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script>
var
url
=
"http://localhost:7070"
localStorage
.
setItem
(
"url"
,
"http://localhost:7070"
);
var
url
=
localStorage
.
getItem
(
"url"
);
$
(
function
(){
//按期申报
var
btnObj1
=
$
(
"#delcareBtn"
);
...
...
jsp/amend/index.html
View file @
6f4297ef
...
...
@@ -94,7 +94,7 @@
var
initpage
;
$
(
function
(){
//
var
url
=
"http://localhost:7070"
var
url
=
localStorage
.
getItem
(
"url"
);
$
.
ajax
({
type
:
"GET"
,
url
:
url
+
"/online_report/amend"
,
...
...
jsp/cancellation/index.html
View file @
6f4297ef
...
...
@@ -73,7 +73,7 @@
var
initpage
;
$
(
function
(){
//
var
url
=
"http://localhost:7070"
var
url
=
localStorage
.
getItem
(
"url"
);
$
.
ajax
({
type
:
"GET"
,
url
:
url
+
"/online_report/cancellation"
,
...
...
jsp/declare/edit.html
View file @
6f4297ef
...
...
@@ -144,7 +144,7 @@
<input
type=
"hidden"
name=
"data"
value=
""
id=
"GLOBAL_INITJSON"
/>
</form>
<script>
var
URL
=
"http://localhost:7070"
var
URL
=
localStorage
.
getItem
(
"url"
);
var
GLOBAL_INITJSON
,
GLOBAL_JSON
,
GLOBAL_CACHE_DATA
,
GLOBAL_TABLE_SPECIAL
,
GLOBAL_TABLE_FP
,
gzQtxx
;
var
param
=
GetQueryValue
(
"falg"
);
var
address
;
...
...
jsp/declare/index.html
View file @
6f4297ef
...
...
@@ -111,7 +111,7 @@
var
initpage
;
$
(
function
(){
//
var
url
=
"http://localhost:7070"
var
url
=
localStorage
.
getItem
(
"url"
);
$
.
ajax
({
type
:
"GET"
,
url
:
url
+
"/online_report/declare"
,
...
...
jsp/declare/yearReport.html
View file @
6f4297ef
...
...
@@ -482,7 +482,7 @@
</div>
<div
id=
"resultFloat"
title=
"查看校验结果"
class=
"htbutton"
>
查看校验
</div>
<script>
var
URL
=
"http://localhost:7070"
var
URL
=
localStorage
.
getItem
(
"url"
);
var
GLOBAL_INITJSON
,
GLOBAL_JSON
,
GLOBAL_CACHE_DATA
,
GLOBAL_TABLE_SPECIAL
,
GLOBAL_TABLE_FP
,
ifGZflag
;
var
param
=
GetQueryValue
(
"falg"
);
var
address
;
...
...
jsp/declare/yearReportGLB.html
View file @
6f4297ef
...
...
@@ -253,7 +253,7 @@
</div>
<div
id=
"resultFloat"
title=
"查看校验结果"
class=
"htbutton"
>
查看校验
</div>
<script>
var
URL
=
"http://localhost:7070"
;
var
URL
=
localStorage
.
getItem
(
"url"
)
;
var
GLOBAL_INITJSON
,
GLOBAL_JSON
,
GLOBAL_CACHE_DATA
,
GLOBAL_TABLE_SPECIAL
,
GLOBAL_TABLE_FP
,
isGZflag
;
var
param
=
GetQueryValue
(
"falg"
);
var
address
;
...
...
jsp/error/index.html
View file @
6f4297ef
...
...
@@ -20,7 +20,7 @@
<script
src=
"/online_report/static/biz/error.js?v=1.1"
></script>
<script>
//缺
var
URL
=
"http://localhost:7070"
;
var
URL
=
localStorage
.
getItem
(
"url"
)
;
var
param
=
GetQueryValue
(
"falg"
);
var
address
;
if
(
param
==
"declare"
)
{
...
...
jsp/overdue/index.html
View file @
6f4297ef
...
...
@@ -116,7 +116,7 @@
var
initpage
;
$
(
function
(){
//
var
url
=
"http://localhost:7070"
var
url
=
localStorage
.
getItem
(
"url"
);
$
.
ajax
({
type
:
"GET"
,
url
:
url
+
"/online_report/overdue"
,
...
...
static/biz/amend_grid.js
View file @
6f4297ef
...
...
@@ -216,7 +216,7 @@ function initPage(companyInfo) {
//地址
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var
url
=
"http://localhost:7070"
;
var
url
=
localStorage
.
getItem
(
"url"
)
;
var
getTaxAmendData
=
function
(
param
)
{
// TODO 开始加载等待动画
showLoading
();
...
...
static/biz/cancellation_grid.js
View file @
6f4297ef
...
...
@@ -178,7 +178,7 @@ function initPage(companyInfo) {
//地址
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var
url
=
"http://localhost:7070"
;
var
url
=
localStorage
.
getItem
(
"url"
)
;
var
getTaxDeclaration
=
function
(
date
,
type
)
{
// TODO 开始加载等待动画
showLoading
();
...
...
static/biz/declare_grid.js
View file @
6f4297ef
...
...
@@ -130,7 +130,7 @@ function initPage(companyInfo) {
//地址
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var
url
=
"http://localhost:7070"
;
var
url
=
localStorage
.
getItem
(
"url"
)
;
var
getTaxDeclaration
=
function
(
date
,
type
)
{
// TODO 开始加载等待动画
showLoading
();
...
...
static/biz/overdue_grid.js
View file @
6f4297ef
...
...
@@ -176,7 +176,7 @@ function initPage(companyInfo) {
//地址
//http://sbjs.tjsat.gov.cn:18090
//http://localhost:7070
var
url
=
"http://localhost:7070"
;
var
url
=
localStorage
.
getItem
(
"url"
)
;
var
getTaxOverdue
=
function
(
date
,
type
)
{
// TODO 开始加载等待动画
showLoading
();
...
...
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