YL
2021-10-10 8447935844850ed19a2c0e268f5fca58836e751f
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/xmlLBM_MouldProdOutStockBill.aspx
@@ -1,4 +1,4 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="xmlLBM_MouldProdOutStockBill.aspx.cs" Inherits="WebTM.views.基础资料.公用基础资料.xmlLBM_MouldProdInStockBill" %>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="xmlLBM_MouldProdOutStockBill.aspx.cs" Inherits="WebTM.views.基础资料.公用基础资料.xmlLBM_MouldProdOutStockBill" %>
<!DOCTYPE html>
@@ -14,8 +14,8 @@
        //OledbXMLReportData适合于Access等本地数据库,为了演示方便,这里从Grid++Report的Access例子数据库中获取报表数据
        //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_Sc_MouldProdOutHouseBillList where hmainid=" + Request.Params["linterid"]+ " order by hsubid");
        //SqlXMLReportData.GenOneRecordset(this, "select * from h_v_Kf_POStockInBillList_K3 where hmainid=1781");  h_v_Sc_MouldProdOutHouseBillList
        SqlXMLReportData.GenOneRecordset(this, "select * from h_v_Sc_PrintMouldProdOutBillList where hmainid=" + Request.Params["linterid"]+ " order by hmainid");
    }
</script>
</head>