mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-24 03:15:32 +08:00
20 lines
521 B
HTML
20 lines
521 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<th>仓库:</th>
|
||
<td>
|
||
<select name="branch_id" class="dailog-batch-ipt">
|
||
<{foreach from=$branches item=item}>
|
||
<option value="<{$item.branch_id}>"><{$item.name}></option>
|
||
<{/foreach}>
|
||
</select>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|