Browse Source

内部应付单def22字段增加超链接

yaoyu 1 month ago
parent
commit
70504889a8

+ 2 - 0
arap/arap/src/client/nc/ui/arap/view/ArapBillCardForm.java

@@ -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)) {

+ 2 - 0
arap/arap/src/client/nc/ui/arap/view/ArapBillListView.java

@@ -130,6 +130,8 @@ public class ArapBillListView extends ShowUpableBillListView {
 		if("Ó¦¸¶µ¥ÐÐ".equals(tableName)) {
 			if(getBillListPanel().getBodyItem("def41") != null){
 				getBillListPanel().getBodyItem("def41").addBillItemHyperlinkListener(new LinkHyperListener(getBillListPanel()));
+			}else if(getBillListPanel().getBodyItem("def22") != null) {
+				getBillListPanel().getBodyItem("def22").addBillItemHyperlinkListener(new LinkHyperListener(this.getBillListPanel()));
 			}
 		}
 		if("Ó¦ÊÕµ¥ÐÐ".equals(tableName)) {