Browse Source

收款处理打开关联收款单

wuxiaobing 2 days ago
parent
commit
8528138f4d

+ 2 - 0
code/wnq/nckd-wnq01-wnq-scm/src/main/java/nckd/poc602/plugin/form/PayBillSubmitFormPlugin.java

@@ -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("未找到关联的收款单");