lvhao 1 kuukausi sitten
vanhempi
commit
aee8407047
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      core/CoreApp/controllers/Fullorder.php

+ 3 - 3
core/CoreApp/controllers/Fullorder.php

@@ -1403,9 +1403,9 @@ class Fullorder extends Start_Controller {
 				    $post['fpdata'] = $kcyz['fpdata'];
 			    }
 			}
-			//$fl = $this->ck->get_fl($warehouse['hz'],$whlabel,$fpdata);
-			//$post['sfxh'] = $fl['sfxh'];
-			//$post['ckfl'] = $fl['ckfl'];
+			$fl = $this->ck->get_fl($warehouse['hz'],$whlabel,$fpdata);
+			$post['sfxh'] = $fl['sfxh'];
+			$post['ckfl'] = $fl['ckfl'];
 			
 			//查询净重开始
 			$post['jweight'] = $this->weight->get_weightcx($post['fpdata']);