| | |
| | | |
| | | //OledbXMLReportData.GenOneRecordset(this, "select * from Customers order by CustomerID"); |
| | | //SqlXMLReportData.GenOneRecordset(this, "select * from h_v_Kf_POStockInBillList_K3 where hmainid=1781"); |
| | | SqlXMLReportData.GenOneRecordset(this, "select * from h_v_Gy_EquipFileMainList where hmainid=" + Request.Params["linterid"]); |
| | | //SqlXMLReportData.GenOneRecordset(this, "select * from h_v_Gy_EquipFileMainList where hmainid=" + Request.Params["linterid"]); |
| | | SqlXMLReportData.GenEntireData(this, "select * from h_v_Gy_EquipFileMainList where hmainid in (" + Request.Params["linterid"] + ") order by 璁惧缂栫爜", "select 1"); |
| | | } |
| | | </script> |
| | | </head> |