沈泽
2021-11-09 8d635118563fa84cecec04171a06d82f28957132
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/xmlLBM_MouldRepairOutStockBill.aspx
@@ -1,4 +1,4 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="xmlLBM_MouldRepairOutStockBill.aspx.cs" Inherits="WebTM.views.基础资料.公用基础资料.xmlLBM_MouldProdInStockBill" %>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="xmlLBM_MouldRepairOutStockBill.aspx.cs" Inherits="WebTM.views.基础资料.公用基础资料.xmlLBM_MouldRepairOutStockBill" %>
<!DOCTYPE html>
@@ -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_Sc_MouldRepairOutBillList where hmainid=" + Request.Params["linterid"]+ " order by hsubid");
        SqlXMLReportData.GenOneRecordset(this, "select MAX(库存组织)库存组织,max(部门)部门,max(单据号)单据号,仓库,max(日期)日期,物料代码,max(物料名称)物料名称,规格型号,sum(实收数量)实收数量,max(计量单位)计量单位,max(子备注)子备注 from h_v_Sc_MouldRepairOutBillList where hmainid=" + Request.Params["linterid"]+ " group by ç‰©æ–™ä»£ç ,规格型号,批次,仓库,子备注 order by å•据号");
    }
</script>
</head>