在easyui网格上没有加载Json数据

时间:2015-07-25 13:23:49

标签: jquery json datagrid jquery-easyui

我正在尝试将json数据加载到easyui datagrid但是所有字段都无法显示。有人帮我解决了这个问题

以下是我的数据网格代码

<table id="dg" title="My Users" class="easyui-datagrid" style="width:700px;height:250px"
        url="./invoice/fetchInvoiceDetail.action"
        toolbar="#toolbar" pagination="true"
        rownumbers="true" fitColumns="true" singleSelect="true">
    <thead>

        <tr>
            <th field="invodQty"  width="50" >Quantity</th>
            <th field="items.unitDesc" width="50">Unit</th>
            <th field="items.invodPrice" width="50">Price</th>
            <th field="items.invodAmount" width="50">Amount</th>
        </tr>
    </thead>
</table>

以下是我的Json回复: -

{“total”:18,“data”:{},“errors”:{“mainError”:“Bad credentials”},“success”:true,“targetUrl”:“/”,“messages” :{“mainMessage”:“登录成功”},“行”:{“items”:[{“accName”:null,“jbrnName”:null,“lpodVat”:“Y” ,“totalItemVat”:1793.10,“unitDesc”:“PEICE”,“invodDescription”:“PACKING TAPE”,“invodId”:7852.00,“invodInvId” :1935.00, “invodQty”:200.00, “invodUnitId”:1.00, “invodPrice”:65.00, “invodAmount”:13000.00, “invodCreatedBy” :8.00, “invodCreatedDate”: “2014年8月15日”, “invodUpdatedBy”:空, “invodUpdatedDate”:空, “invodLpodId”:8589 0.00, “invodPaidAmt”:0.00}]}}

0 个答案:

没有答案