lvhao 2 дней назад
Родитель
Сommit
aee8407047
1 измененных файлов с 3 добавлено и 3 удалено
  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']);