소스 검색

提交部分的头套规律

lvhao 3 달 전
부모
커밋
0ac0c70d1e
4개의 변경된 파일574개의 추가작업 그리고 535개의 파일을 삭제
  1. 2 0
      core/CoreApp/controllers/Whlabel.php
  2. 549 531
      template/erp/choice.html
  3. 12 2
      template/erp/whlabel_enteradd.html
  4. 11 2
      template/erp/whlabel_enteredit.html

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

@@ -1774,6 +1774,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) {
@@ -1996,6 +1997,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('wigother2', true);
 				$list['wigother2'] = $this->input->post('wigother2', true);
 			}
 			if ($category == 129) {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 549 - 531
template/erp/choice.html


+ 12 - 2
template/erp/whlabel_enteradd.html

@@ -334,7 +334,7 @@
 </li>
 
 <li class="2 none">
-<em>头套其它:</em>
+<em>分缝及刘海:</em>
 <select name="wigother" class="select">
 <option value="">未选择</option>
 {loop typeclassyc(39) as $val}
@@ -343,11 +343,21 @@
 </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>

+ 11 - 2
template/erp/whlabel_enteredit.html

@@ -335,7 +335,7 @@
 </li>
 
 <li class="2 none">
-<em>头套其它:</em>
+<em>分缝及刘海:</em>
 <select name="wigother" class="select">
 <option value="">未选择</option>
 {loop typeclassyc(39) as $val}
@@ -343,12 +343,21 @@
 {/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>