Przeglądaj źródła

提交权限申请单

heyuan 14 godzin temu
rodzic
commit
041364f8c1

+ 3 - 3
src/com/kingdee/eas/custom/permissioncontrol/AbstractPermApplyBillHisRolePermApplyHiInfo.java

@@ -31,11 +31,11 @@ public class AbstractPermApplyBillHisRolePermApplyHiInfo extends com.kingdee.eas
     /**
      * Object: 历史角色权限申请明细分录 's 角色 property 
      */
-    public com.kingdee.eas.base.ssc.RoleInfo getRole()
+    public com.kingdee.eas.base.permission.RoleInfo getRole()
     {
-        return (com.kingdee.eas.base.ssc.RoleInfo)get("role");
+        return (com.kingdee.eas.base.permission.RoleInfo)get("role");
     }
-    public void setRole(com.kingdee.eas.base.ssc.RoleInfo item)
+    public void setRole(com.kingdee.eas.base.permission.RoleInfo item)
     {
         put("role", item);
     }

+ 3 - 3
src/com/kingdee/eas/custom/permissioncontrol/AbstractPermApplyBillRolePermApplyInfo.java

@@ -31,11 +31,11 @@ public class AbstractPermApplyBillRolePermApplyInfo extends com.kingdee.eas.fram
     /**
      * Object: 角色权限申请明细分录 's 角色 property 
      */
-    public com.kingdee.eas.base.ssc.RoleInfo getRole()
+    public com.kingdee.eas.base.permission.RoleInfo getRole()
     {
-        return (com.kingdee.eas.base.ssc.RoleInfo)get("role");
+        return (com.kingdee.eas.base.permission.RoleInfo)get("role");
     }
-    public void setRole(com.kingdee.eas.base.ssc.RoleInfo item)
+    public void setRole(com.kingdee.eas.base.permission.RoleInfo item)
     {
         put("role", item);
     }

+ 0 - 24
src/com/kingdee/eas/custom/permissioncontrol/client/AbstractPermApplyBillEditUI.java

@@ -286,18 +286,6 @@ public abstract class AbstractPermApplyBillEditUI extends com.kingdee.eas.framew
 
 
         this.kdtRolePermApplys.checkParsed();
-        final KDBizPromptBox kdtRolePermApplys_role_PromptBox = new KDBizPromptBox();
-        kdtRolePermApplys_role_PromptBox.setQueryInfo("com.kingdee.eas.base.ssc.app.RoleQuery");
-        kdtRolePermApplys_role_PromptBox.setVisible(true);
-        kdtRolePermApplys_role_PromptBox.setEditable(true);
-        kdtRolePermApplys_role_PromptBox.setDisplayFormat("$number$");
-        kdtRolePermApplys_role_PromptBox.setEditFormat("$number$");
-        kdtRolePermApplys_role_PromptBox.setCommitFormat("$number$");
-        KDTDefaultCellEditor kdtRolePermApplys_role_CellEditor = new KDTDefaultCellEditor(kdtRolePermApplys_role_PromptBox);
-        this.kdtRolePermApplys.getColumn("role").setEditor(kdtRolePermApplys_role_CellEditor);
-        ObjectValueRender kdtRolePermApplys_role_OVR = new ObjectValueRender();
-        kdtRolePermApplys_role_OVR.setFormat(new BizDataFormat("$name$"));
-        this.kdtRolePermApplys.getColumn("role").setRenderer(kdtRolePermApplys_role_OVR);
         KDFormattedTextField kdtRolePermApplys_permCount_TextField = new KDFormattedTextField();
         kdtRolePermApplys_permCount_TextField.setName("kdtRolePermApplys_permCount_TextField");
         kdtRolePermApplys_permCount_TextField.setVisible(true);
@@ -351,18 +339,6 @@ public abstract class AbstractPermApplyBillEditUI extends com.kingdee.eas.framew
 
 
         this.kdtHisRolePermApplyHis.checkParsed();
-        final KDBizPromptBox kdtHisRolePermApplyHis_role_PromptBox = new KDBizPromptBox();
-        kdtHisRolePermApplyHis_role_PromptBox.setQueryInfo("com.kingdee.eas.base.ssc.app.RoleQuery");
-        kdtHisRolePermApplyHis_role_PromptBox.setVisible(true);
-        kdtHisRolePermApplyHis_role_PromptBox.setEditable(true);
-        kdtHisRolePermApplyHis_role_PromptBox.setDisplayFormat("$number$");
-        kdtHisRolePermApplyHis_role_PromptBox.setEditFormat("$number$");
-        kdtHisRolePermApplyHis_role_PromptBox.setCommitFormat("$number$");
-        KDTDefaultCellEditor kdtHisRolePermApplyHis_role_CellEditor = new KDTDefaultCellEditor(kdtHisRolePermApplyHis_role_PromptBox);
-        this.kdtHisRolePermApplyHis.getColumn("role").setEditor(kdtHisRolePermApplyHis_role_CellEditor);
-        ObjectValueRender kdtHisRolePermApplyHis_role_OVR = new ObjectValueRender();
-        kdtHisRolePermApplyHis_role_OVR.setFormat(new BizDataFormat("$name$"));
-        this.kdtHisRolePermApplyHis.getColumn("role").setRenderer(kdtHisRolePermApplyHis_role_OVR);
         // kdtHisOrgScopeApplyEntry
 		String kdtHisOrgScopeApplyEntryStrXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><DocRoot xmlns:c=\"http://www.kingdee.com/Common\" xmlns:f=\"http://www.kingdee.com/Form\" xmlns:t=\"http://www.kingdee.com/Table\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.kingdee.com/KDF KDFSchema.xsd\" version=\"0.0\"><Styles><c:Style id=\"sCol0\"><c:NumberFormat>&amp;int</c:NumberFormat></c:Style></Styles><Table id=\"KDTable\"><t:Sheet name=\"sheet1\"><t:Table t:selectMode=\"15\" t:mergeMode=\"0\" t:dataRequestMode=\"0\" t:pageRowCount=\"100\"><t:ColumnGroup><t:Column t:key=\"seq\" t:width=\"-1\" t:mergeable=\"true\" t:resizeable=\"true\" t:moveable=\"true\" t:group=\"false\" t:required=\"false\" t:index=\"-1\" t:styleID=\"sCol0\" /><t:Column t:key=\"orgUnit\" t:width=\"-1\" t:mergeable=\"true\" t:resizeable=\"true\" t:moveable=\"true\" t:group=\"false\" t:required=\"false\" t:index=\"-1\" /><t:Column t:key=\"isIncludeSub\" t:width=\"-1\" t:mergeable=\"true\" t:resizeable=\"true\" t:moveable=\"true\" t:group=\"false\" t:required=\"false\" t:index=\"-1\" /></t:ColumnGroup><t:Head><t:Row t:name=\"header\" t:height=\"-1\" t:mergeable=\"true\" t:resizeable=\"true\"><t:Cell>$Resource{seq}</t:Cell><t:Cell>$Resource{orgUnit}</t:Cell><t:Cell>$Resource{isIncludeSub}</t:Cell></t:Row></t:Head></t:Table><t:SheetOptions><t:MergeBlocks><t:Head /></t:MergeBlocks></t:SheetOptions></t:Sheet></Table></DocRoot>";