Bladeren bron

美仓标签打印

lvhao 3 maanden geleden
bovenliggende
commit
1953a4474a
2 gewijzigde bestanden met toevoegingen van 12 en 3 verwijderingen
  1. 1 0
      core/CoreApp/controllers/Whlabel.php
  2. 11 3
      template/erp/whlabel_usaprint.html

+ 1 - 0
core/CoreApp/controllers/Whlabel.php

@@ -5738,6 +5738,7 @@ class Whlabel extends Start_Controller
 					$list['lacecolor'] = $this->input->post('lacecolor', true);
 					$list['lacetypes'] = $this->input->post('lacetypes', true);
 					$list['wigother'] = $this->input->post('wigother', true);
+					$list['wigother1'] = $this->input->post('wigother1', true);
 					$list['wigother2'] = $this->input->post('wigother2', true);
 				}
 				if ($category == 129) {

+ 11 - 3
template/erp/whlabel_usaprint.html

@@ -336,7 +336,7 @@
 </li>
 
 <li class="2 none">
-<em>头套其它:</em>
+<em>分缝及刘海:</em>
 <select name="wigother" class="select">
 <option value="">未选择</option>
 {loop typeclassyc(39) as $val}
@@ -344,12 +344,20 @@
 {/loop}
 </select>
 </li>
-
+<li class="2 none">
+<em>头套其它1:</em>
+<select name="wigother1" class="select">
+<option value="">未选择</option>
+{loop typeclassyc(50) as $val}
+<option value="{$val['id']}">{$val['title']} - {$val['zh']}</option>
+{/loop}
+</select>
+</li>
 <li class="2 none">
 <em>头套其它2:</em>
 <select name="wigother2" class="select">
 <option value="">未选择</option>
-{loop typeclassyc(50) as $val}
+{loop typeclassyc(51) as $val}
 <option value="{$val['id']}">{$val['title']} - {$val['zh']}</option>
 {/loop}
 </select>