|
@@ -16,7 +16,8 @@ public class VoucherListPlugin extends AbstractListPlugin implements Plugin {
|
|
|
super.itemClick(evt);
|
|
|
switch (evt.getItemKey()) {
|
|
|
case "nckd_sap":
|
|
|
- BillList billList = (BillList)this.getView().getControl("billlistap");
|
|
|
+ BillList billList = (BillList)this.getView().getControl("entries");
|
|
|
+ this.getView().showTipNotification("test", 2500);
|
|
|
ListSelectedRowCollection selectedRows = billList.getSelectedRows();
|
|
|
if (selectedRows == null || selectedRows.isEmpty()) {
|
|
|
this.getView().showTipNotification("没选中数据!", 2500);
|