|
@@ -420,6 +420,8 @@ public class ArapBillCardForm extends nc.ui.pubapp.uif2app.view.MutilTransBillFo
|
|
|
if("Ó¦¸¶µ¥ÐÐ".equals(tableName)) {
|
|
|
if(this.getBillCardPanel().getBodyItem("def41") != null){
|
|
|
this.getBillCardPanel().getBodyItem("def41").addBillItemHyperlinkListener(new LinkHyperListener(this.getBillCardPanel()));
|
|
|
+ }else if(this.getBillCardPanel().getBodyItem("def22") != null){
|
|
|
+ this.getBillCardPanel().getBodyItem("def22").addBillItemHyperlinkListener(new LinkHyperListener(this.getBillCardPanel()));
|
|
|
}
|
|
|
}
|
|
|
if("Ó¦ÊÕµ¥ÐÐ".equals(tableName)) {
|