فهرست منبع

提交特殊库存的头套编码

lvhao 3 ماه پیش
والد
کامیت
fcb7184440
3فایلهای تغییر یافته به همراه24 افزوده شده و 5 حذف شده
  1. 2 0
      core/CoreApp/controllers/Specialstock.php
  2. 11 2
      template/erp/specialstock_enteradd.html
  3. 11 3
      template/erp/specialstock_enteredit.html

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

@@ -1542,6 +1542,7 @@ class Specialstock 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)
@@ -1678,6 +1679,7 @@ class Specialstock 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/specialstock_enteradd.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>

+ 11 - 3
template/erp/specialstock_enteredit.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}
@@ -345,14 +345,22 @@
 
 <li class="2 none">
 <em>头套其它2:</em>
-<select name="wigother2" class="select">
+<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(51) as $val}
+<option value="{$val['id']}">{$val['title']} - {$val['zh']}</option>
+{/loop}
+</select>
+</li>
 <li class="6 none">
 <em>头套类型:</em>
 <select name="synthetictype" class="select">