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
0a0f3469
Commit
0a0f3469
authored
Aug 12, 2019
by
季圣华
Browse files
修改序列号的状态类型
parent
2753e28d
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/material.html
View file @
0a0f3469
...
@@ -94,8 +94,8 @@
...
@@ -94,8 +94,8 @@
<td
style=
"width:80px;"
>
序列号
</td>
<td
style=
"width:80px;"
>
序列号
</td>
<td
style=
"padding:5px;width:180px;"
>
<td
style=
"padding:5px;width:180px;"
>
<select
name=
"EnableSerialNumber"
id=
"EnableSerialNumber"
style=
"width: 180px;height: 20px"
>
<select
name=
"EnableSerialNumber"
id=
"EnableSerialNumber"
style=
"width: 180px;height: 20px"
>
<option
value=
"1"
>
启用
</option>
<option
value=
"1"
>
有
</option>
<option
value=
"0"
>
禁用
</option>
<option
value=
"0"
>
无
</option>
</select>
</select>
</td>
</td>
<td></td>
<td></td>
...
@@ -533,7 +533,7 @@
...
@@ -533,7 +533,7 @@
},
},
{
{
title
:
'
序列号
'
,
field
:
'
enableserialnumber
'
,
width
:
70
,
align
:
"
center
"
,
formatter
:
function
(
value
)
{
title
:
'
序列号
'
,
field
:
'
enableserialnumber
'
,
width
:
70
,
align
:
"
center
"
,
formatter
:
function
(
value
)
{
return
value
==
'
1
'
?
"
启用
"
:
"
禁用
"
;
return
value
==
'
1
'
?
"
有
"
:
"
无
"
;
}
}
}
}
]],
]],
...
...
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