master
cody 1 year ago
parent 86110c794d
commit 62b4969fd2

@ -126,7 +126,7 @@ class OrdersController extends CommonController
'20' => '进行中', '20' => '进行中',
'100' => '已完成' '100' => '已完成'
]; ];
return view($this->bladePath . ".index", compact('buildings', 'areas', "status", "data", "project_id", "month", "project", "hushizhang", "yuanfang", "order_status_list")); return view($this->bladePath . ".index", compact('area_id','building_id','buildings', 'areas', "status", "data", "project_id", "month", "project", "hushizhang", "yuanfang", "order_status_list"));
} }
public function _getMonths() public function _getMonths()

Loading…
Cancel
Save