ab88b68e by yangjianbin

init

1 parent 3aa2e1c4
......@@ -81,20 +81,6 @@
</tr>
</thead>
<tbody class="text-c">
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
......@@ -111,7 +97,7 @@
iDisplayLength: 6,
bLengthChange: false,
ajax: {
url: apiBaseUrl + '/order/into/getAllApplyOrder',
url: apiBaseUrl + '/order/getStatus14',
dataFilter: function (json) {
var ret = {}, json = jQuery.parseJSON(json);
ret.data = json.data;
......@@ -131,18 +117,18 @@
}
},
columns: [
{data: "orderId"},//订单编号
{data: "createUser"},//申请人
{data: "orderNo"},//订单编号
{data: "userName"},//申请人
{data: "idCard"},//身份证
{data: "phoneNumber"},//手机号
{data: "createTime"},//进件时间
{data: "createTime"},//网点
{data: "createTime"},//产品名称
{data: "createTime"},//申请金额
{data: "createTime"},//审批金额
{data: "createTime"},//客户经理
{data: "createTime"},//期数
{data: "createTime"},//当月应还
{data: "departmentName"},//网点
{data: "productName"},//产品名称
{data: "applyMoney"},//申请金额
{data: "agreeMoney"},//审批金额
{data: "createUser"},//客户经理
{data: "statusDesc"},//期数
{data: "modifyTime"}//当月应还
]
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!