更新结算账户的样式
This commit is contained in:
@@ -4,3 +4,8 @@
|
|||||||
background-color:#EAF2FD;
|
background-color:#EAF2FD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.easyui-dialog .fitem label{
|
||||||
|
width:60px;
|
||||||
|
float:left;
|
||||||
|
padding:5px;
|
||||||
|
}
|
||||||
@@ -61,11 +61,11 @@
|
|||||||
closed="true" buttons="#dlg-buttons" modal="true" collapsible="false" closable="true">
|
closed="true" buttons="#dlg-buttons" modal="true" collapsible="false" closable="true">
|
||||||
<form id="accountFM" method="post" novalidate>
|
<form id="accountFM" method="post" novalidate>
|
||||||
<div class="fitem" style="padding:5px">
|
<div class="fitem" style="padding:5px">
|
||||||
<label id="nameLabel">名 称</label>
|
<label id="nameLabel">名称</label>
|
||||||
<input name="name" id="name" class="easyui-validatebox" data-options="required:true,validType:'length[2,30]'" style="width: 230px;height: 20px"/>
|
<input name="name" id="name" class="easyui-validatebox" data-options="required:true,validType:'length[2,30]'" style="width: 230px;height: 20px"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="fitem" style="padding:5px">
|
<div class="fitem" style="padding:5px">
|
||||||
<label id="serialNoLabel">编 号</label>
|
<label id="serialNoLabel">编号</label>
|
||||||
<input name="serialNo" id="serialNo" class="easyui-validatebox" data-options="required:true,validType:'length[2,30]'" style="width: 230px;height: 20px"/>
|
<input name="serialNo" id="serialNo" class="easyui-validatebox" data-options="required:true,validType:'length[2,30]'" style="width: 230px;height: 20px"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="fitem" style="padding:5px">
|
<div class="fitem" style="padding:5px">
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
<input name="currentAmount" id="currentAmount" type="text" disabled="disabled" class="easyui-numberbox" data-options="min:0,precision:2" style="width: 230px;height: 20px"></input>
|
<input name="currentAmount" id="currentAmount" type="text" disabled="disabled" class="easyui-numberbox" data-options="min:0,precision:2" style="width: 230px;height: 20px"></input>
|
||||||
</div>
|
</div>
|
||||||
<div class="fitem" style="padding:5px">
|
<div class="fitem" style="padding:5px">
|
||||||
<label id="remarkLabel">备 注</label>
|
<label id="remarkLabel">备注</label>
|
||||||
<textarea name="remark" id="remark" rows="2" cols="2" style="width: 230px;"></textarea>
|
<textarea name="remark" id="remark" rows="2" cols="2" style="width: 230px;"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" name="clientIp" id="clientIp" value="<%=clientIp %>"/>
|
<input type="hidden" name="clientIp" id="clientIp" value="<%=clientIp %>"/>
|
||||||
@@ -93,35 +93,9 @@
|
|||||||
$(function()
|
$(function()
|
||||||
{
|
{
|
||||||
initTableData();
|
initTableData();
|
||||||
ininPager();
|
ininPager();
|
||||||
browserFit();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
//浏览器适配
|
|
||||||
function browserFit()
|
|
||||||
{
|
|
||||||
if(getOs()=='MSIE')
|
|
||||||
{
|
|
||||||
$("#searchSerialNoLabel").empty().append("编 号:");
|
|
||||||
$("#searchRemarkLabel").empty().append("备 注:");
|
|
||||||
$("#nameLabel").empty().append("名 称");
|
|
||||||
$("#serialNoLabel").empty().append("编 号");
|
|
||||||
$("#initialAmountLabel").empty().append("期初金额");
|
|
||||||
$("#currentAmountLabel").empty().append("当前余额");
|
|
||||||
$("#remarkLabel").empty().append("备 注");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$("#searchSerialNoLabel").empty().append("编 号:");
|
|
||||||
$("#searchRemarkLabel").empty().append("备 注:");
|
|
||||||
$("#nameLabel").empty().append("名 称");
|
|
||||||
$("#serialNoLabel").empty().append("编 号");
|
|
||||||
$("#initialAmountLabel").empty().append("期初金额");
|
|
||||||
$("#currentAmountLabel").empty().append("当前余额");
|
|
||||||
$("#remarkLabel").empty().append("备 注");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//初始化表格数据
|
//初始化表格数据
|
||||||
function initTableData()
|
function initTableData()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user