|
|
@@ -316,7 +316,6 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem |
|
|
|
insertassinfoitem.AICodeNumJY = assinfoitem.ACode + "_" + insertassinfoitem.AICodeNum.ToString(); |
|
|
|
insertassinfoitem.AIIStorageId = assitemapp.AAIStorageId; |
|
|
|
insertassinfoitem.AIASSName = assitemapp.AAIName; |
|
|
|
insertassinfoitem.AIIsScrap = false; |
|
|
|
insertassinfoitem.AIIStoragePosition = assitemapp.AAIStoragePosition; |
|
|
|
insertassinfoitem.AIIsInStorage = true; |
|
|
|
insertassinfoitem.AISpecification = assitemapp.AAISpecification; |
|
|
@@ -371,7 +370,6 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem |
|
|
|
if (insertassinfoitem.AIIsInStorage == false) |
|
|
|
{ |
|
|
|
insertassinfoitem.AIIsInStorage = true; |
|
|
|
insertassinfoitem.AIIsScrap = false; |
|
|
|
db.Update(insertassinfoitem); |
|
|
|
} |
|
|
|
} |
|
|
@@ -417,7 +415,6 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem |
|
|
|
insertassinfoitem.AICodeNumJY = insertAss_AssetsInfo.ACode + "_" + insertassinfoitem.AICodeNum.ToString(); |
|
|
|
insertassinfoitem.AIASSName = assitemapp.AAIName; |
|
|
|
insertassinfoitem.AIIStorageId = assitemapp.AAIStorageId; |
|
|
|
insertassinfoitem.AIIsScrap = false; |
|
|
|
insertassinfoitem.AIAssType = assinfoapp.AAAssType; |
|
|
|
insertassinfoitem.AIIStoragePosition = assitemapp.AAIStoragePosition; |
|
|
|
insertassinfoitem.AIIsInStorage = true; |
|
|
@@ -475,7 +472,6 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem |
|
|
|
insertassinfoitem.AICodeNumJY = insertAss_AssetsInfo.ACode + "_" + insertassinfoitem.AICodeNum.ToString(); |
|
|
|
insertassinfoitem.AIASSName = assitemapp.AAIName; |
|
|
|
insertassinfoitem.AIIStorageId = assitemapp.AAIStorageId; |
|
|
|
insertassinfoitem.AIIsScrap = false; |
|
|
|
insertassinfoitem.AIAssType = assinfoapp.AAAssType; |
|
|
|
insertassinfoitem.AIIStoragePosition = assitemapp.AAIStoragePosition; |
|
|
|
insertassinfoitem.AIIsInStorage = true; |
|
|
|