|
|
|
@ -898,7 +898,7 @@ namespace DSWeb.Areas.Account.Controllers
|
|
|
|
|
|
|
|
|
|
DatasetSort _sort = new DatasetSort();
|
|
|
|
|
|
|
|
|
|
var sortstr = @"[{""property"":""INVOICEMAKETIME"",""direction"":""asc""},{""property"":""OPERATETIME"",""direction"":""asc""}]";
|
|
|
|
|
var sortstr = @"[{""property"":""INVOICEMAKETIME"",""direction"":""asc""},{""property"":""INVOICENO"",""direction"":""asc""}]";
|
|
|
|
|
|
|
|
|
|
//if (!string.IsNullOrWhiteSpace(sort))
|
|
|
|
|
//{
|
|
|
|
|