|
|
@@ -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订单号", "运单号", "运输收费",
|