王 垚
2022-04-20 3539ec908704e7884fcfb882d67579ae35e5a3a8
丸景打印报错
2个文件已修改
6 ■■■■ 已修改文件
WebTM/App_Data/MssqlReportData.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/xmlLBM_MouldScrapOutStockBill.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/App_Data/MssqlReportData.cs
@@ -20,8 +20,8 @@
    //public const string SqlConnStr = "Data Source=.;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//ch测试
    //public const string SqlConnStr = "Data Source=47.96.97.237,15127;Initial Catalog=HX_LMESsys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//YL测试
    //public const string SqlConnStr = "Data Source=47.96.97.237,15127;Initial Catalog=HX_LMESsys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//丸井
    //public const string SqlConnStr = "Data Source=192.168.0.200;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//丸井地址
    public const string SqlConnStr = "Data Source=192.168.0.175;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//雅琪诺测试
    public const string SqlConnStr = "Data Source=192.168.0.200;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//丸井地址
    //public const string SqlConnStr = "Data Source=192.168.0.175;Initial Catalog=HX_LimsSys;Persist Security Info=True;User ID=HX_USER;Password=lc@841022;";//雅琪诺测试
    //public string sServer;
    //public string sDataBase;
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/xmlLBM_MouldScrapOutStockBill.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 MAX(库存组织)库存组织,max(部门名称) éƒ¨é—¨,max(单据号)单据号,仓库名称,max(日期)日期,物料代码,max(物料名称)物料名称,规格型号,sum(实发数量)实发数量,max(计量单位名称)计量单位,子备注,审核人 from h_v_Sc_MouldScrapOutHouseBillList where hmainid=" + Request.Params["linterid"]+ " group by ç‰©æ–™ä»£ç ,规格型号,批次,仓库名称,审核人 order by å•据号");
            SqlXMLReportData.GenOneRecordset(this, "select MAX(库存组织)库存组织,max(部门名称) éƒ¨é—¨,max(单据号)单据号,仓库名称,max(日期)日期,物料代码,max(物料名称)物料名称,规格型号,sum(实发数量)实发数量,max(计量单位名称)计量单位,子备注,审核人 from h_v_Sc_MouldScrapOutHouseBillList where hmainid=" + Request.Params["linterid"] + " group by ç‰©æ–™ä»£ç ,规格型号,批次,仓库名称,子备注,审核人 order by å•据号");
    }
</script>
</head>