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
bb789eef
Commit
bb789eef
authored
Jun 03, 2017
by
季圣华
Browse files
更新单位信息列表样式,将启动信息改为开、关
parent
0b0328e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/pages/manage/vendor.jsp
View file @
bb789eef
...
...
@@ -204,7 +204,9 @@
{
title
:
'
期初应收
'
,
field
:
'
BeginNeedGet
'
,
width
:
70
,
align
:
"
center
"
},
{
title
:
'
期初应付
'
,
field
:
'
BeginNeedPay
'
,
width
:
70
,
align
:
"
center
"
},
{
title
:
'
类型
'
,
field
:
'
type
'
,
width
:
50
},
{
title
:
'
启动
'
,
field
:
'
enabled
'
,
width
:
40
},
{
title
:
'
启动
'
,
field
:
'
enabled
'
,
width
:
40
,
formatter
:
function
(
value
){
return
value
?
"
开
"
:
"
关
"
;
}},
{
title
:
'
操作
'
,
field
:
'
op
'
,
align
:
"
center
"
,
width
:
130
,
formatter
:
function
(
value
,
rec
)
{
var
str
=
''
;
...
...
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