1
yxj
2023-12-27 3c1c8a3f7b697de8ea8d3185054a28f15f3c56b2
WebTM/views/基础资料/公用基础资料/xmlLBM_Kf_SellOutBillList.aspx
@@ -15,7 +15,7 @@
        //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_IF_SellOutBillList where hmainid=" + Request.Params["linterid"]);
        SqlXMLReportData.GenOneRecordset(this, "exec h_p_Kf_SellOutBillList_PrintSellOutBill " + Request.Params["linterid"]);
    }
</script>
</head>