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