Commit dcaa08d6 by 吴善钰

布控和追踪数字样式调整

parent 90200d05
......@@ -26,6 +26,8 @@
<link rel="stylesheet" href="/css/base_initialize.css">
<style>
.cxtj table input.zdy-wdate{padding:0 !important;height:26px;margin-top:-5px;}
.spanc{font-size:14px;}
.count{color: #e65208;}
</style>
</head>
......@@ -43,7 +45,7 @@
<div class="cxtj">
<form name="wfqdzczlForm" id="form1" class="easyui-form" data-options="novalidate:true">
<fieldset>
<legend>
<legend style="height: 46px">
<c:if test="${flag == 'bsh'}">
<c:if test="${bkxx.xxzjbh ==null ||bkxx.xxzjbh==''}">
新增标识号布控信息
......@@ -60,10 +62,11 @@
修改损失设备布控信息
</c:if>
</c:if>
<span>已经布控数</span>
<span id="yjbksCount">0</span>
<span>剩余布控数</span>
<span id="sybksCount">0</span>
<span class="spanc" style="margin-left:18px;">(已经布控数</span>
<span id="yjbksCount" class="spanc count">0</span>
<span class="spanc">剩余布控数</span>
<span id="sybksCount" class="spanc count">0</span>
<span class="spanc">)</span>
</legend>
<table>
<tbody>
......@@ -249,6 +252,8 @@
var sqrGajgjgdm='${bkxx.sqr_gajgjgdm}';
var type = '01'
if (sqrGajgjgdm!='' && sqrGajgjgdm != null) {
sqrGajgjgdm = sqrGajgjgdm.substr(0,6);
console.log(sqrGajgjgdm);
var param = {"sqrGajgjgdm":sqrGajgjgdm,"type":type,"yhCate":"00","projectName":"00"};
$.post("/getBkxxCount",param,function(result){
var yjbks = result;
......
......@@ -23,6 +23,8 @@
<link rel="stylesheet" href="/css/base_initialize.css">
<style>
.cxtj table input.zdy-wdate{padding:0 !important;height:26px;margin-top:-5px;}
.spanc{font-size:14px;}
.count{color: #e65208;}
</style>
</head>
......@@ -34,17 +36,18 @@
<div class="cxtj">
<form name="wfqdzczlForm" id="form1" class="easyui-form" data-options="novalidate:true">
<fieldset>
<legend>
<legend style="height: 46px">
<c:if test="${bkxx.xxzjbh ==null ||bkxx.xxzjbh==''}">
新增轨迹追踪信息
</c:if>
<c:if test="${bkxx.xxzjbh !=null && bkxx.xxzjbh!=''}">
修改轨迹追踪信息
</c:if>
<span>已经追踪数</span>
<span id="yjzzsCount">0</span>
<span>剩余追踪数</span>
<span id="syzzsCount">0</span>
<span class="spanc" style="margin-left:18px;">(已经追踪数</span>
<span id="yjzzsCount" class="spanc count">0</span>
<span class="spanc">剩余追踪数</span>
<span id="syzzsCount" class="spanc count">0</span>
<span class="spanc">)</span>
</legend>
<table>
<tbody>
......@@ -210,6 +213,8 @@
var sqrGajgjgdm = '${bkxx.sqr_gajgjgdm}';
var type = '02'
if (sqrGajgjgdm!='' && sqrGajgjgdm != null) {
sqrGajgjgdm = sqrGajgjgdm.substr(0,6);
console.log(sqrGajgjgdm);
var param = {"sqrGajgjgdm":sqrGajgjgdm,"type":type,"yhCate":"00","projectName":"00"};
$.post("/getBkxxCount",param,function(result){
var yjzzs = result;
......
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