|
@@ -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)
|
|
|
{
|