diff --git a/WebContent/Tenwa/Lease/App/Interface/CarInfo/LbProductSalvageInfo.jsp b/WebContent/Tenwa/Lease/App/Interface/CarInfo/LbProductSalvageInfo.jsp index 6849f8c89..c59ab0265 100644 --- a/WebContent/Tenwa/Lease/App/Interface/CarInfo/LbProductSalvageInfo.jsp +++ b/WebContent/Tenwa/Lease/App/Interface/CarInfo/LbProductSalvageInfo.jsp @@ -86,6 +86,9 @@ } var day = oDate.getDate(); // 获取系统日, + if(day>=1 && day<=9){ + day = ""+0+day; + } var time = ""+year+month+day; time = parseInt(time);