From 4e8915ef71a2271a59ad828dc4baff46af6094c3 Mon Sep 17 00:00:00 2001 From: jianghongdong Date: Thu, 27 Sep 2018 20:58:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=B5=E6=8A=BC=E6=A1=A3=E6=A1=88=E5=BD=92?= =?UTF-8?q?=E6=A1=A3=20=20=E5=B8=A6=E5=87=BA=E8=BD=A6=E7=89=8C=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Comm/DocList/LbCarLicensePlateInfoTemp.jsp | 2 ++ 1 file changed, 2 insertions(+) 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