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
2569a7e4
Commit
2569a7e4
authored
Jun 22, 2020
by
于广洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改接口的后台返回赋值
parent
776f8f9f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
16 deletions
+16
-16
index.html
jsp/amend/index.html
+6
-6
index.html
jsp/cancellation/index.html
+1
-1
index.html
jsp/declare/index.html
+4
-4
index.html
jsp/overdue/index.html
+4
-4
config.js
static/biz/config.js
+1
-1
No files found.
jsp/amend/index.html
View file @
2569a7e4
...
@@ -115,8 +115,8 @@
...
@@ -115,8 +115,8 @@
hideLoading
();
hideLoading
();
var
companyInfo
=
data
;
var
companyInfo
=
data
;
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
if
(
companyInfo
.
success
)
{
if
(
companyInfo
.
returnCode
==
"00"
)
{
companyInfo
.
bean
.
gzTaxInfos
.
push
(
/*companyInfo.content
.gzTaxInfos.push(
{
{
"sbxxId":"20200612181124bda9492c2fe34faeb3f4f686260363eb",
"sbxxId":"20200612181124bda9492c2fe34faeb3f4f686260363eb",
"ssdabh":"91120225MA05KP981U",
"ssdabh":"91120225MA05KP981U",
...
@@ -181,12 +181,12 @@
...
@@ -181,12 +181,12 @@
"nssbqq2":null,
"nssbqq2":null,
"nssbqz2":null
"nssbqz2":null
}
}
);
);
*/
companyInfo
.
bean
.
config
=
config
companyInfo
.
content
.
config
=
config
initpage
=
initPage
(
companyInfo
.
bean
);
initpage
=
initPage
(
companyInfo
.
content
);
}
else
{
}
else
{
hideLoading
();
hideLoading
();
alertWarning
(
"请求失败!"
);
alertWarning
(
companyInfo
.
returnMessage
);
// 弹出错误对话框
// 弹出错误对话框
}
}
},
},
...
...
jsp/cancellation/index.html
View file @
2569a7e4
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
});
});
}
else
{
}
else
{
hideLoading
();
hideLoading
();
alertWarning
(
"请求失败!"
);
alertWarning
(
companyInfo
.
returnMessage
);
// 弹出错误对话框
// 弹出错误对话框
}
}
},
},
...
...
jsp/declare/index.html
View file @
2569a7e4
...
@@ -142,9 +142,9 @@
...
@@ -142,9 +142,9 @@
var
companyInfo
=
data
;
var
companyInfo
=
data
;
companyInfo
.
config
=
config
companyInfo
.
config
=
config
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
if
(
companyInfo
.
success
)
{
if
(
companyInfo
.
returnCode
==
"00"
)
{
companyInfo
.
bean
.
config
=
config
companyInfo
.
content
.
config
=
config
initpage
=
initPage
(
companyInfo
.
bean
);
initpage
=
initPage
(
companyInfo
.
content
);
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
WdatePicker
({
isShowClear
:
false
,
isShowClear
:
false
,
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
});
});
});
});
}
else
{
}
else
{
alertWarning
(
"请求失败!"
);
alertWarning
(
companyInfo
.
returnMessage
);
// 弹出错误对话框
// 弹出错误对话框
}
}
},
},
...
...
jsp/overdue/index.html
View file @
2569a7e4
...
@@ -137,9 +137,9 @@
...
@@ -137,9 +137,9 @@
// $("#token").attr("value","");
// $("#token").attr("value","");
var
companyInfo
=
data
;
var
companyInfo
=
data
;
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
if
(
companyInfo
.
success
)
{
if
(
companyInfo
.
returnCode
==
"00"
)
{
companyInfo
.
bean
.
config
=
config
companyInfo
.
content
.
config
=
config
initpage
=
initPage
(
companyInfo
.
bean
);
initpage
=
initPage
(
companyInfo
.
content
);
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
$
(
"#getInputValue"
).
on
(
"focus"
,
function
()
{
WdatePicker
({
WdatePicker
({
isShowClear
:
false
,
isShowClear
:
false
,
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
});
});
}
else
{
}
else
{
hideLoading
();
hideLoading
();
alertWarning
(
"请求失败!"
);
alertWarning
(
companyInfo
.
returnMessage
);
// 弹出错误对话框
// 弹出错误对话框
}
}
},
},
...
...
static/biz/config.js
View file @
2569a7e4
...
@@ -15,6 +15,6 @@ function getUrlParam (name) {
...
@@ -15,6 +15,6 @@ function getUrlParam (name) {
var
config
=
{
var
config
=
{
webUrl
:
"http://sbjs.tjsat.gov.cn:8088/web/onlineReport/jsp/"
,
webUrl
:
"http://sbjs.tjsat.gov.cn:8088/web/onlineReport/jsp/"
,
// webUrl:"http://localhost/web/onlineReport/jsp/"
// webUrl:"http://localhost/web/onlineReport/jsp/"
url
:
"
http://192.168.105.153:8091
"
,
// 全局的url,现在貌似没什么用了。不过先留着
url
:
""
,
// 全局的url,现在貌似没什么用了。不过先留着
}
}
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