diff --git a/WebContent/Tenwa/Comm/DocList/LbCarLicensePlateInfoTemp.jsp b/WebContent/Tenwa/Comm/DocList/LbCarLicensePlateInfoTemp.jsp index e45037b6f..a319b50a3 100644 --- a/WebContent/Tenwa/Comm/DocList/LbCarLicensePlateInfoTemp.jsp +++ b/WebContent/Tenwa/Comm/DocList/LbCarLicensePlateInfoTemp.jsp @@ -17,9 +17,11 @@ String ContractNumber = CurPage.getParameter("FlowKey"); String framenumber = Sqlca.getString("select FRAME_NUMBER from lb_equipment_car where contract_id ='"+ContractId+"'"); + String license_plate_number = Sqlca.getString("select license_plate_number from lb_equipment_car where contract_id ='"+ContractId+"'"); //System.out.print(framenumber); String sTempletNo = "LbCarLicensePlateInfoTemp";//--Ä£°åºÅ-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); + doTemp.setDefaultValue("plate_number", license_plate_number); //doTemp.setColTips("", "²âÊÔ"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform