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
76fd851e
Commit
76fd851e
authored
Dec 27, 2020
by
季圣华
Browse files
优化商品
parent
6a3046ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/material.html
View file @
76fd851e
...
...
@@ -419,8 +419,9 @@
{
title
:
'
名称
'
,
field
:
'
name
'
,
width
:
120
},
{
title
:
'
规格
'
,
field
:
'
standard
'
,
width
:
80
},
{
title
:
'
型号
'
,
field
:
'
model
'
,
width
:
80
},
{
title
:
'
颜色
'
,
field
:
'
color
'
,
width
:
50
},
{
title
:
'
类别
'
,
field
:
'
categoryName
'
,
width
:
80
},
{
title
:
'
扩展信息
'
,
field
:
'
materialOther
'
,
width
:
1
4
0
},
{
title
:
'
扩展信息
'
,
field
:
'
materialOther
'
,
width
:
1
0
0
},
{
title
:
'
单位
'
,
field
:
'
unit
'
,
width
:
80
,
formatter
:
function
(
value
,
rec
)
{
if
(
value
)
{
...
...
@@ -449,7 +450,7 @@
}
},
{
title
:
'
序列号
'
,
field
:
'
enableSerialNumber
'
,
width
:
7
0
,
align
:
"
center
"
,
formatter
:
function
(
value
)
{
title
:
'
序列号
'
,
field
:
'
enableSerialNumber
'
,
width
:
6
0
,
align
:
"
center
"
,
formatter
:
function
(
value
)
{
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