Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
d7d2b55a
Commit
d7d2b55a
authored
Feb 26, 2017
by
季圣华
Browse files
更新结算账户的样式
parent
404bac67
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/css/common.css
View file @
d7d2b55a
...
...
@@ -4,3 +4,8 @@
background-color
:
#EAF2FD
;
}
.easyui-dialog
.fitem
label
{
width
:
60px
;
float
:
left
;
padding
:
5px
;
}
\ No newline at end of file
src/main/webapp/pages/manage/account.jsp
View file @
d7d2b55a
...
...
@@ -61,11 +61,11 @@
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountFM"
method=
"post"
novalidate
>
<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"
/>
</div>
<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"
/>
</div>
<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>
</div>
<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>
</div>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"
<%=
clientIp
%>
"
/>
...
...
@@ -93,35 +93,9 @@
$
(
function
()
{
initTableData
();
ininPager
();
browserFit
();
ininPager
();
});
//浏览器适配
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
()
{
...
...
Write
Preview
Supports
Markdown
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