<{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 $act='allocate_iostock'}> <{/if}>
入库单名称: 紧急入库来源地: <{input type="select" name="extrabranch_id" vtype="required" rows=$extrabranch valueColumn="branch_id" labelColumn="name" value=""}>
供应商: <{img class="pointer btn_supplier" title="查看供应商列表" app="desktop" src="bundle/zoom_btn.gif"}> 仓库: <{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" value=""}> * <{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" value=""}> * <{else}> <{foreach from=$branch_list item=items key=keys}> checked="checked"<{/if}> value="<{$items.branch_id}>" /> <{$items.name}> <{/foreach}> * <{/if}> <{/if}> <{/if}>
入库类型: 入库费用:
入库商品
<{button label="供应商频道" id="supplier-find-btn" }> <{button label="商品库频道" id="iostockorder-find-btn" }>
货号 货品名称 货品规格 条形码 数量 单价 合计 删除
暂无入库货品信息
入库总量: 0 总金额: 0   <{button label="删除选中" id="iostockorder-del-btn"}>  <{button type="button" id="iostockorder-delall-btn" label="全部删除" }>
备注:
经办人:
<{button type="button" id="iostockorder-save-btn" label="保 存"}>   <{button type="button" class="btn-secondary" id="return-btn" label="关 闭" onclick="javascript:void(window.close());"}>