效果图如下:
jsp前台页面:
<table id="datagridTable" class="easyui-datagrid" fitColumns="false" border="true" showFooter="true">
<thead>
<tr>
<th data-options="field:'ck',checkbox:true,width:5">全选</th>
<th
data-options="field:'TRADE_ID',width:180,sortable:false,halign:'center',align:'center'">订单编号</th>
<th
data-options="field:'MAILNO',width:150,sortable:false,halign:'center',align:'center'" >运单号</th>
<th
data-options="field:'TRADE_DEPT_ID',width:100,sortable:false,halign:'center',align:'center'">渠道编码</th>
<th
data-options="field:'DEPART_NAME',width:120,sortable:false,halign:'center',align:'center'">渠道名称</th>
<th
data-options="field:'D_CONTACT',width:100,sortable:false,halign:'center',align:'center'">联系人</th>
<th
data-options="field:'D_MOB