Bläddra i källkod

修改smt的订单的出库验证

lvhao 11 timmar sedan
förälder
incheckning
d91cb8e722
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      core/CoreApp/controllers/Fullordersmt.php

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

@@ -799,6 +799,7 @@ class Fullordersmt extends Start_Controller {
 		{
 			$id = $this->input->post('id',true);
 			$data = $this->fullordersmt->read($id);
+			$post['library'] = $data['library'];
 			$post['type'] = $this->input->post('warehouse',true);
 			$post['country'] = $this->input->post('country',true);
 			$currency = $this->country->read($post['country']);
@@ -3768,6 +3769,7 @@ class Fullordersmt extends Start_Controller {
 			$post['zsbjz'] = $data['zsbjz'];
 			$post['zzl'] = $data['zzl'];
 			$post['bx'] = $data['bx'];
+			$post['library'] = $data['library'];
 
 			//南非 限制邮箱
 			if($post['country'] == 166){