1. 程式人生 > >NC 表單頁獲取 輸入的編碼 非PK值

NC 表單頁獲取 輸入的編碼 非PK值

這裡寫圖片描述
這裡寫圖片描述

如果直接用getEditor()獲取 取到的是PK值

BillItem headItem = this.getEditor().getBillCardPanel().getHeadItem("pk_marbasclass");
        System.out.println(headItem.getValueObject().toString());

獲取頁面輸入的CODE值 即 頁面所見值 非PK

UIRefPane refPane= (UIRefPane)this.getEditor().getBillCardPanel().getHeadItem("pk_marbasclass"
).getComponent(); //獲取介面輸入的值 code 非PK主鍵 System.out.println(refPane.getRefCode());