mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-03 22:25:46 +08:00
12 lines
594 B
HTML
12 lines
594 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<tr>
|
||
<th>调拨方式:</th>
|
||
<td><select name="set[taoguanallocate.appropriation_type]">
|
||
<option value="directly" <{if $setData.taoguanallocate_appropriation_type=='directly'}>selected="selected"<{/if}>>直接调拨</option>
|
||
<option value="io" <{if $setData.taoguanallocate_appropriation_type=='io'}>selected="selected"<{/if}>>出入库调拨</option>
|
||
</select></td>
|
||
</tr> |