mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-04 06:26:52 +08:00
22 lines
554 B
HTML
22 lines
554 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
|
||
<tbody>
|
||
|
||
<tr>
|
||
<th ><em class="c-red">*</em>货主</th>
|
||
<td>
|
||
<{input type="text&&required" size="32" name="shipper" value="{$shipper}"}>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th >渠道通信API地址:</th>
|
||
<td>
|
||
<{input type="text" size="40" name="config[url]" value="{$config.url}"}>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table> |