From 188fcdd9fbe87597d5e3ab27bb2d6632f531f510 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 17 Jul 2018 09:42:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E8=87=AA=E7=84=B6=E4=BA=BA=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=EF=BC=8C=E6=9C=AA=E5=A9=9A=E6=97=B6=E5=AD=90=E5=A5=B3=E4=BA=BA?= =?UTF-8?q?=E6=95=B0=E4=B8=BA0=EF=BC=8C=E4=B8=8D=E5=8F=AF=E5=A1=AB?= =?UTF-8?q?=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp index 1f235fcd7..7a10d35f4 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerInfo.jsp @@ -71,7 +71,7 @@ function changeChildrensNumber(){//未婚时隐藏配偶信息页面,清空子女人数 var marriage = getItemValue(0,0,"MARRIAGE"); if("02" == marriage){ - setItemValue(0,0,"childrens_number",""); + setItemValue(0,0,"childrens_number","0"); setItemRequired(0, "childrens_number", false); $("#CHILDRENS_NUMBER").attr("ReadOnly","true"); // hideItem(0,'family');