소스 검색

增加字段

9060 4 달 전
부모
커밋
6a76fd876d

+ 24 - 0
src/com/kingdee/eas/custom/esign/AbstractESignGlobalStatusOverviewInfo.java

@@ -131,6 +131,30 @@ public class AbstractESignGlobalStatusOverviewInfo extends com.kingdee.eas.frame
     {
         setString("fileName", item);
     }
+    /**
+     * Object:电子签全域状态总览表's 发起单据idproperty 
+     */
+    public String getEfileId()
+    {
+        return getString("efileId");
+    }
+    public void setEfileId(String item)
+    {
+        setString("efileId", item);
+    }
+    /**
+     * Object:电子签全域状态总览表's 接口名称property 
+     */
+    public com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum getEsignName()
+    {
+        return com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum.getEnum(getString("esignName"));
+    }
+    public void setEsignName(com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum item)
+    {
+		if (item != null) {
+        setString("esignName", item.getValue());
+		}
+    }
     public BOSObjectType getBOSType()
     {
         return new BOSObjectType("BD58B6FF");

+ 49 - 3
src/com/kingdee/eas/custom/esign/client/AbstractESignGlobalStatusOverviewEditUI.java

@@ -63,6 +63,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
     protected com.kingdee.bos.ctrl.swing.KDLabelContainer contrequestParams;
     protected com.kingdee.bos.ctrl.swing.KDLabelContainer contsignFlowId;
     protected com.kingdee.bos.ctrl.swing.KDLabelContainer contfileName;
+    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contefileId;
+    protected com.kingdee.bos.ctrl.swing.KDLabelContainer contesignName;
     protected com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox prmtCreator;
     protected com.kingdee.bos.ctrl.swing.KDDatePicker kDDateCreateTime;
     protected com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox prmtLastUpdateUser;
@@ -83,6 +85,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
     protected com.kingdee.bos.ctrl.swing.KDTextField txtsignFlowId;
     protected com.kingdee.bos.ctrl.swing.KDScrollPane scrollPanefileName;
     protected com.kingdee.bos.ctrl.swing.KDTextArea txtfileName;
+    protected com.kingdee.bos.ctrl.swing.KDTextField txtefileId;
+    protected com.kingdee.bos.ctrl.swing.KDComboBox esignName;
     protected com.kingdee.eas.custom.esign.ESignGlobalStatusOverviewInfo editData = null;
     /**
      * output class constructor
@@ -164,6 +168,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
         this.contrequestParams = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
         this.contsignFlowId = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
         this.contfileName = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
+        this.contefileId = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
+        this.contesignName = new com.kingdee.bos.ctrl.swing.KDLabelContainer();
         this.prmtCreator = new com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox();
         this.kDDateCreateTime = new com.kingdee.bos.ctrl.swing.KDDatePicker();
         this.prmtLastUpdateUser = new com.kingdee.bos.ctrl.extendcontrols.KDBizPromptBox();
@@ -184,6 +190,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
         this.txtsignFlowId = new com.kingdee.bos.ctrl.swing.KDTextField();
         this.scrollPanefileName = new com.kingdee.bos.ctrl.swing.KDScrollPane();
         this.txtfileName = new com.kingdee.bos.ctrl.swing.KDTextArea();
+        this.txtefileId = new com.kingdee.bos.ctrl.swing.KDTextField();
+        this.esignName = new com.kingdee.bos.ctrl.swing.KDComboBox();
         this.contCreator.setName("contCreator");
         this.contCreateTime.setName("contCreateTime");
         this.contLastUpdateUser.setName("contLastUpdateUser");
@@ -201,6 +209,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
         this.contrequestParams.setName("contrequestParams");
         this.contsignFlowId.setName("contsignFlowId");
         this.contfileName.setName("contfileName");
+        this.contefileId.setName("contefileId");
+        this.contesignName.setName("contesignName");
         this.prmtCreator.setName("prmtCreator");
         this.kDDateCreateTime.setName("kDDateCreateTime");
         this.prmtLastUpdateUser.setName("prmtLastUpdateUser");
@@ -221,6 +231,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
         this.txtsignFlowId.setName("txtsignFlowId");
         this.scrollPanefileName.setName("scrollPanefileName");
         this.txtfileName.setName("txtfileName");
+        this.txtefileId.setName("txtefileId");
+        this.esignName.setName("esignName");
         // CoreUI		
         this.btnTraceUp.setVisible(false);		
         this.btnTraceDown.setVisible(false);		
@@ -328,6 +340,16 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
         this.contfileName.setBoundLabelLength(100);		
         this.contfileName.setBoundLabelUnderline(true);		
         this.contfileName.setVisible(true);
+        // contefileId		
+        this.contefileId.setBoundLabelText(resHelper.getString("contefileId.boundLabelText"));		
+        this.contefileId.setBoundLabelLength(100);		
+        this.contefileId.setBoundLabelUnderline(true);		
+        this.contefileId.setVisible(true);
+        // contesignName		
+        this.contesignName.setBoundLabelText(resHelper.getString("contesignName.boundLabelText"));		
+        this.contesignName.setBoundLabelLength(100);		
+        this.contesignName.setBoundLabelUnderline(true);		
+        this.contesignName.setVisible(true);
         // prmtCreator		
         this.prmtCreator.setEnabled(false);
         // kDDateCreateTime		
@@ -396,7 +418,16 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
         this.txtfileName.setVisible(true);		
         this.txtfileName.setRequired(false);		
         this.txtfileName.setMaxLength(500);
-        this.setFocusTraversalPolicy(new com.kingdee.bos.ui.UIFocusTraversalPolicy(new java.awt.Component[] {prmtperson,prmtoperator,sendStatus,esignStatus,txtapiNumber,txterrorMsg,txtrequestParams,txtsignFlowId,txtfileName}));
+        // txtefileId		
+        this.txtefileId.setVisible(true);		
+        this.txtefileId.setHorizontalAlignment(2);		
+        this.txtefileId.setMaxLength(200);		
+        this.txtefileId.setRequired(false);
+        // esignName		
+        this.esignName.setVisible(true);		
+        this.esignName.addItems(EnumUtils.getEnumList("com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum").toArray());		
+        this.esignName.setRequired(false);
+        this.setFocusTraversalPolicy(new com.kingdee.bos.ui.UIFocusTraversalPolicy(new java.awt.Component[] {prmtperson,prmtoperator,sendStatus,esignStatus,txtapiNumber,txterrorMsg,txtrequestParams,txtsignFlowId,txtfileName,txtefileId,esignName}));
         this.setFocusCycleRoot(true);
 		//Register control's property binding
 		registerBindings();
@@ -458,6 +489,10 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
         this.add(contsignFlowId, null);
         contfileName.setBounds(new Rectangle(0, 0, 270, 19));
         this.add(contfileName, null);
+        contefileId.setBounds(new Rectangle(0, 0, 270, 19));
+        this.add(contefileId, null);
+        contesignName.setBounds(new Rectangle(0, 0, 270, 19));
+        this.add(contesignName, null);
         //contCreator
         contCreator.setBoundEditor(prmtCreator);
         //contCreateTime
@@ -498,6 +533,10 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
         contfileName.setBoundEditor(scrollPanefileName);
         //scrollPanefileName
         scrollPanefileName.getViewport().add(txtfileName, null);
+        //contefileId
+        contefileId.setBoundEditor(txtefileId);
+        //contesignName
+        contesignName.setBoundEditor(esignName);
 
     }
 
@@ -690,7 +729,9 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
 		dataBinder.registerBinding("errorMsg", String.class, this.txterrorMsg, "text");
 		dataBinder.registerBinding("requestParams", String.class, this.txtrequestParams, "text");
 		dataBinder.registerBinding("signFlowId", String.class, this.txtsignFlowId, "text");
-		dataBinder.registerBinding("fileName", String.class, this.txtfileName, "text");		
+		dataBinder.registerBinding("fileName", String.class, this.txtfileName, "text");
+		dataBinder.registerBinding("efileId", String.class, this.txtefileId, "text");
+		dataBinder.registerBinding("esignName", com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum.class, this.esignName, "selectedItem");		
 	}
 	//Regiester UI State
 	private void registerUIState(){		
@@ -841,7 +882,9 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
 		getValidateHelper().registerBindProperty("errorMsg", ValidateHelper.ON_SAVE);    
 		getValidateHelper().registerBindProperty("requestParams", ValidateHelper.ON_SAVE);    
 		getValidateHelper().registerBindProperty("signFlowId", ValidateHelper.ON_SAVE);    
-		getValidateHelper().registerBindProperty("fileName", ValidateHelper.ON_SAVE);    		
+		getValidateHelper().registerBindProperty("fileName", ValidateHelper.ON_SAVE);    
+		getValidateHelper().registerBindProperty("efileId", ValidateHelper.ON_SAVE);    
+		getValidateHelper().registerBindProperty("esignName", ValidateHelper.ON_SAVE);    		
 	}
 
 
@@ -928,6 +971,8 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
         sic.add(new SelectorItemInfo("requestParams"));
         sic.add(new SelectorItemInfo("signFlowId"));
         sic.add(new SelectorItemInfo("fileName"));
+        sic.add(new SelectorItemInfo("efileId"));
+        sic.add(new SelectorItemInfo("esignName"));
         return sic;
     }        
     	
@@ -1069,6 +1114,7 @@ public abstract class AbstractESignGlobalStatusOverviewEditUI extends com.kingde
     protected void applyDefaultValue(IObjectValue vo) {        
 		vo.put("sendStatus",new Integer(1));
 vo.put("esignStatus",new Integer(0));
+vo.put("esignName","EsignAppId");
         
     }        
 	protected void setFieldsNull(com.kingdee.bos.dao.AbstractObjectValue arg0) {

+ 3 - 0
src/com/kingdee/eas/custom/esign/client/AbstractESignGlobalStatusOverviewEditUI.properties

@@ -18,6 +18,9 @@ conterrorMsg.boundLabelText=\u9519\u8BEF\u4FE1\u606F
 contrequestParams.boundLabelText=API\u8BF7\u6C42\u53C2\u6570
 contsignFlowId.boundLabelText=\u6D41\u7A0B\u7F16\u7801
 contfileName.boundLabelText=\u7B7E\u7F72\u6587\u4EF6\u540D\u79F0
+contefileId.boundLabelText=\u53D1\u8D77\u5355\u636Eid
+contesignName.boundLabelText=\u63A5\u53E3\u540D\u79F0
+esignName.items=[Enum]com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum
 ActionSubmit.SHORT_DESCRIPTION=\u63D0\u4EA4
 ActionSubmit.LONG_DESCRIPTION=\u63D0\u4EA4
 ActionSubmit.NAME=\u63D0\u4EA4

+ 3 - 0
src/com/kingdee/eas/custom/esign/client/AbstractESignGlobalStatusOverviewEditUI_l1.properties

@@ -18,6 +18,9 @@ conterrorMsg.boundLabelText=
 contrequestParams.boundLabelText=
 contsignFlowId.boundLabelText=
 contfileName.boundLabelText=
+contefileId.boundLabelText=
+contesignName.boundLabelText=
+esignName.items=
 ActionSubmit.SHORT_DESCRIPTION=
 ActionSubmit.LONG_DESCRIPTION=
 ActionSubmit.NAME=

+ 3 - 0
src/com/kingdee/eas/custom/esign/client/AbstractESignGlobalStatusOverviewEditUI_l2.properties

@@ -18,6 +18,9 @@ conterrorMsg.boundLabelText=\u9519\u8BEF\u4FE1\u606F
 contrequestParams.boundLabelText=API\u8BF7\u6C42\u53C2\u6570
 contsignFlowId.boundLabelText=\u6D41\u7A0B\u7F16\u7801
 contfileName.boundLabelText=\u7B7E\u7F72\u6587\u4EF6\u540D\u79F0
+contefileId.boundLabelText=\u53D1\u8D77\u5355\u636Eid
+contesignName.boundLabelText=\u63A5\u53E3\u540D\u79F0
+esignName.items=[Enum]com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum
 ActionSubmit.SHORT_DESCRIPTION=\u63D0\u4EA4
 ActionSubmit.LONG_DESCRIPTION=\u63D0\u4EA4
 ActionSubmit.NAME=\u63D0\u4EA4

+ 3 - 0
src/com/kingdee/eas/custom/esign/client/AbstractESignGlobalStatusOverviewEditUI_l3.properties

@@ -18,6 +18,9 @@ conterrorMsg.boundLabelText=\u932F\u8AA4\u4FE1\u606F
 contrequestParams.boundLabelText=API\u8ACB\u6C42\u53C3\u6578
 contsignFlowId.boundLabelText=\u6D41\u7A0B\u7DE8\u78BC
 contfileName.boundLabelText=\u7C3D\u7F72\u6587\u4EF6\u540D\u7A31
+contefileId.boundLabelText=\u767C\u8D77\u55AE\u64DAid
+contesignName.boundLabelText=\u4ECB\u9762\u540D\u7A31
+esignName.items=[Enum]com.kingdee.eas.custom.esign.bizEnum.EsignConfigEnum
 ActionSubmit.SHORT_DESCRIPTION=\u63D0\u4EA4
 ActionSubmit.LONG_DESCRIPTION=\u63D0\u4EA4
 ActionSubmit.NAME=\u63D0\u4EA4

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/com/kingdee/eas/custom/esign/client/AbstractESignGlobalStatusOverviewListUI.java


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/com/kingdee/eas/custom/esign/client/AbstractESignGlobalStatusOverviewListUI.properties


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/com/kingdee/eas/custom/esign/client/AbstractESignGlobalStatusOverviewListUI_l2.properties


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/com/kingdee/eas/custom/esign/client/AbstractESignGlobalStatusOverviewListUI_l3.properties


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.