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

采购入库 - 传统方式

到货单号:
<{button label="回车键确定" id="add_bn" app="desktop" icon="btn_add.gif"}>    <{button type="button" label="切换到条码入库方式" onclick="javascript:window.location='index.php?app=wms&ctl=admin_eo&act=Barcode_stock&p[0]={$po_id}&find_id={$env.get.find_id}';" }>
<{foreach from=$Po_items item=items}> <{/foreach}>
选择 基础物料名称 基础物料编码 条码 单位 采购数量 已入库数量 入库数量 操作 商品备注
<{if $items.entry_num!=0}> checked="checked"<{/if}> /> <{/if}> <{$items.name}> <{$items.bn}> <{$items.barcode}> <{$items.unit}> <{$items.num}> onmouseover=visibility(event,1);><{$items.in_num}> <{if $items.use_expire == 1}> <{if $items.entry_num!=0}> 0 <{else}> - <{/if}> <{else}> <{if $items.entry_num!=0}> <{else}> - <{/if}> <{/if}> <{if $items.use_expire == 1}> <{if $items.entry_num!=0}> 关联保质期 <{else}> - <{/if}> <{else}>-<{/if}> <{if $items.entry_num!=0}> <{/if}>
共有<{$count}>件商品
经办人:
入库单备注:
<{capture name='footbar'}>
<{button type="button" id="confirm_btn" label="收货入库" }> <{button type="button" id="close_btn" label="关闭页面" }>
<{/capture}>