Browse Source

提交数据

lvhao 3 months ago
parent
commit
555607a9f1
2 changed files with 12 additions and 5 deletions
  1. 11 4
      template/erp/fullorderamz_edit.html
  2. 1 1
      template/erp/fullorderamz_readonly.html

+ 11 - 4
template/erp/fullorderamz_edit.html

@@ -515,10 +515,17 @@
 <li class="lengththree">
 <em>是否签名:</em>
 {if ($fullorderamz['review'] < 5 || $vip == '1') && ($fullorderamz['express'] == 2 || $fullorderamz['express'] == 24 || $fullorderamz['express'] == 31)}
-<select name="qm" class="printtype select class">
-<option value="0" {if $fullorderamz['qm'] == 0}selected="selected"{/if}>不需要</option>
-<option value="1" {if $fullorderamz['qm'] == 1}selected="selected"{/if}>需要</option>
-</select>
+{if $fullorderamz['express'] == 2}
+		<select name="qm" class="printtype select class">
+		<option value="0" {if $fullorderamz['qm'] == 0}selected="selected"{/if}>默认</option>
+		<option value="1" {if $fullorderamz['qm'] == 1}selected="selected"{/if}>签名</option>
+		</select>
+	{else}
+		<select name="qm" class="printtype select class">
+		<option value="0" {if $fullorderamz['qm'] == 0}selected="selected"{/if}>默认</option>
+		<option value="1" {if $fullorderamz['qm'] == 1}selected="selected"{/if}>成人签名</option>
+		</select>
+	{/if}
 {else}
 <select name="qm" class="printtype select class">
 <option value="0">无</option>

+ 1 - 1
template/erp/fullorderamz_readonly.html

@@ -454,7 +454,7 @@
 <option value="1" {if $fullorderamz['qm'] == 1}selected="selected"{/if}>需要</option>
 </select>
 {else}
-<b>{if $fullorderamz['express'] != 24 && $fullorderamz['express'] != 31}{if $fullorderamz['qm'] == 0}不需要{else if $fullorderamz['qm'] == 1}需要{/if}{else}{if $fullorderamz['qm'] == 0}默认{else if $fullorderamz['qm'] == 1}成人签名{else if $fullorderamz['qm'] == 2}必须签名但可代签{/if}{/if}</b>
+<b>{if $fullorderamz['express'] != 24 && $fullorderamz['express'] != 31}{if $fullorderamz['qm'] == 0}不需要{else if $fullorderamz['qm'] == 1}需要{/if}{else}{if $fullorderamz['qm'] == 0}默认{else if $fullorderamz['qm'] == 1}{if $fullorderamz['express'] == 2}签名{else}成人签名{/if}{else if $fullorderamz['qm'] == 2}必须签名但可代签{/if}{/if}</b>
 {/if}
 </li>