调整优化
This commit is contained in:
@@ -492,7 +492,7 @@ namespace YLErp.Modules.SwapModule
|
||||
};
|
||||
if (string.IsNullOrEmpty(req.sidx))
|
||||
{
|
||||
req.sidx = "SwapTradeNo,FlowEvent.id";
|
||||
req.sidx = "FlowEvent.EventDate,SwapTradeNo";
|
||||
req.sord = "asc";
|
||||
}
|
||||
var retListResult = query.ToSearchList(req);
|
||||
|
||||
Binary file not shown.
@@ -163,7 +163,7 @@ var colModelGrid = [
|
||||
sortable: false
|
||||
}, {
|
||||
name: 'ConfrimNo',
|
||||
label: '合约编号',
|
||||
label: '确认书编号',
|
||||
index: 'ConfrimNo',
|
||||
sortIndex: i++,
|
||||
width: 180,
|
||||
|
||||
Reference in New Issue
Block a user