|
|
|
|
@ -126,7 +126,7 @@ class OrdersController extends CommonController
|
|
|
|
|
'20' => '进行中',
|
|
|
|
|
'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()
|
|
|
|
|
|