<{capture name="header"}> <{css app="ome" src="ome.css"}> <{/capture}>

单个调账(只能对普通商品进行调账)

<{if !$pickList}>
请选择查询类型:<{input type="select" id='searchtype' name='searchtype' rows=$searchtype valueColumn="type_value" labelColumn="type_name"}>    仓库名称<{input type="select" id='branch' name='branch' rows=$branch valueColumn="branch_id" labelColumn="name"}> <{button label="搜索" type='submit' id='search_btn'}>    
<{/if}>
<{if $products.bn && $pickList}>
<{foreach from=$pickList item=item key=key}> <{/foreach}>
选择 货号 货品名称 仓库名称 实际库存 可用库存 调整到的数量
checked='checked'<{/if}>> <{$item.product_bn}> <{$item.product_name}> <{$item.branch_name}> <{$item.store}> <{math equation="x - y" x=$item.store y=$item.store_freeze}>
备注:
<{button class="btn-primary" type="submit" id="saveCurrent" label="确认修改"}> <{button class="btn-primary" type="button" onclick="javascript:history.go(-1);" label="取消"}>
<{elseif($products.bn && !$pickList)}> 货号:<{$products.bn}> 货品名称:<{$products.name}>
不是普通商品,无法调账 <{/if}>

批量导入调账

第一步,下载调账CSV模板文件
<{button class="btn-primary" label="下载" type="submit"}>
第二步,填写CSV文件
打开CSV文件,在里面对应写入调账商品的信息。
第三步,上传填写好的CSV文件
<{include file="admin/stock/import.html"}>