仓库添加/编辑
*
仓库名称:
*
仓库编号:
*
库内存放点编号:
截单时间:
<{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}>
请选择主仓库:
<{foreach from=$main_branch key=branch_id item=branch_name}>
disabled<{/if}> <{if $branch_id == $branch.parent_id}>SELECTED<{/if}>><{$branch_name}>
<{/foreach}>
权重:
数值越大表示优先级越高。如不填写,默认为0
备注:
<{$branch.memo}>
指定物流公司:
<{foreach item=item_corp from=$corps}>
checked<{/if}> onchange="javascript:if(this.checked){this.getNext('span').addClass('shop-name');}else{this.getNext('span').removeClass('shop-name');}">
<{$item_corp.name|cut}>
<{/foreach}>
货主编码:
纬度:
经度:
所属平台:
请选择所属平台
<{foreach from=$platform_list key=platform_type item=platform_name}>
SELECTED<{/if}>><{$platform_name}>
<{/foreach}>
供货店铺:
<{foreach item=item from=$shop}>
checked<{/if}> onchange="javascript:if(this.checked){this.getNext('span').addClass('shop-name');}else{this.getNext('span').removeClass('shop-name');}">
class="shop-name"<{/if}> title="<{$item.name}>"><{$item.name|cut}>
<{/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"}>