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
5f8218e8
Commit
5f8218e8
authored
Mar 12, 2019
by
qiankunpingtai
Browse files
机构状态使用select选择框
parent
0d6f1449
Changes
2
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/organization.html
View file @
5f8218e8
...
...
@@ -64,8 +64,12 @@
<tr>
<td>
状态
</td>
<td
style=
"padding:5px"
>
<input
name=
"orgStcd"
id=
"orgStcd"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 200px;height: 20px"
/>
<select
name=
"orgStcd"
id=
"orgStcd"
style=
"width: 200px;height: 20px"
>
<option
value=
"1"
>
未营业
</option>
<option
value=
"2"
>
正常营业
</option>
<option
value=
"3"
>
暂停营业
</option>
<option
value=
"4"
>
终止营业
</option>
</select>
</td>
</tr>
<tr>
...
...
sql/华夏ERP数据库设计汇总.xlsx
View file @
5f8218e8
No preview for this file type
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