|
|
@@ -91,6 +91,7 @@ layui.config({
|
|
|
, url: '/Admin/AmountRecordOperate/IndexData' //模拟接口
|
|
|
, cols: [[
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
+ , { field: 'CreateDate', width: 180, title: '交易时间', sort: true }
|
|
|
, { field: 'OpCode', width: 150, title: '运营中心编号', sort: true }
|
|
|
, { field: 'MakerCode', width: 105, title: '创客编号', sort: true }
|
|
|
, { field: 'MakerName', width: 105, title: '创客姓名', sort: true }
|
|
|
@@ -100,7 +101,12 @@ layui.config({
|
|
|
, { field: 'UseAmount', width: 110, title: '交易金额', sort: true }
|
|
|
, { field: 'BeforeAmount', width: 130, title: '交易前总金额', sort: true }
|
|
|
, { field: 'AfterAmount', width: 130, title: '交易后总金额', sort: true }
|
|
|
- , { field: 'CreateDate', width: 180, title: '交易时间', sort: true }
|
|
|
+ , { field: 'UseValidAmount', width: 160, title: '使用关联分仓金额', sort: true }
|
|
|
+ , { field: 'AfterValidAmount', width: 175, title: '交易后关联分仓金额', sort: true }
|
|
|
+ , { field: 'UseTotalAmt', width: 160, title: '使用未使用金额', sort: true }
|
|
|
+ , { field: 'AfterTotalAmt', width: 160, title: '交易后未使用金额', sort: true }
|
|
|
+ , { field: 'UseValidForGetAmount', width: 160, title: '使用可提现金额', sort: true }
|
|
|
+ , { field: 'AfterValidForGetAmount', width: 160, title: '交易后可提现金额', sort: true }
|
|
|
, { field: 'SourceInfo', width: 200, title: '来源创客信息', sort: true }
|
|
|
]]
|
|
|
, where: {
|