|
@@ -34,16 +34,15 @@
|
|
|
,page: true //开启分页
|
|
|
,cols: [[ //表头
|
|
|
{type:'numbers',title: '序号'}
|
|
|
- ,{field: 'aoiName', title: '订单名称', width:"10%"}
|
|
|
+ ,{field: 'aoiName', title: '订单名称()', width:"10%"}
|
|
|
,{field: 'atfErpDate', title: 'ERP过账日期', width:"10%"}
|
|
|
- ,{field: 'atfTransferredNum', title: '已传输重量', width:"10%"}
|
|
|
- ,{field: 'atfTransferNum', title: '本次传输数量',width:"10%"}
|
|
|
- ,{field: 'atfRemainingtransNum', title: '剩余传输数量',width:"10%"}
|
|
|
+ //,{field: 'atfTransferredNum', title: '已传输重量', width:"10%"}
|
|
|
+ ,{field: 'atfTransferNum', title: '传输数量',width:"10%"}
|
|
|
+ /* ,{field: 'atfRemainingtransNum', title: '剩余传输数量',width:"10%"}
|
|
|
,{field: 'atfPrePrice', title: '预结算单价'}
|
|
|
- ,{field: 'atfPreTotal', title: '本次预结算总价'}
|
|
|
- ,{field: 'atfRealPrice', title: '实际结算单价'}
|
|
|
- ,{field: 'atfRealTotal', title: '本次实际结算总价'}
|
|
|
- ,{field: 'atfRealTotal', title: '本次实际结算总价'}
|
|
|
+ ,{field: 'atfPreTotal', title: '本次预结算总价'} */
|
|
|
+ ,{field: 'atfRealPrice', title: '单价'}
|
|
|
+ ,{field: 'atfRealTotal', title: '总价'}
|
|
|
,{field: 'atfErpNo', title: 'ERP单号'}
|
|
|
]]
|
|
|
,done: function(res, curr, count){
|