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.
155 lines
7.2 KiB
HTML
155 lines
7.2 KiB
HTML
<extend name="Public/base"/>
|
|
|
|
<block name="body">
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
|
|
<div class="cf main-place top_nav_list navtab_list">
|
|
|
|
<h3 class="page_title">{$meta_title}</h3>
|
|
<p class="description_text">公司对外展示信息管理</p>
|
|
</div>
|
|
|
|
<div class="tab-wrap">
|
|
|
|
|
|
<div class="tab-content tabcon1711 tabcon17112">
|
|
<div id="tab1" class="tab-pane in tab1">
|
|
|
|
<div class="tab-content-subpan jssubpan clearfix current">
|
|
<form action="{:U('Tool/company_edit')}" method="post" class="form-horizontal company_info form_info_ml">
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td class="l noticeinfo">公司名称</td>
|
|
<td class="r table_radio">
|
|
<input name="partner" type="text" value="{$company_info['partner']}" class="" placeholder="请输入公司名称">
|
|
<span class="notice-text"></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="l noticeinfo">联系人</td>
|
|
<td class="r table_radio">
|
|
<input name="link_man" type="text" value="{$company_info['link_man']}" class="" placeholder="请输入联系人">
|
|
<span class="notice-text"></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="l noticeinfo">联系电话</td>
|
|
<td class="r table_radio">
|
|
<input name="link_phone" type="text" value="{$company_info['link_phone']}" class="" placeholder="请输入联系电话">
|
|
<span class="notice-text"></span>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="l noticeinfo">邮寄地址</td>
|
|
<td class="r table_radio">
|
|
<input name="address" type="text" value="{$company_info['address']}" class="" placeholder="请输入地址">
|
|
<span class="notice-text"></span>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="l noticeinfo">公司税号</td>
|
|
<td class="r table_radio">
|
|
<input name="company_tax_no" type="text" value="{$company_info['company_tax_no']}" class="" placeholder="请输入公司税号">
|
|
<span class="notice-text"></span>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="l noticeinfo">收款方名称</td>
|
|
<td class="r table_radio">
|
|
<input name="payee_name" type="text" value="{$company_info['payee_name']}" class="" placeholder="收款方名称">
|
|
<span class="notice-text"></span>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="l noticeinfo">银行账号</td>
|
|
<td class="r table_radio">
|
|
<input name="bank_account" type="text" value="{$company_info['bank_account']}" class="" placeholder="银行账号">
|
|
<span class="notice-text"></span>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="l noticeinfo">开户行</td>
|
|
<td class="r table_radio">
|
|
<input name="opening_bank" type="text" value="{$company_info['opening_bank']}" class="" placeholder="开户行">
|
|
<span class="notice-text"></span>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="l noticeinfo"><i class="mustmark" style="margin-left:-7px">*</i>显示状态:</td>
|
|
<td class="r table_radio">
|
|
<span class="form_radio table_btn">
|
|
<label>
|
|
<input type="radio" class="inp_radio" value="1" name="status"
|
|
<if condition="$company_info['status']==1"> checked </if>> 开启
|
|
</label>
|
|
<label>
|
|
<input type="radio" class="inp_radio" value="0" name="status"
|
|
<if condition="$company_info['status']==0"> checked </if>> 关闭
|
|
</label>
|
|
</span>
|
|
<span class="notice-text"></span>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
<input type="hidden" name="name" value="company_info">
|
|
<input type="hidden" name="id" value="{$company_info.id}">
|
|
<input type="submit" id="submit" value="确定" target-form="company_info" class="submit_btn form_btn ajax-post mlspacing">
|
|
<a class="submit_btn " alt="返回上一页" title="返回上一页" href="{:U('Tool/company_info')}" >
|
|
返回
|
|
</a>
|
|
</form>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="common_settings">
|
|
<span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span>
|
|
<form class="addShortcutIcon">
|
|
<input type="hidden" name="title" value="{$m_title}">
|
|
<input type="hidden" name="url" value="{$m_url}">
|
|
</form>
|
|
<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a>
|
|
</div>
|
|
|
|
|
|
</block>
|
|
|
|
<block name="script">
|
|
<script type="text/javascript">
|
|
//导航高亮
|
|
highlight_subnav('{:U('Tool/company_info')}');
|
|
|
|
Think.setValue('status','{$company_info_data.status|default=0}');
|
|
|
|
$(function(){
|
|
|
|
|
|
//支持tab
|
|
showTab();
|
|
|
|
|
|
})
|
|
</script>
|
|
</block>
|