基本信息
<{if $org_info.org_id || !$p_org_info.org_id}> <{/if}>
* 门店编码: <{if $org_info.org_no}><{$org_info.org_no}><{else}><{input type='text&&required' name="org[org_no]" value=$org_info.org_no}><{/if}> <{help}><{t}>门店在系统中的唯一标识<{/t}><{/help}>
* 名称: <{input type="text&&required" size="32" name="org[org_name]" value=$org_info.org_name}> <{help}><{t}>门店在此系统需要显示的中文名称<{/t}><{/help}>
* 所属组织: <{input type='organization' app='organization' name="org[org_parents_structure]" value=$org_info.org_parents_structure required="true" show='onlytree'}> <{help}><{t}>如不做选择 视为最高级<{/t}><{/help}>
* 状态: checked<{/if}>>启用   checked<{/if}> <{if !$org_info.org_id}>checked<{/if}>>停用
* 地区: <{input type='region' app='eccommon' name="org[area]" value=$org_info.area vtype="area" }> <{help}><{t}>门店所在区域<{/t}><{/help}>

扩展信息
*所属服务端: <{if $store_prop.server_id}> <{foreach from=$serverList item=server}> <{if $server.server_id == $store_prop.server_id}> <{$server.name}> <{/if}> <{/foreach}> <{else}> <{input type="select" vtype="required" name="store_prop[server_id]" rows=$serverList valueColumn=server_id labelColumn=name value=$store_prop.server_id }> <{/if}> <{help}><{t}>门店所属的服务端,对接webpos服务器通讯需要<{/t}><{/help}>
* 营业时间: <{help}><{t}>门店营业时间,例如:9:30-18:30<{/t}><{/help}>
* 地址: <{help}><{t}>门店详细地址信息<{/t}><{/help}>
* 地图坐标: <{help}><{t}>门店所在的地图坐标<{/t}><{/help}>
传真: <{help}><{t}>门店传真号<{/t}><{/help}>
* 邮编: <{help}><{t}>门店所在区域的邮编<{/t}><{/help}>
* 联系人: <{help}><{t}>门店负责人<{/t}><{/help}>
固定电话:
* 手机:   注:手机号与固定电话必须选填一项!
* 经营模式: checked<{/if}> <{if !$org_info.org_id}>checked<{/if}>>自营   checked<{/if}>>加盟   checked<{/if}>>合营   checked<{/if}>>代理   checked<{/if}>>特殊   checked<{/if}>>其他
* 自提: checked<{/if}>>支持   checked<{/if}> <{if !$org_info.org_id}>checked<{/if}>>不支持
* 配送: checked<{/if}>>支持   checked<{/if}> <{if !$org_info.org_id}>checked<{/if}>>不支持
* 门店售后: checked<{/if}>>支持   checked<{/if}> <{if !$org_info.org_id}>checked<{/if}>>不支持
* 订单回执确认: checked<{/if}>>需要   checked<{/if}> <{if !$org_info.org_id}>checked<{/if}>>不需要
* 库存管控: checked<{/if}>>支持   checked<{/if}> <{if !$org_info.org_id}>checked<{/if}>>不支持
<{button class="btn-primary" type="button" id="savestore" name="submit" label="提交"}>