Commit 5f8218e8 authored by qiankunpingtai's avatar qiankunpingtai
Browse files

机构状态使用select选择框

parent 0d6f1449
...@@ -64,8 +64,12 @@ ...@@ -64,8 +64,12 @@
<tr> <tr>
<td>状态</td> <td>状态</td>
<td style="padding:5px"> <td style="padding:5px">
<input name="orgStcd" id="orgStcd" class="easyui-validatebox" <select name="orgStcd" id="orgStcd" style="width: 200px;height: 20px">
data-options="required:true,validType:'length[2,30]'" style="width: 200px;height: 20px"/> <option value="1">未营业</option>
<option value="2">正常营业</option>
<option value="3">暂停营业</option>
<option value="4">终止营业</option>
</select>
</td> </td>
</tr> </tr>
<tr> <tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment