<{capture name="header"}> <{/capture}>
添加/编辑货位:
* 货位名称: <{help}><{t}>仓库中货架位置的唯一名称,支持字母、数字、文字<{/t}><{/help}>
所属仓库: <{if $is_super}> <{if count($branch_list)=='1'}> <{$branch_list.0.name}> <{elseif count($branch_list)>'5' }> <{input type="select" name="branch_id" vtype="required" rows=$branch_list valueColumn="branch_id" labelColumn="name" value=$pos.branch_id}> * <{else}> <{foreach from=$branch_list item=items key=keys}> checked="checked"<{/if}> value="<{$items.branch_id}>" /> <{$items.name}> <{/foreach}> * <{/if}> <{else}> <{if !$branch_list_byuser}> * 当前没有操作仓库的权限,请联系管理员分配。 * <{else}> <{if count($branch_list_byuser)=='1'}> <{$branch_list_byuser.0.name}> <{elseif count($branch_list_byuser)>'5'}> <{input type="select" name="branch_id" vtype="required" rows=$branch_list_byuser valueColumn="branch_id" labelColumn="name" value=$pos.branch_id}> * <{else}> <{foreach from=$branch_list_byuser item=items key=keys}> checked="checked"<{elseif $pos.branch_id == $items.branch_id}>checked="checked"<{/if}> value="<{$items.branch_id}>" /> <{$items.name}> <{/foreach}> * <{/if}> <{/if}> <{/if}> <{help}><{t}>当前所新建的货位隶属仓库<{/t}><{/help}>
警戒值: <{help}><{t}>当前仓库实际货品库存量小于该值时需要补货<{/t}><{/help}>
<{button label="保存" type="submit" id="btn-branch_pos" name="Submit"}>    <{button label="关闭" onclick="javascript:void(window.close());" class="btn-secondary" type="button"}>
<{if $pos.pos_id!=''}> <{/if}>