fix:催告函批量下载相关需求实现
This commit is contained in:
parent
04f361c45c
commit
ff12c0a56f
@ -22,7 +22,7 @@
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
||||
dwTemp.Style="1"; //--设置为Grid风格--
|
||||
dwTemp.ReadOnly = "1";
|
||||
dwTemp.setPageSize(15);
|
||||
dwTemp.setPageSize(pageSize==null?50:Integer.parseInt(pageSize));
|
||||
dwTemp.MultiSelect = true;
|
||||
dwTemp.genHTMLObjectWindow(userId);
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
||||
dwTemp.Style="1"; //--设置为Grid风格--
|
||||
dwTemp.ReadOnly = "1";
|
||||
dwTemp.setPageSize(15);
|
||||
dwTemp.setPageSize(pageSize==null?50:Integer.parseInt(pageSize));
|
||||
dwTemp.MultiSelect = true;
|
||||
dwTemp.genHTMLObjectWindow(userId);
|
||||
|
||||
|
||||
@ -1,170 +1,170 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jbo>
|
||||
<package name="jbo.app.tenwa.doc" >
|
||||
<class name="LB_DOCCONFIG" label="文件清单配置" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="SERIAL_NUM" label="序号" type="STRING" length="32"/>
|
||||
<attribute name="DOC_NAME" label="名称" type="STRING" length="200"/>
|
||||
<attribute name="ONE_CLASSIFY" label="一级分类" type="STRING" length="100"/>
|
||||
<attribute name="TWO_CLASSIFY" label="二级分类" type="STRING" length="100"/>
|
||||
<attribute name="THREE_CLASSIFY" label="三级分类" type="STRING" length="100"/>
|
||||
<attribute name="FOUR_CLASSIFY" label="四级分类" type="STRING" length="100"/>
|
||||
<attribute name="DOC_TYPE" label="资料类型" type="STRING" length="32"/>
|
||||
<attribute name="DOC_NATURE" label="资料性质" type="STRING" length="32"/>
|
||||
<attribute name="DOC_CLASS_ITEMNO" label="资料分类编号" type="STRING" length="32"/>
|
||||
<attribute name="DOC_RELATION_ID" label="资料关联ID" type="STRING" length="1000"/>
|
||||
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="LB_DOCCONFIG" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_DOCRELATIVE" label="文档关联对象表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="OBJECTTYPE" label="对象类别" type="STRING" length="18" />
|
||||
<attribute name="PROJ_ID" label="项目id" type="STRING" length="32"/>
|
||||
<attribute name="CONTRACT_ID" label="合同id" type="STRING" length="32"/>
|
||||
<attribute name="PLAN_NUMBER" label="方案编号" type="STRING" length="32"/>
|
||||
<attribute name="PLAN_LIST" label="期次" type="STRING" length="32"/>
|
||||
<attribute name="CUST_ID" label="客户id" type="STRING" length="32"/>
|
||||
<attribute name="FLOW_UNID" label="流程号" type="STRING" length="32"/>
|
||||
<attribute name="TEMPLATE_ID" label="合同列表ID" type="STRING" length="32"/>
|
||||
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="LB_DOCRELATIVE" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_DOCLIBRARY" label="资料清单" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="id主键" type="STRING" length="32"/>
|
||||
<attribute name="SERIAL_NUM" label="序号" type="STRING" length="32"/>
|
||||
<attribute name="DOC_NAME" label="资料名称" type="STRING" length="200"/>
|
||||
<attribute name="DOC_NATURE" label="资料性质" type="STRING" length="64"/>
|
||||
<attribute name="REMARK" label="备注" type="STRING" length="200"/>
|
||||
<attribute name="BUSINESS_CHECK" label="业务检查" type="STRING" length="32"/>
|
||||
<attribute name="IS_HANDOVER" label="档案交接" type="STRING" length="32"/>
|
||||
<attribute name="OPERATE_CHECK" label="运营确认" type="STRING" length="32"/>
|
||||
<attribute name="REVIEW_CHECK" label="评审复核" type="STRING" length="32"/>
|
||||
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
||||
<attribute name="DOC_TYPE" label="资料类型" type="STRING" length="32"/>
|
||||
<attribute name="ONE_CLASSIFY" label="一级分类" type="STRING" length="100"/>
|
||||
<attribute name="TWO_CLASSIFY" label="二级分类" type="STRING" length="100"/>
|
||||
<attribute name="THREE_CLASSIFY" label="三级分类" type="STRING" length="100"/>
|
||||
<attribute name="FOUR_CLASSIFY" label="四级分类" type="STRING" length="100"/>
|
||||
<attribute name="DOC_CLASS_ITEMNO" label="资料分类编号" type="STRING" length="32"/>
|
||||
<attribute name="RELATIVE_ID" label="关联ID" type="STRING" length="32"/>
|
||||
<attribute name="CONFIG_ID" label="资料清单配置ID" type="STRING" length="32"/>
|
||||
<attribute name="IS_INIT" label="是否初始化过" type="STRING" length="10"/>
|
||||
<attribute name="IS_FILE_LIST" label="是否文件清单" type="STRING" length="32"/>
|
||||
<attribute name="IS_BORROWING" label="借阅状态" type="STRING" length="32"/>
|
||||
<attribute name="BORROWID" label="借阅单流水号" type="STRING" length="32"/>
|
||||
<attribute name="LIBCOPIES" label="份数" type="STRING" length="10"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="LB_DOCLIBRARY" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_DOCATTRIBUTE" label="文档附件详情" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32" />
|
||||
<attribute name="LIBRARY_ID" label="附件编号" type="STRING" length="32" />
|
||||
<attribute name="FILEPATH" label="文档路径" type="STRING" length="500" />
|
||||
<attribute name="FULLPATH" label="文档全路径" type="STRING" length="600" />
|
||||
<attribute name="FILENAME" label="文件名" type="STRING" length="250" />
|
||||
<attribute name="FILESIZE" label="内容长度" type="STRING" length="32" />
|
||||
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32" />
|
||||
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32" />
|
||||
<attribute name="INPUTTIME" label="上传时间" type="STRING" length="32" />
|
||||
<attribute name="REMARK" label="备注" type="STRING" length="200" />
|
||||
<attribute name="OBJECTTYPE" label="对象类别" type="STRING" length="32" />
|
||||
<attribute name="CONTENT_TYPE" label="文件格式" type="STRING" length="200" />
|
||||
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
||||
<attribute name="DELETEED" label="是否已删除" type="STRING" length="32"/>
|
||||
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="40"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="createKey" value="true" />
|
||||
<property name="table" value="LB_DOCATTRIBUTE" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_DOC_CONTRACT_LIST" label="生成合同列表" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="contract_id" label="合同标识" type="STRING" length="32"/>
|
||||
<attribute name="contract_no" label="业务合同号+后缀" type="STRING" length="250"/>
|
||||
<attribute name="filename" label="文件名" type="STRING" length="250"/>
|
||||
<attribute name="attribute_id" label="附件明细表标识" type="STRING" length="32"/>
|
||||
<attribute name="file_type" label="文件类型" type="STRING" length="32"/>
|
||||
<attribute name="file_flag" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="sign_type" label="签约状态" type="STRING" length="32"/>
|
||||
<attribute name="project_id" label="项目标识" type="STRING" length="32"/>
|
||||
<attribute name="prodect_id" label="产品标识" type="STRING" length="32"/>
|
||||
<attribute name="library_id" label="资料清单标识" type="STRING" length="32"/>
|
||||
<attribute name="doc_name" label="资料名称" type="STRING" length="64"/>
|
||||
<attribute name="document_id" label="契约锁合同文件id" type="STRING" length="32"/>
|
||||
<attribute name="customername" label="客户名称" type="STRING" length="64"/>
|
||||
<attribute name="telephone" label="电话号码" type="STRING" length="32"/>
|
||||
<attribute name="ids" label="客户id/担保人id" type="STRING" length="32"/>
|
||||
<attribute name="filepath" label="文档路径" type="STRING" length="500"/>
|
||||
<attribute name="fullpath" label="文档全路径文件名" type="STRING" length="600"/>
|
||||
<attribute name="inputuserid" label="创建人" type="STRING" length="100"/>
|
||||
<attribute name="inputorgid" label="创建人所属部门" type="STRING" length="100"/>
|
||||
<attribute name="inputtime" label="创建时间" type="STRING" length="100"/>
|
||||
<attribute name="updateuserid" label="修改人" type="STRING" length="100"/>
|
||||
<attribute name="updateorgid" label="修改人所属部门" type="STRING" length="100"/>
|
||||
<attribute name="updatetime" label="修改时间" type="STRING" length="100"/>
|
||||
<attribute name="config_id" label="文件清单配置标识" type="STRING" length="100"/>
|
||||
<attribute name="doc_class_itemno" label="资料分类编号" type="STRING" length="100"/>
|
||||
<attribute name="singcontract_id" label="契约锁合同id" type="STRING" length="64"/>
|
||||
<attribute name="content_type" label="文件格式" type="STRING" length="100"/>
|
||||
<attribute name="flow_unid" label="流程id" type="STRING" length="32"/>
|
||||
<attribute name="process" label="合同制作过程" type="STRING" length="32"/>
|
||||
<attribute name="sendprocess" label="契约锁发送过程" type="STRING" length="32"/>
|
||||
<attribute name="message" label="记录作废1、退回0、记录最后一次错误信息" type="STRING" length="200"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_doc_contract_list" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jbo>
|
||||
<package name="jbo.app.tenwa.doc" >
|
||||
<class name="LB_DOCCONFIG" label="文件清单配置" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="SERIAL_NUM" label="序号" type="STRING" length="32"/>
|
||||
<attribute name="DOC_NAME" label="名称" type="STRING" length="200"/>
|
||||
<attribute name="ONE_CLASSIFY" label="一级分类" type="STRING" length="100"/>
|
||||
<attribute name="TWO_CLASSIFY" label="二级分类" type="STRING" length="100"/>
|
||||
<attribute name="THREE_CLASSIFY" label="三级分类" type="STRING" length="100"/>
|
||||
<attribute name="FOUR_CLASSIFY" label="四级分类" type="STRING" length="100"/>
|
||||
<attribute name="DOC_TYPE" label="资料类型" type="STRING" length="32"/>
|
||||
<attribute name="DOC_NATURE" label="资料性质" type="STRING" length="32"/>
|
||||
<attribute name="DOC_CLASS_ITEMNO" label="资料分类编号" type="STRING" length="32"/>
|
||||
<attribute name="DOC_RELATION_ID" label="资料关联ID" type="STRING" length="1000"/>
|
||||
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="LB_DOCCONFIG" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_DOCRELATIVE" label="文档关联对象表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="OBJECTTYPE" label="对象类别" type="STRING" length="18" />
|
||||
<attribute name="PROJ_ID" label="项目id" type="STRING" length="32"/>
|
||||
<attribute name="CONTRACT_ID" label="合同id" type="STRING" length="32"/>
|
||||
<attribute name="PLAN_NUMBER" label="方案编号" type="STRING" length="32"/>
|
||||
<attribute name="PLAN_LIST" label="期次" type="STRING" length="32"/>
|
||||
<attribute name="CUST_ID" label="客户id" type="STRING" length="32"/>
|
||||
<attribute name="FLOW_UNID" label="流程号" type="STRING" length="32"/>
|
||||
<attribute name="TEMPLATE_ID" label="合同列表ID" type="STRING" length="32"/>
|
||||
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="LB_DOCRELATIVE" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_DOCLIBRARY" label="资料清单" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="id主键" type="STRING" length="32"/>
|
||||
<attribute name="SERIAL_NUM" label="序号" type="STRING" length="32"/>
|
||||
<attribute name="DOC_NAME" label="资料名称" type="STRING" length="200"/>
|
||||
<attribute name="DOC_NATURE" label="资料性质" type="STRING" length="64"/>
|
||||
<attribute name="REMARK" label="备注" type="STRING" length="200"/>
|
||||
<attribute name="BUSINESS_CHECK" label="业务检查" type="STRING" length="32"/>
|
||||
<attribute name="IS_HANDOVER" label="档案交接" type="STRING" length="32"/>
|
||||
<attribute name="OPERATE_CHECK" label="运营确认" type="STRING" length="32"/>
|
||||
<attribute name="REVIEW_CHECK" label="评审复核" type="STRING" length="32"/>
|
||||
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
||||
<attribute name="DOC_TYPE" label="资料类型" type="STRING" length="32"/>
|
||||
<attribute name="ONE_CLASSIFY" label="一级分类" type="STRING" length="100"/>
|
||||
<attribute name="TWO_CLASSIFY" label="二级分类" type="STRING" length="100"/>
|
||||
<attribute name="THREE_CLASSIFY" label="三级分类" type="STRING" length="100"/>
|
||||
<attribute name="FOUR_CLASSIFY" label="四级分类" type="STRING" length="100"/>
|
||||
<attribute name="DOC_CLASS_ITEMNO" label="资料分类编号" type="STRING" length="32"/>
|
||||
<attribute name="RELATIVE_ID" label="关联ID" type="STRING" length="32"/>
|
||||
<attribute name="CONFIG_ID" label="资料清单配置ID" type="STRING" length="32"/>
|
||||
<attribute name="IS_INIT" label="是否初始化过" type="STRING" length="10"/>
|
||||
<attribute name="IS_FILE_LIST" label="是否文件清单" type="STRING" length="32"/>
|
||||
<attribute name="IS_BORROWING" label="借阅状态" type="STRING" length="32"/>
|
||||
<attribute name="BORROWID" label="借阅单流水号" type="STRING" length="32"/>
|
||||
<attribute name="LIBCOPIES" label="份数" type="STRING" length="10"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="LB_DOCLIBRARY" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_DOCATTRIBUTE" label="文档附件详情" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32" />
|
||||
<attribute name="LIBRARY_ID" label="附件编号" type="STRING" length="32" />
|
||||
<attribute name="FILEPATH" label="文档路径" type="STRING" length="500" />
|
||||
<attribute name="FULLPATH" label="文档全路径" type="STRING" length="600" />
|
||||
<attribute name="FILENAME" label="文件名" type="STRING" length="250" />
|
||||
<attribute name="FILESIZE" label="内容长度" type="STRING" length="32" />
|
||||
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32" />
|
||||
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32" />
|
||||
<attribute name="INPUTTIME" label="上传时间" type="STRING" length="32" />
|
||||
<attribute name="REMARK" label="备注" type="STRING" length="200" />
|
||||
<attribute name="OBJECTTYPE" label="对象类别" type="STRING" length="32" />
|
||||
<attribute name="CONTENT_TYPE" label="文件格式" type="STRING" length="200" />
|
||||
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
||||
<attribute name="DELETEED" label="是否已删除" type="STRING" length="32"/>
|
||||
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="40"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="createKey" value="true" />
|
||||
<property name="table" value="LB_DOCATTRIBUTE" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_DOC_CONTRACT_LIST" label="生成合同列表" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="contract_id" label="合同标识" type="STRING" length="32"/>
|
||||
<attribute name="contract_no" label="业务合同号+后缀" type="STRING" length="250"/>
|
||||
<attribute name="filename" label="文件名" type="STRING" length="250"/>
|
||||
<attribute name="attribute_id" label="附件明细表标识" type="STRING" length="32"/>
|
||||
<attribute name="file_type" label="文件类型" type="STRING" length="32"/>
|
||||
<attribute name="file_flag" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="sign_type" label="签约状态" type="STRING" length="32"/>
|
||||
<attribute name="project_id" label="项目标识" type="STRING" length="32"/>
|
||||
<attribute name="prodect_id" label="产品标识" type="STRING" length="32"/>
|
||||
<attribute name="library_id" label="资料清单标识" type="STRING" length="32"/>
|
||||
<attribute name="doc_name" label="资料名称" type="STRING" length="64"/>
|
||||
<attribute name="document_id" label="契约锁合同文件id" type="STRING" length="32"/>
|
||||
<attribute name="customername" label="客户名称" type="STRING" length="64"/>
|
||||
<attribute name="telephone" label="电话号码" type="STRING" length="32"/>
|
||||
<attribute name="ids" label="客户id/担保人id" type="STRING" length="32"/>
|
||||
<attribute name="filepath" label="文档路径" type="STRING" length="500"/>
|
||||
<attribute name="fullpath" label="文档全路径文件名" type="STRING" length="600"/>
|
||||
<attribute name="inputuserid" label="创建人" type="STRING" length="100"/>
|
||||
<attribute name="inputorgid" label="创建人所属部门" type="STRING" length="100"/>
|
||||
<attribute name="inputtime" label="创建时间" type="STRING" length="100"/>
|
||||
<attribute name="updateuserid" label="修改人" type="STRING" length="100"/>
|
||||
<attribute name="updateorgid" label="修改人所属部门" type="STRING" length="100"/>
|
||||
<attribute name="updatetime" label="修改时间" type="STRING" length="100"/>
|
||||
<attribute name="config_id" label="文件清单配置标识" type="STRING" length="100"/>
|
||||
<attribute name="doc_class_itemno" label="资料分类编号" type="STRING" length="100"/>
|
||||
<attribute name="singcontract_id" label="契约锁合同id" type="STRING" length="64"/>
|
||||
<attribute name="content_type" label="文件格式" type="STRING" length="100"/>
|
||||
<attribute name="flow_unid" label="流程id" type="STRING" length="32"/>
|
||||
<attribute name="process" label="合同制作过程" type="STRING" length="32"/>
|
||||
<attribute name="sendprocess" label="契约锁发送过程" type="STRING" length="32"/>
|
||||
<attribute name="message" label="记录作废1、退回0、记录最后一次错误信息" type="STRING" length="200"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_doc_contract_list" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
<class name="LB_ONEDIMENSIONALCODE" label="一维码表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
@ -186,7 +186,7 @@
|
||||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||||
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="40"/>
|
||||
<attribute name="STANDBY" label="备用" type="STRING" length="40"/>
|
||||
<attribute name="STANDBY" label="备用" type="STRING" length="40"/>
|
||||
<attribute name="DESCRIBE" label="描述" type="STRING" length="40"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
@ -195,23 +195,23 @@
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LC_COPYFILE_LOG" label="文件拷贝日志表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="CONTRACT_NO" label="合同编号" type="STRING" length="32"/>
|
||||
<attribute name="BATCH_NO" label="批次号" type="STRING" length="32"/>
|
||||
<attribute name="COPY_TYPE" label="拷贝类型" type="STRING" length="32"/>
|
||||
<attribute name="INPUTUSERID" label="上传人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTTIME" label="上传时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lc_copyfile_log" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LC_COPYFILE_LOG" label="文件拷贝日志表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="CONTRACT_NO" label="合同编号" type="STRING" length="32"/>
|
||||
<attribute name="BATCH_NO" label="批次号" type="STRING" length="32"/>
|
||||
<attribute name="COPY_TYPE" label="拷贝类型" type="STRING" length="32"/>
|
||||
<attribute name="INPUTUSERID" label="上传人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTTIME" label="上传时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lc_copyfile_log" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="LB_FILE_MAILARCHIVING_INFO" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
@ -223,8 +223,8 @@
|
||||
<attribute name="ARCHIVING_CABINET_NO" label="档案柜号" type="STRING" length="32"/>
|
||||
<attribute name="ALLSTATUS" label="总邮寄状态" type="STRING" length="32"/>
|
||||
<attribute name="ALLHANDOVERSTATUS" label="总接收状态" type="STRING" length="32"/>
|
||||
<attribute name="EXPCOMPANY" label="快递公司" type="STRING" length="32"/>
|
||||
<attribute name="EXPNUMBER" label="快递单号" type="STRING" length="100"/>
|
||||
<attribute name="EXPCOMPANY" label="快递公司" type="STRING" length="32"/>
|
||||
<attribute name="EXPNUMBER" label="快递单号" type="STRING" length="100"/>
|
||||
<attribute name="DEMO" label="备注" type="STRING" length="1000"/>
|
||||
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
||||
@ -233,11 +233,11 @@
|
||||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||||
<attribute name="FILE_NUMBER" label="档案编号" type="STRING" length="32"/>
|
||||
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
|
||||
<attribute name="opinion_comments" label="意见解释" type="STRING" length="255"/>
|
||||
<attribute name="EXPSTRATDATE" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="EXPENDDATE" label="档案收到时间" type="STRING" length="32"/>
|
||||
<attribute name="is_delay" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
|
||||
<attribute name="opinion_comments" label="意见解释" type="STRING" length="255"/>
|
||||
<attribute name="EXPSTRATDATE" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="EXPENDDATE" label="档案收到时间" type="STRING" length="32"/>
|
||||
<attribute name="is_delay" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="delay_date" label="档案收到时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
@ -258,8 +258,8 @@
|
||||
<attribute name="ARCHIVING_CABINET_NO" label="档案柜号" type="STRING" length="32"/>
|
||||
<attribute name="ALLSTATUS" label="总邮寄状态" type="STRING" length="32"/>
|
||||
<attribute name="ALLHANDOVERSTATUS" label="总接收状态" type="STRING" length="32"/>
|
||||
<attribute name="EXPCOMPANY" label="快递公司" type="STRING" length="32"/>
|
||||
<attribute name="EXPNUMBER" label="快递单号" type="STRING" length="100"/>
|
||||
<attribute name="EXPCOMPANY" label="快递公司" type="STRING" length="32"/>
|
||||
<attribute name="EXPNUMBER" label="快递单号" type="STRING" length="100"/>
|
||||
<attribute name="DEMO" label="备注" type="STRING" length="1000"/>
|
||||
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
||||
@ -268,12 +268,12 @@
|
||||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||||
<attribute name="FILE_NUMBER" label="档案编号" type="STRING" length="32"/>
|
||||
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
|
||||
<attribute name="IS_FLOWING" label="是否在流程中" type="STRING" length="32"/>
|
||||
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
|
||||
<attribute name="IS_FLOWING" label="是否在流程中" type="STRING" length="32"/>
|
||||
<attribute name="opinion_comments" label="意见解释" type="STRING" length="255"/>
|
||||
<attribute name="EXPSTRATDATE" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="EXPENDDATE" label="档案收到时间" type="STRING" length="32"/>
|
||||
<attribute name="is_delay" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="EXPSTRATDATE" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="EXPENDDATE" label="档案收到时间" type="STRING" length="32"/>
|
||||
<attribute name="is_delay" label="档案邮寄时间" type="STRING" length="32"/>
|
||||
<attribute name="delay_date" label="档案收到时间" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
@ -381,5 +381,19 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
<class name="REMINDER_LETTER" label="" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||||
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="64"/>
|
||||
<attribute name="TYPE" label="类型" type="STRING" length="4"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="reminder_letter" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
@ -82,6 +82,10 @@ public class RentNotinyDeleteAction {
|
||||
DOCRELATIVE=bom.createQuery(" PROJ_ID=:projectId and OBJECTTYPE='ReminderLetter'").setParameter("projectId",projectId).getSingleResult(false);
|
||||
}else if("AttorneyLetter".equals(objecttype)){//´ßÊÕ·þÎñίÍÐÊé
|
||||
DOCRELATIVE=bom.createQuery(" PROJ_ID=:projectId and OBJECTTYPE='AttorneyLetter'").setParameter("projectId",projectId).getSingleResult(false);
|
||||
}else if("IndictmentAcceleration".equals(objecttype)){//起诉状-加速到期
|
||||
DOCRELATIVE=bom.createQuery(" PROJ_ID=:projectId and OBJECTTYPE='IndictmentAcceleration'").setParameter("projectId",projectId).getSingleResult(false);
|
||||
}else if("IndictmentCancelContract".equals(objecttype)){//起诉状-解除合同
|
||||
DOCRELATIVE=bom.createQuery(" PROJ_ID=:projectId and OBJECTTYPE='IndictmentCancelContract'").setParameter("projectId",projectId).getSingleResult(false);
|
||||
}else if("contractInsurance".equals(objecttype)){
|
||||
DOCRELATIVE=bom.createQuery(" PROJ_ID=:projectId and OBJECTTYPE='contractInsurance' and PLAN_NUMBER=:plan_number").setParameter("projectId",projectId).setParameter("plan_number",plan_number).getSingleResult(false);
|
||||
}
|
||||
|
||||
27
src_jbo/jbo/app/tenwa/doc/REMINDER_LETTER.java
Normal file
27
src_jbo/jbo/app/tenwa/doc/REMINDER_LETTER.java
Normal file
@ -0,0 +1,27 @@
|
||||
package jbo.app.tenwa.doc;
|
||||
|
||||
/**
|
||||
* 文档附件详情 - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface REMINDER_LETTER {
|
||||
/**
|
||||
* 文档附件详情<br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.doc.REMINDER_LETTER";
|
||||
/**
|
||||
* 主键 STRING(32)<br>
|
||||
*/
|
||||
public static final String ID = "ID";
|
||||
/**
|
||||
* 附件编号 STRING(32)<br>
|
||||
*/
|
||||
public static final String LIBRARY_ID = "CONTRACT_ID";
|
||||
/**
|
||||
* 文档路径 STRING(500)<br>
|
||||
*/
|
||||
public static final String FILEPATH = "TYPE";
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user