From ac2ea5a96b01aa962c8b379aa196ee0683e47e9b Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 20 十二月 2023 13:29:41 +0800
Subject: [PATCH] 销售出库单打印:获取数据

---
 WebTM/views/基础资料/公用基础资料/xmlLBM_Kf_SellOutBillList.aspx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/xmlLBM_Kf_SellOutBillList.aspx" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/xmlLBM_Kf_SellOutBillList.aspx"
index 68354a1..0100118 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/xmlLBM_Kf_SellOutBillList.aspx"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/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>

--
Gitblit v1.9.1