<form id =
"form_insert"
method =
"post"
>
<table style =
"font-size: 13px; margin: 13px auto;"
>
<tr>
<td style =
"text-align: right;"
>类型</td>
<td>: <input id =
"acttype"
style =
"width:150px"
class
=
"easyui-textbox"
data-options =
"required:true"
></td>
</tr>
<tr><td colspan =
"2"
style =
"height: 13px"
></td>
</tr>
<tr>
<td style =
"text-align: right;"
>名称</td>
<td>: <input id =
"actname"
style =
"width:150px"
class
=
"easyui-textbox"
data-options =
"required:true"
></td>
</tr>
<tr><td colspan =
"2"
style =
"height: 13px"
></td>
</tr>
<tr>
<td style =
"text-align: right;"
>开始时间</td>
<td>: <input id =
"actstarttime"
style =
"width:150px"
class
=
"easyui-datetimebox"
data-options =
"required:true"
></td>
</tr>
<tr><td colspan =
"2"
style =
"height: 13px"
></td>
</tr>
<tr>
<td style =
"text-align: right;"
>结束时间</td>
<td>: <input id =
"actendtime"
style =
"width:150px"
class
=
"easyui-datetimebox"
data-options =
"required:true"
></td>
</tr>
<tr><td colspan =
"2"
style =
"height: 13px"
></td>
</tr>
<tr>
<td style =
"text-align: right;"
>省</td>
<td>: <input id =
"mem_Province"
style =
"width:150px"
class
=
"easyui-combobox"
data-options =
"required:true"
></td>
</tr>
<tr><td colspan=
"2"
style=
"height: 13px"
></td>
</tr>
<tr>
<td style=
"text-align: right;"
>市</td>
<td>: <input id =
"mem_City"
style =
"width:150px"
class
=
"easyui-combobox"
data-options =
"required:true"
></td>
</tr>
<tr><td colspan =
"2"
style =
"height: 13px"
></td>
</tr>
<tr>
<td style =
"text-align: right;"
>门店</td>
<td>: <input id =
"mem_Shop"
style =
"width:150px"
class
=
"easyui-combobox"
data-options =
"required:true"
></td>
</tr>
<tr><td colspan=
"2"
style=
"height: 13px"
></td>
</tr>
<tr>
<td style =
"text-align: right;"
>具体地址</td>
<td>: <input id =
"actadd"
style =
"width:150px"
class
=
"easyui-textbox"
data-options =
"required:true"
></td>
</tr>
</table>
</form>
<form id =
"form_sub"
style =
"font-size: 13px;"
>
<table style=
"font-size: 13px; margin: 13px auto;"
>
<tr>
<td style =
"text-align: right;"
>上传图片</td>
<td>: <input
class
=
"easyui-filebox"
name = 'photo' style =
"width:153px"
data-options =
"required:true,prompt:'选择上传图片',buttonText:' 选 择 '"
></td>
<td><input type = 'text' id =
"Item"
name = 'item' style =
"display:none;"
></td>
</tr>
</table>
</form>
<p style =
"text-align:right; padding:2px 5px;"
>
<a id =
"sub"
class
=
"easyui-linkbutton"
data-options =
"iconCls:'icon-ok'"
href =
"javascript:void(0)"
>
保存
</a>
<a
class
=
"easyui-linkbutton"
data-options =
"iconCls:'icon-quxiao'"
href =
"javascript:void(0)"
onclick =
"window_open($('#insert_form'), 'close')"
>
取消
</a>
</p>