{capture name="header"}> <{css app="ome" src="ome.css"}> <{css app="ome" src="style.css"}> <{script src="coms/autocompleter.js" app="desktop"}> <{script src="coms/pager.js" app="desktop"}> <{/capture}>
* 选择仓库: | <{if $is_super}> <{if count($branch)=='1'}> <{$branch.0.name}> <{elseif count($branch)>5 }> <{input type="select" name="branch" vtype="required" rows=$branch valueColumn="branch_id" labelColumn="name" default=$sel_branch_id}> * <{else}> <{foreach from=$branch item=items key=keys}> checked="checked"<{/if}> /> <{$items.name}> <{/foreach}> <{/if}> <{else}> <{if !$branch_list}> * 当前没有操作仓库的权限,请联系管理员分配。 * <{else}> <{if count($branch_list)==1}> <{$branch_list.0.name}> <{elseif count($branch_list)>5}> <{input type="select" name="branch" vtype="required" rows=$branch_list valueColumn="branch_id" labelColumn="name" default=$sel_branch_id}> * <{else}> <{foreach from=$branch_list item=items key=keys}> checked="checked"<{/if}> value="<{$items.branch_id}>" /> <{$items.name}> <{/foreach}> * <{/if}> <{/if}> <{/if}> |
* 设置范围: | |
* 存货周转天数: | <{assign var="opt" value=array(1=>1,2=>2,3=>3,4=>4,5=>5,6=>6,7=>7,15=>15)}> <{input type="select" name="days" id="days" required="true" options=$opt default="7"}> 天 <{help}>设置当前仓库存货周转一次的天数,和货品销售出库的情况密切相关<{/help}> |
* 发货截止时间: | <{assign var="opt" value=array(0=>"00",1=>"01",2=>"02",3=>"03",4=>"04",5=>"05",6=>"06",7=>"07",8=>"08",9=>"09",10=>10,11=>11,12=>12,13=>13,14=>14,15=>15,16=>16,17=>17,18=>18,19=>19,20=>20,21=>21,22=>22,23=>23)}> <{input type="select" name="hour" id="hour" required="true" options=$opt default="15"}> 点 <{help}>例:10月1日发货截止后补充库存,则以当日向前推7天计算所得销售出库量回写安全库存;发货截止时间之前补充库存,则从前一天开始计算安全库存<{/help}> |
* 补货方式: | <{help}>适用于固定订货周期下得差值补货;例:每7天来滚动补充库存时;最近7天的销售总量回写安全库存;以保持未来7天的库存供应<{/help}> <{help}>参考供应商到货天数为订货提前期;例:供应商到货天数为3天;则仓库只需准备供三天销售的库存即可,该库存值参考存货周转平均值*到货天数<{/help}> |
* 安全库存数: |