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
828f9ce3
Commit
828f9ce3
authored
Apr 24, 2020
by
季圣华
Browse files
优化商品的状态展示
parent
c8715a2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/material.html
View file @
828f9ce3
...
...
@@ -131,15 +131,15 @@
<td
style=
"text-align: left;"
></td>
</tr>
<tr>
<td
colspan=
"7"
style=
"padding:5px 20px 10px 0; width: 1
13
0px"
>
<table
id=
"materialExtendData"
style=
"width:100
%
;border-bottom-color:#FFFFFF"
></table>
<td
colspan=
"7"
style=
"padding:5px 20px 10px 0; width: 1
20
0px"
>
<table
id=
"materialExtendData"
style=
"width:1
2
00
px
;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"height:30px;"
>
备注
</td>
<td
style=
"padding:5px 20px 5px 5px"
colspan=
"6"
>
<textarea
name=
"Remark"
id=
"Remark"
class=
"easyui-textbox"
data-options=
"multiline:true"
placeholder=
"暂无备注信息"
style=
"width: 1
00%
; height:40px;"
></textarea>
style=
"width: 1
130px
; height:40px;"
></textarea>
</td>
</tr>
</table>
...
...
@@ -491,12 +491,12 @@
{
title
:
'
最低售价
'
,
field
:
'
lowDecimal
'
,
width
:
70
},
{
title
:
'
状态
'
,
field
:
'
enabled
'
,
width
:
50
,
align
:
"
center
"
,
formatter
:
function
(
value
)
{
return
value
?
"
启用
"
:
"
禁用
"
;
return
value
?
"
<span style='color:green'>启用</span>
"
:
"
<span style='color:red'>禁用</span>
"
;
}
},
{
title
:
'
序列号
'
,
field
:
'
enableserialnumber
'
,
width
:
70
,
align
:
"
center
"
,
formatter
:
function
(
value
)
{
return
value
==
'
1
'
?
"
有
"
:
"
无
"
;
return
value
==
'
1
'
?
"
<b>有</b>
"
:
"
无
"
;
}
}
]],
...
...
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