<{if $history}>《快照》贸易公司编辑<{/if}>
<{if !$history}> <{else}> <{/if}>
所属公司业务组织:
*贸易公司编码: <{if $betc_info}> <{input type="text" name="betc_code" value=$betc_info.betc_code title=$betc_info.betc_code readonly='readonly' }> *添加后不可编辑 <{else}> <{input type="text" name="betc_code" value=$betc_info.betc_code title=$betc_info.betc_code vtype="alphaint&&required" placeholder="英文字母或数字"}> *添加后不可编辑 <{/if}>
*贸易公司名称: <{input type="text" name="betc_name" value=$betc_info.betc_name title=$betc_info.betc_name required='required'}>
联系人姓名: <{input type="text" name="contact_name" value=$betc_info.contact_name title=$betc_info.contact_name required='required'}>
联系人电话: <{input type="text" name="contact_mobile" value=$betc_info.contact_mobile title=$betc_info.contact_mobile required='required'}>
联系人地址: <{input type="text" name="contact_address" value=$betc_info.contact_address title=$betc_info.contact_address required='required'}>
所属公司业务组织: <{foreach from=$bbu_list item=item }> <{if $item.bbu_id eq $betc_info.bbu_id }> <{input type="text" name="bbu_name" value=$item.bbu_name title=$item.bbu_name required='required' readonly='readonly'}> <{/if}> <{/foreach}>
*贸易公司编码: <{input type="text" name="betc_code" value=$betc_info.betc_code title=$betc_info.betc_code readonly='readonly' }> *添加后不可编辑
*贸易公司名称: <{input type="text" name="betc_name" value=$betc_info.betc_name title=$betc_info.betc_name required='required' readonly='readonly'}>
联系人姓名: <{input type="text" name="contact_name" value=$betc_info.contact_name title=$betc_info.contact_name required='required' readonly='readonly'}>
联系人电话: <{input type="text" name="contact_mobile" value=$betc_info.contact_mobile title=$betc_info.contact_mobile required='required' readonly='readonly'}>
联系人地址: <{input type="text" name="contact_address" value=$betc_info.contact_address title=$betc_info.contact_address required='required' readonly='readonly'}>
<{area inject=".mainFoot"}>
<{if !$history}> <{button class="btn-primary" type="button" id='submit_btn' label='确定' }> <{button class="btn-secondary" type="button" id='close_btn' label='关闭' }> <{/if}>
<{/area}>