duhe
2023-12-20 ac2ea5a96b01aa962c8b379aa196ee0683e47e9b
销售出库单打印:获取数据
1个文件已修改
2 ■■■ 已修改文件
WebTM/views/基础资料/公用基础资料/xmlLBM_Kf_SellOutBillList.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>