Browse Source

修改信息

lvhao 1 tháng trước cách đây
mục cha
commit
2f5e896154
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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}