|
|
@@ -31004,8 +31004,10 @@ updateuserid=:updateuserid where barcode=:barcode";
|
|
|
IDBTransaction oracleTrConn = ClsDbFactory.CreateDBTransaction(DataBaseType.ORACLE, DataManager.ConnectionString);
|
|
|
string mes = "";
|
|
|
List<DataTable> tables = new List<DataTable>();
|
|
|
+
|
|
|
DataSet ds = new DataSet();
|
|
|
- var dt = SapApi.ZMM_WMS016("1000", null, lgort, out mes);
|
|
|
+ string LGORT = oracleTrConn.GetSqlResultToStr("select DICTIONARYVALUE from TP_MST_DATADICTIONARY where dictionaryid='" + lgort + "'");
|
|
|
+ var dt = SapApi.ZMM_WMS016("1000", null, LGORT, out mes);
|
|
|
DataTable table = new DataTable();
|
|
|
|
|
|
table.Columns.Add("WERKS", typeof(string));
|