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
6e20b672
Commit
6e20b672
authored
Jan 07, 2021
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑页面调整
parent
7bc68b57
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
13 deletions
+21
-13
edit.html
jsp/declare/edit.html
+21
-13
No files found.
jsp/declare/edit.html
View file @
6e20b672
...
@@ -154,6 +154,19 @@
...
@@ -154,6 +154,19 @@
<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=
"/web/online/onlineReport/static/js/tax/util.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/api.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/fomula.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/tool.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/specialHandler.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/initLoader.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/result.js?v=1"
></script>
<!-- <script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/js/tax/initLoader.js?time="+Math.random()+"'></"+"script"+">")
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/js/tax/result.js?time="+Math.random()+"'></"+"script"+">")
</script>-->
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1"
></script>
<script>
<script>
// var URL = "http://192.168.105.153:8091"
// var URL = "http://192.168.105.153:8091"
var
URL
=
config
.
url
var
URL
=
config
.
url
...
@@ -233,6 +246,14 @@
...
@@ -233,6 +246,14 @@
success
:
function
(
data
)
{
success
:
function
(
data
)
{
$
(
".header span.name"
).
html
(
data
.
pzzlMc
);
$
(
".header span.name"
).
html
(
data
.
pzzlMc
);
$
(
"title"
).
html
(
data
.
pzzlMc
)
$
(
"title"
).
html
(
data
.
pzzlMc
)
if
(
data
.
code
==
99
||
data
.
code
==
"99"
)
{
if
(
data
.
errmsg
!=
undefined
)
{
alertWarning
(
data
.
errmsg
);
}
else
{
alertWarning
(
data
.
returnMessage
);
}
return
false
}
if
(
data
.
bean
)
{
if
(
data
.
bean
)
{
GLOBAL_INITJSON
=
data
.
bean
.
data
?
JSON
.
parse
(
data
.
bean
.
data
)
:
{};
GLOBAL_INITJSON
=
data
.
bean
.
data
?
JSON
.
parse
(
data
.
bean
.
data
)
:
{};
GLOBAL_JSON
=
data
.
bean
.
dataSs
?
JSON
.
parse
(
data
.
bean
.
dataSs
)
:
{};
GLOBAL_JSON
=
data
.
bean
.
dataSs
?
JSON
.
parse
(
data
.
bean
.
dataSs
)
:
{};
...
@@ -297,19 +318,6 @@
...
@@ -297,19 +318,6 @@
// });
// });
})
})
</script>
</script>
<!-- 业务逻辑代码 -->
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/util.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/api.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/fomula.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/tool.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/specialHandler.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/initLoader.js?v=1"
></script>
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/js/tax/result.js?v=1"
></script>
<!-- <script>
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/js/tax/initLoader.js?time="+Math.random()+"'></"+"script"+">")
document.write("<script type='text/javascript' src='/web/online/onlineReport/static/js/tax/result.js?time="+Math.random()+"'></"+"script"+">")
</script>-->
<script
type=
"text/javascript"
src=
"/web/online/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
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