From caa0da1e8e0b2a428d5afd278e4bb5d2ee678dfe Mon Sep 17 00:00:00 2001 From: zhanglei Date: Fri, 8 Sep 2023 14:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E7=94=B3=E8=AF=B7=E4=BA=BA=E3=80=81=E6=8B=85?= =?UTF-8?q?=E4=BF=9D=E4=BA=BA=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5=20?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=9C=89=E6=9C=AC=E5=9C=B0=E6=88=B7=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp | 2 ++ WebContent/WEB-INF/etc/jbo/jbo_customer.xml | 3 +++ WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 3 +++ src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java | 5 +++++ src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java | 5 ++++- src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java | 5 ++++- src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT.java | 5 ++++- src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_HIS.java | 5 ++++- src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java | 5 ++++- 9 files changed, 33 insertions(+), 5 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp index 5aee30be4..e0e86c818 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp @@ -179,6 +179,7 @@ ,"MAJOR_MONTHLY_INCOME" ,"MONTHLY_EXPENSES" ,"IDEXPIRY_TYPE" + ,"SHUKOU" ]; var arrRequired=["SEX","MARITAL_STATUS","TITLE","WORKADD","WORKCORP","WORKTEL" ,"BIRTHDAY" @@ -195,6 +196,7 @@ ,"MONTHLY_EXPENSES" ,"START_IDEXPIRY" ,"IDEXPIRY_TYPE" + ,"SHUKOU" ]; if(certType=="Ent02"){ showItemRequired(0, "LEGAL_REPRESENTATIVE"); diff --git a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml index ed734070c..fa37f8490 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml @@ -338,6 +338,7 @@ + @@ -487,6 +488,7 @@ + @@ -2556,6 +2558,7 @@ + diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index e0c808b71..5b0cc8fc0 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -4113,6 +4113,7 @@ + @@ -4177,6 +4178,7 @@ + @@ -4241,6 +4243,7 @@ + diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java index 42775fd33..7a5c10f14 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON.java @@ -16,6 +16,11 @@ public interface CUSTOMER_PERSON{ // 20230809 Ʒ̨Խ-ֶ + /** + * start_idexpiry -Ƿбػ STRING(32)
+ */ + public static final String shukou = "shukou"; + /** * start_idexpiry -֤Чͣ1ڣ2 STRING(32)
*/ diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java index b69927592..682b7cd53 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_HIS.java @@ -14,7 +14,10 @@ public interface CUSTOMER_PERSON_HIS{ */ public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON_HIS"; // 20230809 Ʒ̨Խ-ֶ - + /** + * start_idexpiry -Ƿбػ STRING(32)
+ */ + public static final String shukou = "shukou"; /** * start_idexpiry -֤Чͣ1ڣ2 STRING(32)
*/ diff --git a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java index eaa15ba53..859626ce5 100644 --- a/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java +++ b/src_jbo/jbo/app/tenwa/customer/CUSTOMER_PERSON_TEMP.java @@ -13,7 +13,10 @@ public interface CUSTOMER_PERSON_TEMP{ * ӳBizObjectClass */ public static final String CLASS_NAME = "jbo.app.tenwa.customer.CUSTOMER_PERSON_TEMP"; - + /** + * start_idexpiry -Ƿбػ STRING(32)
+ */ + public static final String shukou = "shukou"; // 20230809 Ʒ̨Խ-ֶ /** diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT.java index 71b4916b8..77f2c1328 100644 --- a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT.java +++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT.java @@ -15,7 +15,10 @@ public interface LB_GUARANTEE_UNIT{ public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT"; // 20230817 Ʒ̨Խ-ֶ - + /** + * start_idexpiry -Ƿбػ STRING(32)
+ */ + public static final String shukou = "shukou"; /** * start_idexpiry -֤Чͣ1ڣ2 STRING(32)
*/ diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_HIS.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_HIS.java index 4c751b390..d12b6d51d 100644 --- a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_HIS.java +++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_HIS.java @@ -15,7 +15,10 @@ public interface LB_GUARANTEE_UNIT_HIS{ public static final String CLASS_NAME = "jbo.com.tenwa.lease.comm.LB_GUARANTEE_UNIT_HIS"; // 20230817 Ʒ̨Խ-ֶ - + /** + * start_idexpiry -Ƿбػ STRING(32)
+ */ + public static final String shukou = "shukou"; /** * start_idexpiry -֤Чͣ1ڣ2 STRING(32)
*/ diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java index 791701c39..ea87052a0 100644 --- a/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java +++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_GUARANTEE_UNIT_TEMP.java @@ -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 Ʒ̨Խ-ֶ - + /** + * start_idexpiry -Ƿбػ STRING(32)
+ */ + public static final String shukou = "shukou"; /** * start_idexpiry -֤Чͣ1ڣ2 STRING(32)
*/