王 垚
2022-04-11 51221210a02be93ab2d0520bf882c85477c50efe
条码打印顺序调整
1个文件已修改
2 ■■■ 已修改文件
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/xmlSRM_Web_PoBarCodeBillList.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/xmlSRM_Web_PoBarCodeBillList.aspx
@@ -16,7 +16,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_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 * from h_v_SRM_BarCodeBillList where HItemID in(" + Request.Params["linterid"] + ") order by 物料编码,内外箱标识,当前托数");
            }
</script>
</head>