Browse Source

按钮公共类2

zthwr 1 year ago
parent
commit
08eb7ab37c
1 changed files with 10 additions and 3 deletions
  1. 10 3
      mmpac/mmpac/src/client/nc/ui/hr/frame/button/AbstractBtnReg.java

+ 10 - 3
mmpac/mmpac/src/client/nc/ui/hr/frame/button/AbstractBtnReg.java

@@ -80,6 +80,7 @@ public abstract class AbstractBtnReg
   public static final int USERBTN_ClOSE = 74;
   public static final int USERBTN_PUSHPARYBILL = 75;
   public static final int USERBTN_PUSHTRANSTOR = 76;
+  public static final int USERBTN_PUSHTOCG = 77;
   protected AbstractBtnReg()
   {
     getAllBtnID().add(Integer.valueOf(34));
@@ -163,6 +164,7 @@ public abstract class AbstractBtnReg
     getAllBtnID().add(Integer.valueOf(74));
     getAllBtnID().add(Integer.valueOf(75));
     getAllBtnID().add(Integer.valueOf(76));
+    getAllBtnID().add(Integer.valueOf(77));
   }
 
   public static AbstractBtnReg createInstance()
@@ -563,9 +565,9 @@ public abstract class AbstractBtnReg
         btnVO.setBtnCode("生成出入库页签");
         break;
     case 72:
-        btnVO.setBtnName("生成销售出库");
-        btnVO.setHintStr("生成销售出库");
-        btnVO.setBtnCode("生成销售出库");
+        btnVO.setBtnName("销售出库");
+        btnVO.setHintStr("销售出库");
+        btnVO.setBtnCode("销售出库");
         break;
     case 73:
         btnVO.setBtnName("运算");
@@ -587,6 +589,11 @@ public abstract class AbstractBtnReg
         btnVO.setHintStr("生成转库单");
         btnVO.setBtnCode("生成转库单");
         break;
+    case 77:
+        btnVO.setBtnName("更新采购需求");
+        btnVO.setHintStr("更新采购需求");
+        btnVO.setBtnCode("更新采购需求");
+        break;
     
     case 43:
     case 47: