|
|
@@ -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']);
|