diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp index 627c52731..c4b6e15f6 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp @@ -196,7 +196,7 @@ $("#ZONE").attr("ReadOnly","true"); } if("合同制作流程"=="<%=flowName%>"||"合同变更流程"=="<%=flowName%>"){ - alert(111); + setItemRequired(0,"FRAME_NUMBER",true); setItemRequired(0,"CAR_COLOUR",true); setItemRequired(0,"ENGINE_NUMBER",true); @@ -212,7 +212,6 @@ setItemReadOnly(0,0,"MANUFACTURER_NAME",true); setItemReadOnly(0,0,"LICENSE_PLATE_NUMBER",true); setItemReadOnly(0,0,"EXPIRYDATE",true); - alert("car_use_type=" + getItemValue(0,0,"CAR_USE_TYPE")); setItemReadOnly(0,0,"CAR_USE_TYPE",true); $("#BRAND ~ a").remove(); $("#CAR_SERIES ~ a").remove();