diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp index e5c03dc4c..7ac496f5c 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp @@ -185,11 +185,17 @@ setItemRequired(0,"FRAME_NUMBER",true); setItemRequired(0,"CAR_COLOUR",true); setItemRequired(0,"ENGINE_NUMBER",true); - setItemReadOnly(0,0,"MEMO",false); - - document.getElementById('BRAND').nextSibling.remove(); - document.getElementById('CAR_SERIES').nextSibling.remove(); - document.getElementById('MODEL').nextSibling.remove(); + setItemReadOnly(0,0,"MEMO",false); + setItemReadOnly(0,0,"DEVICE_TYPE",true); + setItemReadOnly(0,0,"gears",true); + setItemReadOnly(0,0,"DISPLACEMENT",true); + setItemReadOnly(0,0,"DRIVE_TYPE",true); + $("#BRAND ~ a").remove(); + $("#CAR_SERIES ~ a").remove(); + $("#MODEL ~ a").remove(); +// document.getElementById('BRAND').nextSibling.remove(); +// document.getElementById('CAR_SERIES').nextSibling.remove(); +// document.getElementById('MODEL').nextSibling.remove(); //第一车贷产品其他配置说明为必填 <%-- if("DYCD"=="<%=operationType%>"){