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