Commit b5937b7f by guanzhenshan

调整表头

parent 9c7e1ba3
......@@ -92,8 +92,8 @@
{ field: 'diff_stock_count', title: '差异-在库数量', width: '130', iscount: true },
{ field: 'diff_onway_amount', title: '差异-在途金额', width: '130', iscount: true },
{ field: 'diff_onway_count', title: '差异-在途数量', width: '130', iscount: true },
{ field: 'amount', title: '总期末金额', width: '130', iscount: true, sortable: true },
{ field: 'count', title: '总期末数量', width: '130', iscount: true, sortable: true }
{ field: 'amount', title: '总金额(期末)', width: '130', iscount: true, sortable: true },
{ field: 'count', title: '总数量(期末)', width: '130', iscount: true, sortable: true }
];
var url = '@Url.Content("~/Reports/Finance/WHPurchaseSellStockJson")' + '?' + $("#toolbar").serialize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment