| xqd
@@ -37,6 +37,8 @@ class OrderController extends Controller
|
|
|
$search['keyword'] = $request->input('keyword');
|
|
|
$search['status'] = $request->input('status');
|
|
|
$search['expected'] = $request->input('expected');
|
|
|
+ $search['start'] = $request->input('start');
|
|
|
+ $search['end'] = $request->input('end');
|
|
|
$search['storeid'] = $this->getStoreId();
|
|
|
|
|
|
$order = array();
|