风控中台对接-共同申请人担保人信息调整:婚姻状况

This commit is contained in:
zhanglei 2023-08-22 15:09:13 +08:00
parent c56993b7b2
commit 5f4416806c
7 changed files with 21 additions and 3 deletions

View File

@ -67,12 +67,12 @@
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
$(function() {
//去除项目审批信息难看样式
$("#PROJECT_NO").parent().find(".info_span").remove();
$("#PRODUCT_NAME").parent().find(".info_span").remove();
$("#LEAS_FORM").parent().find(".info_span").remove();
$(".info_td_left").css("width","150px");
$(".info_mid_line").css("width","50%");
//去除项目审批信息难看样式
})
function save(){

View File

@ -63,7 +63,7 @@
String compClientID = request.getParameter("CompClientID");
//自然人标识
String person = "person";
dwTemp.replaceColumn("family", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"200px\" frameborder=\"0\" src=\""+sWebRootPath+"/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp?CompClientID="+compClientID+"&customerid="+customerid+"&sPhaseNo="+sPhaseNo+"&IsHistory="+IsHistory+"\"></iframe>", CurPage.getObjectWindowOutput());
dwTemp.replaceColumn("family", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"300px\" frameborder=\"0\" src=\""+sWebRootPath+"/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyTempInfo.jsp?CompClientID="+compClientID+"&customerid="+customerid+"&sPhaseNo="+sPhaseNo+"&IsHistory="+IsHistory+"\"></iframe>", CurPage.getObjectWindowOutput());
String sButtons[][] = {
//{"true","","Button","身份校验","身份校验","identityVerification()","","","","btn_icon_check",""}

View File

@ -2785,6 +2785,7 @@
<attribute name="id_address_id" label="北财-共同申请人户籍地址关联id" type="STRING" length="32"/>
<attribute name="marry_type" label="北财-共同申请人婚姻状况" type="STRING" length="32"/>
<attribute name="residential_status" label="北财-共同申请人居住状况" type="STRING" length="32"/>
<attribute name="childrens_number" label="北财-子女数量" type="STRING" length="32"/>
</attributes>
<manager>

View File

@ -3682,6 +3682,7 @@
<attribute name="is_tail" label="头车字段(是否有挂车)" type="STRING" length="2"/>
<attribute name="uu_id" label="标识" type="STRING" length="32"/>
<attribute name="TERMINATE_TYPE" label="标识租赁物是否结清" type="STRING" length="32"/>
<attribute name="car_use_type" label="北财-车辆用途类型" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -4236,6 +4237,7 @@
<attribute name="id_address_code" label="北财-担保人户籍地址编码" type="STRING" length="32"/>
<attribute name="id_address_id" label="北财-担保人户籍地址关联id" type="STRING" length="32"/>
<attribute name="residential_status" label="北财-担保人居住状况" type="STRING" length="32"/>
<attribute name="childrens_number" label="北财-子女数量" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -13,6 +13,12 @@ public interface LB_EQUIPMENT_CAR_TEMP{
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.app.LB_EQUIPMENT_CAR_TEMP";
/**
*
* 北财-车辆用途类型" STRING(32)<br>
*/
public static final String car_use_type = "car_use_type";
/**
* 标识 STRING(32)<br>
*/

View File

@ -16,6 +16,12 @@ public interface CUSTOMER_FAMILY_TEMP{
// 20230817 北财风控中台对接-共同申请人婚姻状况
/**
* 子女数量 STRING(32)<br>
*/
public static final String childrens_number = "childrens_number";
/**
* 共同申请人婚姻状况 STRING(32)<br>
*/

View File

@ -14,7 +14,10 @@ public interface LB_GUARANTEE_UNIT_TEMP{
*/
public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_TEMP";
// 20230817 北财风控中台对接-担保人新增字段
/**
* 子女数量 STRING(32)<br>
*/
public static final String childrens_number = "childrens_number";
/**
* 担保人居住状况 STRING(32)<br>
*/