| * 优仓编码: |
<{if $branch_list.channel_bn}><{$branch_list.channel_bn}><{else}>
<{input type="text&&required" name="branch[channel_bn]" value=""}><{/if}>
<{help}><{t}>第三方优仓的唯一标识<{/t}><{/help}>
|
| * 优仓名称: |
<{input type="text&&required" size="32" name="branch[channel_name]" value=$branch_list.channel_name}>
<{help}><{t}>中文名称<{/t}><{/help}>
|
| * 关联店铺: |
<{input type='select' name='config[shop_id]' id='wmstype' vtype='required' rows=$shop_list valueColumn="shop_id" labelColumn="name" value=$branch_list.config.shop_id }>
<{foreach from=$shop_list item=item}>
- <{$item.name}>
<{/foreach}>
|
| 仓库编码映射: |
<{button id="add" label="增加映射仓库关系"}>
<{foreach from=$branch_list.config.warehouse_mapping key=key value=value}>
系统仓编码:<{input type="text" name="oms_warehouse[]" value=$key}> - 优仓编码:<{input type="text" name="outer_warehouse[]" value=$value}>
<{foreachelse}>
系统仓编码:<{input type="text" name="oms_warehouse[]" value}> - 优仓编码:<{input type="text" name="outer_warehouse[]" value}>
<{/foreach}>
|
| * 状态: |
checked<{/if}> <{if !$branch_list.disabled}> checked<{/if}> >启用
checked<{/if}> >停用
|