浏览代码

提交数据

lvhao 3 月之前
父节点
当前提交
9c750b80be
共有 3 个文件被更改,包括 25 次插入4 次删除
  1. 2 0
      core/CoreApp/controllers/Weight.php
  2. 11 2
      template/erp/weight_add.html
  3. 12 2
      template/erp/weight_edit.html

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

@@ -150,6 +150,7 @@ class Weight 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)
@@ -267,6 +268,7 @@ class Weight 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 - 2
template/erp/weight_add.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}
@@ -345,11 +345,20 @@
 </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>

+ 12 - 2
template/erp/weight_edit.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>