|
|
@@ -43,6 +43,7 @@ namespace MySystem
|
|
|
while (DoCount < list.Rows.Count)
|
|
|
{
|
|
|
WebCMSEntities db = new WebCMSEntities();
|
|
|
+ //机具入库
|
|
|
if (_Kind == "1")
|
|
|
{
|
|
|
var tran = db.Database.BeginTransaction();
|
|
|
@@ -233,6 +234,7 @@ namespace MySystem
|
|
|
}
|
|
|
tran.Dispose();
|
|
|
}
|
|
|
+ //仓库调拨
|
|
|
else if (_Kind == "2")
|
|
|
{
|
|
|
Dictionary<string, int> storeData = new Dictionary<string, int>();
|
|
|
@@ -505,6 +507,7 @@ namespace MySystem
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ //仓库发货至创客
|
|
|
else if (_Kind == "3")
|
|
|
{
|
|
|
Dictionary<string, int> storeData = new Dictionary<string, int>();
|