mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 02:45:33 +08:00
14 lines
339 B
HTML
14 lines
339 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<table>
|
||
<tr>
|
||
<td style='width:100px;height:30px;'>分配WMS:</td>
|
||
<td style='text-align:left;'>
|
||
<input type="hidden" name="wms_id" value="<{$wms_id}>" />
|
||
<{$wms_name}>
|
||
</td>
|
||
</tr>
|
||
</table> |