Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kanban-nanjing-11
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
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
caolun
kanban-nanjing-11
Commits
5d71a0a4
Commit
5d71a0a4
authored
May 31, 2024
by
xcc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报警信息修改
parent
bdd70f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
page2.html
page2.html
+8
-2
No files found.
page2.html
View file @
5d71a0a4
...
...
@@ -244,7 +244,7 @@
</div>
<div
class=
"ibox_m"
>
<p
class=
"text-125"
>
<span>
207
</span>
<span
id=
"totalProductNum"
>
207
</span>
<span
style=
"font-size: 86px;"
>
台
</span>
</p>
...
...
@@ -364,7 +364,13 @@ $(document).ready(function () {
$
(
"
#broadcastShowWindow
"
).
text
(
_data
.
message
);
}
}
if
(
_data
.
type
==
'
info
'
){
if
(
_data
.
message
.
result
){
if
(
_data
.
message
.
result
.
ALL
){
$
(
"
#totalProductNum
"
).
text
(
_data
.
message
.
result
.
ALL
);
}
}
}
},
false
);
// 初始时关闭提示
...
...
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