基础物料编码 基础物料名称 总库存量 仓库 货位
<{$pro_detail.bn}> <{$pro_detail.product_name}> <{$pro_detail.store}> <{input type="select" name='branch_id' rows=$branch_list valueColumn="branch_id" labelColumn="name" onchange="getOp(this.value)"}> 关联货位
<{button label="关联" type="submit" name="Submit"}>
<{foreach from=$pro_detail.items item=items}> <{/foreach}>
仓库 货位 是否默认货位 库存量 冻结库存量 所在仓库在途量
<{$items.name}> <{$items.store_position}> <{if $items.default_pos=='true'}>是<{else}>否<{/if}> <{$items.store}> <{$items.store_freeze}>  
<{button class="btn-primary" onclick="reset_pos();" label="重置货位"}>