瀏覽代碼

修改信息

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}