出库通知修改

master
e 2018-09-18 22:18:59 +08:00
parent 6753f3e80a
commit 12411953d2
2 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@ public class WmOmNoticeHController extends BaseController {
}
Map<String,Object> map1 = new HashMap<String,Object>();
map1.put("omNoticeId", "desc");
map1.put("createDate", "desc");
cq.setOrder(map1);
cq.add();
this.wmOmNoticeHService.getDataGridReturn(cq, true);
@ -370,7 +370,7 @@ public class WmOmNoticeHController extends BaseController {
// map2.put("omSta", "asc");
// cq.setOrder(map2);
Map<String,Object> map1 = new HashMap<String,Object>();
map1.put("omNoticeId", "desc");
map1.put("createDate", "desc");
cq.setOrder(map1);
cq.add();
@ -414,7 +414,7 @@ public class WmOmNoticeHController extends BaseController {
// map2.put("omSta", "asc");
// cq.setOrder(map2);
Map<String,Object> map1 = new HashMap<String,Object>();
map1.put("omNoticeId", "desc");
map1.put("createDate", "desc");
cq.setOrder(map1);
// cq.like("omNoticeId", "CK%");
cq.add();

View File

@ -3,7 +3,7 @@
<t:base type="jquery,easyui,tools,DatePicker,autocomplete"></t:base>
<div class="easyui-layout" fit="true">
<div region="center" style="padding:0px;border:0px">
<t:datagrid name="wmOmNoticeitemList" checkbox="true" pagination="true" fitColumns="true"
<t:datagrid name="wmOmNoticeitemList" checkbox="true" pagination="true" fitColumns="false"
title="出库通知调整" actionUrl="wmOmNoticeHController.do?datagriditem" idField="id" queryMode="group">
<t:dgCol title="主键" field="id" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="创建人" field="createName" queryMode="single" width="80"></t:dgCol>