lvhao hace 4 meses
padre
commit
c00793ab81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      template/erp/fullorder_edit.html

+ 1 - 1
template/erp/fullorder_edit.html

@@ -275,7 +275,7 @@
 <em>是否加急:</em>
 <select name="is_jiaji" class="select">
 <option value="0" {if $fullorder['is_jiaji'] == 0}selected="selected"{/if}>否</option>
-<option value="1" {if $fullorder['is_jiaji'] == 1}selected="selected"{/if}>是</option>
+<option value="1" {if $fullorder['is_jiaji'] == 1}selected="selected"{/if}><c style="color:red"></c></option>
 </select>
 </li>