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