仓库添加/编辑

*仓库名称:
*仓库编号:
*库内存放点编号:
截单时间: <{input type='select' name='cutoff_time_hour' value=$branch.cutoff_time_hour options=$conf_hours }>时: <{input type='select' name='cutoff_time_minute' value=$branch.cutoff_time_minute options=$conf_minitue }>分
最晚出库时间: <{input type='select' name='latest_delivery_time_hour' value=$branch.latest_delivery_time_hour options=$conf_hours }>时: <{input type='select' name='latest_delivery_time_minute' value=$branch.latest_delivery_time_minute options=$conf_minitue }>分
仓库对应WMS: <{foreach item=wms from=$wms_list}> disabled<{/if}> value="<{$wms.wms_id}>" <{if $branch.wms_id == $wms.wms_id}>checked<{/if}> adapter=<{$wms.adapter}>> class="shop-name"<{/if}> title="<{$wms.wms_name}>"><{$wms.wms_name|cut}>   <{/foreach}>
仓库归属: <{input type='radio' name='owner' onclick="changeOwnerRdo()" value=$branch.owner|default:'1' options=$options.owner separator=' '}>
仓库类型: <{foreach item=item key=key from=$type}> disabled<{/if}> onclick="changeRdo('<{$key}>')" <{if $branch.type == $key || $branch.type == ''}>checked="checked"<{/if}> name="branch_type" <{if $branch_main_disabled}>disabled='disabled'<{/if}> id="branch_type" value="<{$key}>"><{$item}><{/foreach}>
请选择主仓库:
权重:

数值越大表示优先级越高。如不填写,默认为0

备注:
指定物流公司:
<{foreach item=item_corp from=$corps}> <{/foreach}>
货主编码:
纬度:
经度:
所属平台:
供货店铺:
<{foreach item=item from=$shop}> <{/foreach}>
仓库属性: checked="checked" <{/if}>/>线上 checked="checked" <{/if}>/>线下
发货属性: checked="checked" <{/if}>/>发货仓库 checked="checked" <{/if}>/>备货仓库
配送时效:

指定仓库备货出库后,物流快递必须在最晚几日后送达客户签收,不然算作配送超时

*联系人姓名:
*性别:
<{input type="radio" name="sex" options=['male'=>'男','female'=>'女'] value=$branch.sex|default:"male"}>
*地区: <{input type='region' app='eccommon' name="area" value=$branch.area required="true"}>
*地址:
邮编:
电话:
手机:
<{if $customcols}>
<{foreach from=$customcols item=customcol}>
<{$customcol.col_name}>:
<{/foreach}>
<{/if}>
<{button label="提交" class="btn-primary" type="submit" name="submit" id="btn-branch"}> <{button label="返回" class="btn-primary" type="button" id="btn-back"}>