|
|
@@ -4,6 +4,7 @@ import kd.bos.dataentity.entity.DynamicObject;
|
|
|
import kd.bos.dataentity.entity.DynamicObjectCollection;
|
|
|
import kd.bos.entity.datamodel.ListSelectedRow;
|
|
|
import kd.bos.entity.datamodel.ListSelectedRowCollection;
|
|
|
+import kd.bos.entity.report.ReportQueryParam;
|
|
|
import kd.bos.form.CloseCallBack;
|
|
|
import kd.bos.form.FormShowParameter;
|
|
|
import kd.bos.form.ShowType;
|
|
|
@@ -33,6 +34,7 @@ import java.util.List;
|
|
|
*/
|
|
|
public class UnAnnualAdjustReportFormPlugin extends AbstractReportFormPlugin implements Plugin {
|
|
|
|
|
|
+
|
|
|
@Override
|
|
|
public void registerListener(EventObject e) {
|
|
|
this.addItemClickListeners(FormConstant.TOOLBARAP);
|
|
|
@@ -49,6 +51,12 @@ public class UnAnnualAdjustReportFormPlugin extends AbstractReportFormPlugin imp
|
|
|
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public void beforeQuery(ReportQueryParam queryParam) {
|
|
|
+ ReportList reportList = this.getControl(FormConstant.REPORTLISTAP);
|
|
|
+ reportList.setSelectedAll(true);
|
|
|
+ }
|
|
|
+
|
|
|
@Override
|
|
|
public void itemClick(ItemClickEvent evt) {
|
|
|
String itemKey = evt.getItemKey();
|