wuxiaobing 2 days ago
parent
commit
0a8cb563c9

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

@@ -58,6 +58,9 @@ public class PayBillSubmitFormPlugin extends AbstractBillPlugIn implements Befor
         			String pageId = this.generatePage4ListOp(this.getView(),skdentity, skdids.toArray()[0]);
         			bsp.setPageId(pageId);
         			this.getView().showForm(bsp);
+        			this.getView().showMessage(skdids.toString());
+    			}else {
+    				this.getView().showMessage(skdids.toString());
     			}
     		}else {
     			this.getView().showErrorNotification("未找到关联的收款单");