Zhouzhendong hace 5 años
padre
commit
35c279b3fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/WaybillController.php

+ 1 - 1
app/Http/Controllers/WaybillController.php

@@ -617,7 +617,7 @@ class WaybillController extends Controller
         if (request("checkAllSign")){
             request()->offsetUnset("checkAllSign");
             $waybills = app('waybillService')->get(request()->input());
-        }else $waybills = app('waybillService')->get(["id"=>request("id")]);
+        }else $waybills = app('waybillService')->get(["id"=>request("data")]);
         /** @var Collection $waybills */
         $row = [
             "运单类型", "货主", "上游单号", "wms订单号", "运单号", "运输收费",