|
|
@@ -2529,7 +2529,10 @@ class Fullorderexcel extends Start_Controller {
|
|
|
unset($info_list[$key]['id']);
|
|
|
unset($info_list[$key]['fpdata']);
|
|
|
}
|
|
|
- return [$info_list,$shouldmoney];
|
|
|
+ return [
|
|
|
+ 'info_list'=>$info_list,
|
|
|
+ 'shouldmoney'=>$shouldmoney
|
|
|
+ ];
|
|
|
}
|
|
|
|
|
|
//上传运单
|