소스 검색

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

yaoyu 1 개월 전
부모
커밋
70504889a8
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      arap/arap/src/client/nc/ui/arap/view/ArapBillCardForm.java
  2. 2 0
      arap/arap/src/client/nc/ui/arap/view/ArapBillListView.java

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