lvhao 1 ماه پیش
والد
کامیت
2f5e896154
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      template/erp/returngoods_edit.html

+ 1 - 0
template/erp/returngoods_edit.html

@@ -53,6 +53,7 @@
 <li>
     <em>评价选项:</em>
     <select name="shpjxx" class="select ">
+        <option value="">请选择</option>
         {loop $shpjxx as $key=>$val}
             <option {if ($key == $info['shpjxx'])}selected{/if} value="{$key}">{$val}</option>
         {/loop}