From 3404b1ebac86ec9675fe5c04700fbaa3932b82f5 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Tue, 5 Sep 2023 15:01:29 +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-=E5=90=88=E5=90=8C=E5=88=B6=E4=BD=9Cbug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();