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
2965a441
Commit
2965a441
authored
Apr 24, 2020
by
季圣华
Browse files
优化商品的状态展示
parent
828f9ce3
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/material.html
View file @
2965a441
...
...
@@ -496,7 +496,7 @@
},
{
title
:
'
序列号
'
,
field
:
'
enableserialnumber
'
,
width
:
70
,
align
:
"
center
"
,
formatter
:
function
(
value
)
{
return
value
==
'
1
'
?
"
<
b>有</b
>
"
:
"
无
"
;
return
value
==
'
1
'
?
"
<
span style='color:green'>有</span
>
"
:
"
无
"
;
}
}
]],
...
...
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