lvhao 5 ヶ月 前
コミット
b07551b102
1 ファイル変更2 行追加2 行削除
  1. 2 2
      template/erp/typeclass_edit.html

+ 2 - 2
template/erp/typeclass_edit.html

@@ -78,8 +78,8 @@
 <li>
     <em>提交订单核对:</em>
     <select name="is_check" class="select class">
-    <option value="0">不</option>
-    <option value="1">是</option>
+    <option {if $typeclass['is_check'] == 0}selected="selected"{/if}  value="0">不</option>
+    <option {if $typeclass['is_check'] == 1}selected="selected"{/if} value="1">是</option>
     </select>
 </li>
 <div style="clear:both;"></div>