zthwr 9 hónapja
szülő
commit
45f50ae9a7

+ 16 - 6
mmpac/mmpac/src/client/u8c/ui/mytest/button/MyBtnStateReg.java

@@ -27,20 +27,20 @@ public class MyBtnStateReg extends ManageBtnStateReg {
         btnStateVO = new ButtonStateVO();
         btnStateVO.setStateID(StateRegister.STATE_LINE_SELECTED);
         btnStateVO.setEnableBtnIDs(new int[]{AbstractBtnReg.SYSBTN_EXAMINE_OPS,AbstractBtnReg.SYSBTN_QUERY, AbstractBtnReg.SYSBTN_ADD, 
-        		AbstractBtnReg.SYSBTN_EDIT, AbstractBtnReg.SYSBTN_DELETE,AbstractBtnReg.SYSBTN_EXAMINE,AbstractBtnReg.SYSBTN_CANCELEXAMINE,AbstractBtnReg.USERBTN_boExportImport,AbstractBtnReg.SYSBTN_IMPORT,
-        		AbstractBtnReg.SYSBTN_EXPORT,AbstractBtnReg.USERBTN_PUSHOTHEROUT,AbstractBtnReg.USERBTN_PUSHOTHERIN,AbstractBtnReg.USERBTN_PRINTBARCODE});
+        		AbstractBtnReg.SYSBTN_EDIT, AbstractBtnReg.SYSBTN_DELETE,AbstractBtnReg.SYSBTN_EXAMINE,AbstractBtnReg.SYSBTN_CANCELEXAMINE,AbstractBtnReg.USERBTN_boExportImport,
+        		AbstractBtnReg.SYSBTN_IMPORT,AbstractBtnReg.SYSBTN_EXPORT,AbstractBtnReg.USERBTN_PUSHOTHEROUT,AbstractBtnReg.USERBTN_PUSHOTHERIN,AbstractBtnReg.USERBTN_PRINTBARCODE});
         btnStateVO.setVisibleBtnIDs(new int[]{});
-        btnStateVO.setInvisiableBtnIDs(new int[]{AbstractBtnReg.USERBTN_ADDPRAYBILL});
+        btnStateVO.setInvisiableBtnIDs(new int[]{AbstractBtnReg.USERBTN_ADDPRAYBILL,AbstractBtnReg.USERBTN_WEIWAI});
         addStateVO(btnStateVO.getStateID(), btnStateVO);
         
         // 浏览--卡片
         btnStateVO = new ButtonStateVO();
         btnStateVO.setStateID(StateRegister.STATE_NOTEDIT);
-        btnStateVO.setEnableBtnIDs(new int[]{AbstractBtnReg.SYSBTN_ADD, AbstractBtnReg.SYSBTN_EDIT, AbstractBtnReg.SYSBTN_DELETE,
+        btnStateVO.setEnableBtnIDs(new int[]{AbstractBtnReg.SYSBTN_ADD,  AbstractBtnReg.SYSBTN_EDIT, AbstractBtnReg.SYSBTN_DELETE,
             AbstractBtnReg.SYSBTN_RETURN,AbstractBtnReg.SYSBTN_EXAMINE,AbstractBtnReg.SYSBTN_CANCELEXAMINE,AbstractBtnReg.SYSBTN_IMPORT,
             AbstractBtnReg.SYSBTN_EXPORT,AbstractBtnReg.USERBTN_PUSHMATERIAL,
             AbstractBtnReg.USERBTN_PUSHPRODUCT,AbstractBtnReg.USERBTN_boExportImport,AbstractBtnReg.USERBTN_ADDPRAYBILL,AbstractBtnReg.USERBTN_PUSHOTHEROUT,AbstractBtnReg.USERBTN_PUSHOTHERIN,
-            AbstractBtnReg.USERBTN_GENOUTIN,AbstractBtnReg.USERBTN_PUSHSALEOUT,AbstractBtnReg.USERBTN_PRINTBARCODE});
+            AbstractBtnReg.USERBTN_GENOUTIN,AbstractBtnReg.USERBTN_PUSHSALEOUT,AbstractBtnReg.USERBTN_WEIWAI,AbstractBtnReg.USERBTN_gcolor,AbstractBtnReg.USERBTN_isweiwai,AbstractBtnReg.USERBTN_Refresh,AbstractBtnReg.USERBTN_PRINTBARCODE});
         btnStateVO.setVisibleBtnIDs(new int[]{AbstractBtnReg.SYSBTN_EXAMINE_OPS,AbstractBtnReg.SYSBTN_QUERY, AbstractBtnReg.SYSBTN_REFRESH});
         addStateVO(btnStateVO.getStateID(), btnStateVO);
         
@@ -52,9 +52,19 @@ public class MyBtnStateReg extends ManageBtnStateReg {
                 AbstractBtnReg.SYSBTN_RETURN,AbstractBtnReg.SYSBTN_EXAMINE,AbstractBtnReg.SYSBTN_CANCELEXAMINE,AbstractBtnReg.SYSBTN_IMPORT,
                 AbstractBtnReg.SYSBTN_EXPORT,AbstractBtnReg.USERBTN_PUSHMATERIAL,
                 AbstractBtnReg.USERBTN_PUSHPRODUCT,AbstractBtnReg.USERBTN_boExportImport,AbstractBtnReg.USERBTN_ADDPRAYBILL,AbstractBtnReg.USERBTN_PUSHOTHEROUT,AbstractBtnReg.USERBTN_PUSHOTHERIN,
-                AbstractBtnReg.USERBTN_GENOUTIN,AbstractBtnReg.USERBTN_PUSHSALEOUT,AbstractBtnReg.USERBTN_PRINTBARCODE});
+                AbstractBtnReg.USERBTN_GENOUTIN,AbstractBtnReg.USERBTN_PUSHSALEOUT,AbstractBtnReg.USERBTN_WEIWAI,AbstractBtnReg.USERBTN_gcolor,AbstractBtnReg.USERBTN_isweiwai,AbstractBtnReg.USERBTN_Refresh,AbstractBtnReg.USERBTN_PRINTBARCODE});
             btnStateVO.setVisibleBtnIDs(new int[]{AbstractBtnReg.SYSBTN_EXAMINE_OPS,AbstractBtnReg.SYSBTN_QUERY, AbstractBtnReg.SYSBTN_REFRESH});
             addStateVO(btnStateVO.getStateID(), btnStateVO);
+            
+
+            
+            
+            
+            
+            
+            
 	}
+	
+
 
 }