瀏覽代碼

编码修改

zthwr 1 年之前
父節點
當前提交
5222db3085
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      xc/cg/src/client/u8c/ui/mytest/panel/DemandTestUI.java

+ 6 - 6
xc/cg/src/client/u8c/ui/mytest/panel/DemandTestUI.java

@@ -37,7 +37,7 @@ public class DemandTestUI extends FrameUI{
 
 	@Override
 	protected void initButtons() {
-		// 初始化按钮
+		// 鍒濆�鍖栨寜閽�
 		getBtnManager().addButtonByID(AbstractBtnReg.SYSBTN_ADD);
 		getBtnManager().addButtonByID(AbstractBtnReg.SYSBTN_EDIT);
 		getBtnManager().addButtonByID(AbstractBtnReg.SYSBTN_DELETE);
@@ -54,13 +54,13 @@ public class DemandTestUI extends FrameUI{
 //		getBtnManager().addButtonByID(AbstractBtnReg.SYSBTN_EXPORT);
 //		getBtnManager().addButtonByID(AbstractBtnReg.SYSBTN_IMPORT);
 //		getBtnManager().addButtonByID(AbstractBtnReg.USERBTN_ADDPRAYBILL);
-		getBtnManager().addButtonByID(AbstractBtnReg.USERBTN_boExportImport); //导入/导出
+		getBtnManager().addButtonByID(AbstractBtnReg.USERBTN_boExportImport); //瀵煎叆/瀵煎嚭
 		getBtnManager().addChildButtonsByIDs(AbstractBtnReg.USERBTN_boExportImport , 
 				new int []{AbstractBtnReg.SYSBTN_EXPORT,AbstractBtnReg.SYSBTN_IMPORT});
 		getBtnManager().addButtonByID(AbstractBtnReg.USERBTN_ClOSE);
 		getBtnManager().addButtonByID(AbstractBtnReg.USERBTN_PURCHASEREQUISITION);
 
-		// 配置按钮动作类
+		// 閰嶇疆鎸夐挳鍔ㄤ綔绫�
 		getBtnManager().regCmd(AbstractBtnReg.SYSBTN_ADD, new DemandAddAction(this));
 		getBtnManager().regCmd(AbstractBtnReg.SYSBTN_EDIT, new DemandEditAction(this));
 		getBtnManager().regCmd(AbstractBtnReg.SYSBTN_DELETE, new DemandDeleteAction(this));
@@ -81,7 +81,7 @@ public class DemandTestUI extends FrameUI{
 		getBtnManager().regCmd(AbstractBtnReg.USERBTN_PURCHASEREQUISITION, new DemandPurchaseRequisitionAction(this));
 		
 
-		// 按钮排序
+		// 鎸夐挳鎺掑簭
 		getBtnManager().adjustButtonOrder(new int[] {
 				AbstractBtnReg.SYSBTN_ADD,
 				AbstractBtnReg.SYSBTN_EDIT,
@@ -138,12 +138,12 @@ public class DemandTestUI extends FrameUI{
 	
 	@Override
 	public String getQueryNodeKey() { 
-		return "400303";
+		return "40H202";
 	}
 	
 	@Override
 	public String getModuleCode() { 
-		return "400303";
+		return "40H202";
 	}
 	
 	public BillCardPanel getBillCardPanel() {