Quellcode durchsuchen

1 修改了 choice.html 订单|客户下单
2 修改了 whlabel_enteradd和whlabel_enteredit 仓储管理》入库管理》产品入库
3 修改了 whlabel_print 仓储管理》订单管理》标签打印
4 修改了 whlabel_bh_add 和 whlabel_bh_edit 其中编辑还把重量给注释掉了 不知道为啥??
5 修改了 whlabel_print 但是这个的重量就不保存 且大家都说这个不用了
6 修改了 whlabel_usaprint 估计也不用了
7 修改了 whlabelbarcode_add和 whlabelbarcode_edit
8 其中修改了transfer中print方法的 133 要保存weight 和 whlabelbarcode

lvhao vor 4 Monaten
Ursprung
Commit
c1a20d209c

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

@@ -322,6 +322,7 @@ class Transfer extends Start_Controller {
 			if($category == 130 || $category == 133 || $category == 1702)
 			{
 				$list['items'] = $this->input->post('items',true);
+				$list['weight'] = $this->input->post('weight',true);
 			}
 			if($category == 1702)
 			{

+ 4 - 0
core/CoreApp/controllers/Whlabelbarcode.php

@@ -205,6 +205,8 @@ class Whlabelbarcode extends Start_Controller {
 			{
 				$list['package'] = $this->input->post('package',true);
 				$list['unitweight'] = $this->input->post('unitweight',true);
+				//新增了 重量这选项 但是unitweight不知道是干啥的
+				$list['weight'] = $this->input->post('weight',true);
 			}
 			else if($category == 134)
 			{
@@ -315,6 +317,8 @@ class Whlabelbarcode extends Start_Controller {
 			{
 				$list['package'] = $this->input->post('package',true);
 				$list['unitweight'] = $this->input->post('unitweight',true);
+				//新增了 重量这选项 但是unitweight不知道是干啥的
+				$list['weight'] = $this->input->post('weight',true);
 			}
 			else if($category == 134)
 			{

+ 1 - 1
template/erp/choice.html

@@ -386,7 +386,7 @@
 </select>
 </li>
 
-<li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 <option value="">未选择</option>

+ 1 - 1
template/erp/transfer_print.html

@@ -384,7 +384,7 @@
 </select>
 </li>
 
-<li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 <option value="">未选择</option>

+ 1 - 1
template/erp/whlabel_bh_add.html

@@ -384,7 +384,7 @@
 </select>
 </li>
 
-<li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 <option value="">未选择</option>

+ 2 - 2
template/erp/whlabel_bh_edit.html

@@ -159,7 +159,7 @@
 </li>
 
 
-<!-- <li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 {loop typeclass(7) as $val}
@@ -167,7 +167,7 @@
 {/loop}
 </select>
 </li>
--->
+
 
 <li class="4 none">
 <em>Gift类型:</em>

+ 1 - 1
template/erp/whlabel_enteradd.html

@@ -383,7 +383,7 @@
 </select>
 </li>
 
-<li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 <option value="">未选择</option>

+ 1 - 1
template/erp/whlabel_enteredit.html

@@ -384,7 +384,7 @@
 </select>
 </li>
 
-<li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 <option value="">未选择</option>

+ 1 - 1
template/erp/whlabel_print.html

@@ -386,7 +386,7 @@
 </select>
 </li>
 
-<li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 <option value="">未选择</option>

+ 1 - 1
template/erp/whlabel_usaprint.html

@@ -385,7 +385,7 @@
 </select>
 </li>
 
-<li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 <option value="">未选择</option>

+ 1 - 1
template/erp/whlabelbarcode_add.html

@@ -175,7 +175,7 @@
 </select>
 </li>
 
-<li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 {loop typeclass(7) as $val}

+ 1 - 1
template/erp/whlabelbarcode_edit.html

@@ -184,7 +184,7 @@
 </select>
 </li>
 
-<li class="3 none">
+<li class="3 5 none">
 <em>重 量:</em>
 <select name="weight" class="select">
 {loop typeclass(7) as $val}