Ver código fonte

修改一下

lvhao 2 dias atrás
pai
commit
aee8407047
1 arquivos alterados com 3 adições e 3 exclusões
  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'];
 				    $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']);
 			$post['jweight'] = $this->weight->get_weightcx($post['fpdata']);