Commit 5d71a0a4 authored by xcc's avatar xcc

报警信息修改

parent bdd70f62
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
</div> </div>
<div class="ibox_m"> <div class="ibox_m">
<p class="text-125"> <p class="text-125">
<span>207</span> <span id="totalProductNum">207</span>
<span style="font-size: 86px;"></span> <span style="font-size: 86px;"></span>
</p> </p>
...@@ -364,7 +364,13 @@ $(document).ready(function () { ...@@ -364,7 +364,13 @@ $(document).ready(function () {
$("#broadcastShowWindow").text(_data.message); $("#broadcastShowWindow").text(_data.message);
} }
} }
if(_data.type=='info'){
if (_data.message.result){
if(_data.message.result.ALL){
$("#totalProductNum").text(_data.message.result.ALL);
}
}
}
}, false); }, false);
// 初始时关闭提示 // 初始时关闭提示
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment