mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 23:05:36 +08:00
30 lines
816 B
HTML
30 lines
816 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<form method="post" action="index.php?app=purchase&ctl=admin_eo&act=supplier_pf">
|
||
<table width="100%" border="0">
|
||
<tr>
|
||
<td>请为供应商评分</td>
|
||
</tr>
|
||
<tr>
|
||
<td><input type="radio" name="credit_lv" value="5" />
|
||
5
|
||
<input type="radio" name="credit_lv" value="4" />
|
||
4
|
||
<input type="radio" name="credit_lv" value="3" />
|
||
3
|
||
<input type="radio" name="credit_lv" value="2" />
|
||
2
|
||
<input name="credit_lv" type="radio" value="1" checked />
|
||
1</td>
|
||
</tr>
|
||
<tr>
|
||
<td><input type="submit" name="Submit" value="评分" /></td>
|
||
</tr>
|
||
</table>
|
||
<input type="hidden" name="supplier_id" value="<{$supplier_id}>">
|
||
</form>
|
||
|