智云SRM-LAYUI(夏宝服务器版本)
王 垚
2021-11-11 6edd76fde241302da5df2d83939a4a41261684c2
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/xmlSRM_Web_BarCodeBillList.aspx
@@ -15,7 +15,8 @@
        //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_SRM_BarCodeBillList where HItemID in(" + Request.Params["linterid"] + ") order by 物料代码");
                //SqlXMLReportData.GenOneRecordset(this, "select * from h_v_SRM_BarCodeBillList where HItemID in(" + Request.Params["linterid"] + ") order by 物料代码");
                SqlXMLReportData.GenOneRecordset(this, "select *,'1' as 单价, 0 as 金额 ,0 as 含税单价 ,GETDATE() as 交货日期 ,'古龙' as 业务员,'' as 让步接收,'' as 表头备注 ,getdate() 预计到货日期,'' as 表体备注 from h_v_SRM_BarCodeBillList    where HItemID in(" + Request.Params["linterid"] + ") order by 物料代码");
    }
</script>
</head>