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
57f1c5bf
Commit
57f1c5bf
authored
Jun 23, 2020
by
季圣华
Browse files
给供应商的状态增加颜色
parent
eb942485
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/manage/supplier.js
View file @
57f1c5bf
...
...
@@ -78,7 +78,7 @@
{
title
:
'
期末应付
'
,
field
:
'
allneedpay
'
,
width
:
70
,
align
:
"
center
"
},
{
title
:
'
税率(%)
'
,
field
:
'
taxrate
'
,
width
:
60
,
align
:
"
center
"
},
{
title
:
'
状态
'
,
field
:
'
enabled
'
,
width
:
70
,
align
:
"
center
"
,
formatter
:
function
(
value
){
return
value
?
"
启用
"
:
"
禁用
"
;
return
value
?
"
<span style='color:green'>启用</span>
"
:
"
<span style='color:red'>禁用</span>
"
;
}}
]],
toolbar
:[
...
...
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