Commit aaf5538c by hcy001

1

parent 4edddaec
......@@ -134,8 +134,8 @@ class ApiController extends Controller
}
//导出询价
private function ApiInquiryExport($request){
(new ExportModel())->InquiryExport($request->input(),$this->user_id);
private function ApiInquiryExport($input){
(new ExportModel())->InquiryExport($input,$this->user_id);
}
//生成报价pdf
private function ApiOfferPdf($request){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment