浏览代码

将发货单调到前边

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>