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
4365be8d
Commit
4365be8d
authored
May 15, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改本地url地址为服务器url地址
parent
e9cc14ca
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
edit.html
declare/edit.html
+1
-1
index.html
declare/index.html
+2
-1
index.html
index.html
+2
-1
declare_grid.js
static/biz/declare_grid.js
+2
-2
No files found.
declare/edit.html
View file @
4365be8d
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
<input
type=
"hidden"
name=
"data"
value=
""
id=
"GLOBAL_INITJSON"
/>
<input
type=
"hidden"
name=
"data"
value=
""
id=
"GLOBAL_INITJSON"
/>
</form>
</form>
<script>
<script>
var
URL
=
"http://
localhost:7070"
;
var
URL
=
"http://
sbjs.tjsat.gov.cn:18090"
var
GLOBAL_JSON
,
GLOBAL_CACHE_DATA
,
GLOBAL_TABLE_SPECIAL
,
GLOBAL_TABLE_FP
;
var
GLOBAL_JSON
,
GLOBAL_CACHE_DATA
,
GLOBAL_TABLE_SPECIAL
,
GLOBAL_TABLE_FP
;
$
(
function
(){
$
(
function
(){
$
.
ajax
({
$
.
ajax
({
...
...
declare/index.html
View file @
4365be8d
...
@@ -111,9 +111,10 @@
...
@@ -111,9 +111,10 @@
var
initpage
;
var
initpage
;
$
(
function
(){
$
(
function
(){
//
//
var
url
=
"http://sbjs.tjsat.gov.cn:18090"
$
.
ajax
({
$
.
ajax
({
type
:
"GET"
,
type
:
"GET"
,
url
:
"http://localhost:7070
/online_report/declare"
,
url
:
url
+
"
/online_report/declare"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
// async: false,
// async: false,
data
:
{
data
:
{
...
...
index.html
View file @
4365be8d
...
@@ -67,11 +67,12 @@
...
@@ -67,11 +67,12 @@
</body>
</body>
<script
type=
"text/javascript"
src=
"../static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script
type=
"text/javascript"
src=
"../static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script>
<script>
var
url
=
"http://sbjs.tjsat.gov.cn:18090"
$
(
function
(){
$
(
function
(){
$
(
"#delcareBtn"
).
click
(
function
(){
$
(
"#delcareBtn"
).
click
(
function
(){
$
.
ajax
({
$
.
ajax
({
type
:
"GET"
,
type
:
"GET"
,
url
:
"http://localhost:7070
/online_report/declare"
,
url
:
url
+
"
/online_report/declare"
,
dataType
:
"json"
,
// 请求方式为jsonp
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
data
:
{
djxh
:
$
(
"#form_djxh"
).
val
()
djxh
:
$
(
"#form_djxh"
).
val
()
...
...
static/biz/declare_grid.js
View file @
4365be8d
...
@@ -204,10 +204,10 @@ function initPage(companyInfo) {
...
@@ -204,10 +204,10 @@ function initPage(companyInfo) {
// var form = $("#changeForm");
// var form = $("#changeForm");
// form.find("#changeForm_data").val(JSON.stringify(submitData));
// form.find("#changeForm_data").val(JSON.stringify(submitData));
// form.submit();
// form.submit();
var
url
=
"http://sbjs.tjsat.gov.cn:18090"
$
.
ajax
({
$
.
ajax
({
type
:
"POST"
,
type
:
"POST"
,
url
:
"http://localhost:7070
/online_report/declare/toPzzl"
,
url
:
url
+
"
/online_report/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