소스 검색

将发货单调到前边

lvhao 3 달 전
부모
커밋
c3a3114a18
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      template/erp/fullorder_edit.html

+ 2 - 1
template/erp/fullorder_edit.html

@@ -532,8 +532,9 @@
 <li class="lengththree">
 <em>打印类型:</em>
 <select name="printtype" class="printtype select class">
-<option value="1" {if $fullorder['printtype'] == 1}selected="selected"{/if}>运单</option>
 <option value="2" {if $fullorder['printtype'] == 2}selected="selected"{/if}>发货单</option>
+<option value="1" {if $fullorder['printtype'] == 1}selected="selected"{/if}>运单</option>
+
 <option value="3" {if $fullorder['printtype'] == 3}selected="selected"{/if}>不打印单据</option>
 </select>
 </li>