付款申请(汽车)页面带出问题
This commit is contained in:
parent
3dc51ee0a5
commit
8d0686b2a7
@ -7,6 +7,7 @@
|
||||
*/
|
||||
String ishistory = CurPage.getParameter("IsHistory");
|
||||
String flowunid = CurPage.getParameter("FlowUnid");
|
||||
String contractId = CurPage.getParameter("ContractId");
|
||||
String productid = Sqlca.getString("select PRODUCT_ID from LB_CONTRACT_INFO_TEMP where flowunid = '"+flowunid+"'");
|
||||
String sTempletNo = "LB_CONTRACT_INFO_PAY";//--Ä£°åºÅ--
|
||||
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
||||
@ -16,7 +17,7 @@
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
||||
dwTemp.Style = "2";
|
||||
dwTemp.ReadOnly = "1";
|
||||
dwTemp.genHTMLObjectWindow(CurPage.getParameter("FlowUnid"));
|
||||
dwTemp.genHTMLObjectWindow(contractId);
|
||||
|
||||
String sButtons[][] = {
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user