You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.6 KiB
HTML
51 lines
1.6 KiB
HTML
4 years ago
|
<extend name="Public/base"/>
|
||
|
|
||
|
<block name="body">
|
||
|
<div class="tabcon1711">
|
||
|
<form action="{:U()}" method="post" class="form-horizontal form_info_ml">
|
||
|
|
||
|
<div class="cf main-place top_nav_list navtab_list">
|
||
|
<h3 class="page_title">新增制单人</h3>
|
||
|
<p class="description_text"></p>
|
||
|
</div>
|
||
|
|
||
|
<table border="0" cellspacing="0" cellpadding="0">
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td class="l"><i class="mustmark">*</i>姓名:</td>
|
||
|
<td class="r">
|
||
|
<input name="real_name" type="text" class="">
|
||
|
<span class="notice-text">制单人姓名</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="l"><i class="mustmark">*</i>手机号码:</td>
|
||
|
<td class="r">
|
||
|
<input name="mobile" type="text" class="">
|
||
|
<span class="notice-text">制单人登陆用的手机</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<div class="form-item cf">
|
||
|
<button class="submit_btn ajax-post mlspacing" id="submit" type="submit" target-form="form-horizontal">
|
||
|
保存
|
||
|
</button>
|
||
|
<a class="submit_btn " alt="返回上一页" title="返回上一页" href="javascript:window.history.back(-1);" >
|
||
|
返回
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
</form>
|
||
|
</div>
|
||
|
</block>
|
||
|
|
||
|
<block name="script">
|
||
|
<script type="text/javascript">
|
||
|
//导航高亮
|
||
|
highlight_subnav('{:U('User/index')}');
|
||
|
</script>
|
||
|
</block>
|