|
|
@@ -575,6 +575,7 @@
|
|
575
|
575
|
$("#workorderlist").bootstrapTable({
|
|
576
|
576
|
method: "get", //使用get请求到服务器获取数据
|
|
577
|
577
|
url: huayi.config.callcenter_url + "WorkOrder/GetList", //获取数据的Servlet地址
|
|
|
578
|
+ contentType: 'application/x-www-form-urlencoded',
|
|
578
|
579
|
striped: true, //表格显示条纹
|
|
579
|
580
|
pagination: true, //启动分页
|
|
580
|
581
|
pageSize: 5, //每页显示的记录数
|
|
|
@@ -630,6 +631,7 @@
|
|
630
|
631
|
$("#workorderlist_").bootstrapTable({
|
|
631
|
632
|
method: "get", //使用get请求到服务器获取数据
|
|
632
|
633
|
url: huayi.config.callcenter_url + "WorkOrder/GetList", //获取数据的Servlet地址
|
|
|
634
|
+ contentType: 'application/x-www-form-urlencoded',
|
|
633
|
635
|
striped: true, //表格显示条纹
|
|
634
|
636
|
pagination: true, //启动分页
|
|
635
|
637
|
pageSize: 5, //每页显示的记录数
|