lvhao 1 månad sedan
förälder
incheckning
2f5e896154
1 ändrade filer med 1 tillägg och 0 borttagningar
  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}