|
@@ -59,6 +59,7 @@ public class PayBillSubmitFormPlugin extends AbstractBillPlugIn implements Befor
|
|
|
bsp.getOpenStyle().setTargetKey("tabap");
|
|
|
String pageId = this.generatePage4ListOp(this.getView(),skdentity, skdids.toArray()[0]);
|
|
|
bsp.setPageId(pageId);
|
|
|
+ this.getView().showForm(bsp);
|
|
|
}else {
|
|
|
ListFilterParameter lf = new ListFilterParameter();
|
|
|
QFilter lqf = new QFilter("id",QCP.in,skdids);
|
|
@@ -70,6 +71,7 @@ public class PayBillSubmitFormPlugin extends AbstractBillPlugIn implements Befor
|
|
|
bsps.getOpenStyle().setTargetKey("tabap");
|
|
|
String pageId = this.generatePage4ListOp(this.getView(),skdentity, "");
|
|
|
bsps.setPageId(pageId);
|
|
|
+ this.getView().showForm(bsps);
|
|
|
}
|
|
|
}else {
|
|
|
this.getView().showErrorNotification("未找到关联的收款单");
|