>();
+ if (ispl)
+ {
+ foreach (var item in ass_AssetsOutItemApplyList)
+ {
+ item.AOINewUsePeople = entity.AOINewUsePeople;
+ item.AOINewRoomId = entity.AOINewRoomId;
+ item.AOINewDepartment = entity.AOINewDepartment;
+ item.AOINewStorageId = entity.AOINewStorageId;
+ }
+ }
ass_AssetsOutApplyIBLL.SaveEntity(keyValue, entity, ass_AssetsOutItemApplyList);
return Success("保存成功!");
}
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormView.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormView.js
index b1f1067b9..a86f109d8 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormView.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/FormView.js
@@ -111,11 +111,17 @@ var bootstrap = function ($, learun) {
// label: '资产型号', name: 'AAIModel', width: 100, align: 'left'
//},
{
- label: '规格型号', name: 'AAISpecification', width: 100, align: 'left'
+ label: '规格型号', name: 'AAIModel', width: 100, align: 'left'
},
{
label: '单位', name: 'AAIUnit', width: 80, align: 'left', formatterAsync: function (callback, value, row, op, $cell) {
-
+ learun.clientdata.getAsync('dataItem', {
+ key: value,
+ code: 'sldw',
+ callback: function (_data) {
+ callback(_data.text);
+ }
+ });
}
},
{
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/AssetsForm.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/AssetsForm.cshtml
index 02dc8e60c..6bac8ffeb 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/AssetsForm.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/AssetsForm.cshtml
@@ -52,7 +52,7 @@
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/AssetsIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/AssetsIndex.js
index 5dc1c07e9..23a9bfd39 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/AssetsIndex.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/AssetsIndex.js
@@ -196,7 +196,7 @@ var bootstrap = function ($, learun) {
// });
// }
//},
- { label: "项目名称", name: "AOProjectName", width: 150, align: "left" },
+ { label: "调拨名称", name: "AOProjectName", width: 150, align: "left" },
{ label: "申请时间", name: "AOCreateTime", width: 150, align: "left" },
{
label: "申请人", name: "AOCreateUserId", width: 100, align: "left",
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/Form.cshtml
index 7fad7456f..fa646dc8f 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/Form.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/Form.cshtml
@@ -36,7 +36,7 @@
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/FormView.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/FormView.cshtml
index 0329844b3..26c8a22cb 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/FormView.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/FormView.cshtml
@@ -28,7 +28,7 @@
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/Index.js
index c1be124c8..01c804d9f 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/Index.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsOutApply/Index.js
@@ -196,7 +196,7 @@ var bootstrap = function ($, learun) {
// });
// }
//},
- { label: "项目名称", name: "AOProjectName", width: 150, align: "left" },
+ { label: "调拨名称", name: "AOProjectName", width: 150, align: "left" },
{ label: "申请时间", name: "AOCreateTime", width: 150, align: "left" },
{
label: "申请人", name: "AOCreateUserId", width: 100, align: "left",
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
index ee26e9677..a8aca62f2 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
@@ -7397,6 +7397,7 @@
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_AssetsOutApply/Ass_AssetsOutApplyService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_AssetsOutApply/Ass_AssetsOutApplyService.cs
index b1514ce82..db8f6018a 100644
--- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_AssetsOutApply/Ass_AssetsOutApplyService.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_AssetsOutApply/Ass_AssetsOutApplyService.cs
@@ -209,14 +209,13 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem
foreach (Ass_AssetsOutItemApplyEntity item in ass_AssetsOutItemApplyList)
{
-
allPrice += item.AOIPrice.ToDecimal();
item.Create();
item.AOId = ass_AssetsOutApplyEntityTmp.AOId;
- item.AOINewUsePeople = entity.AOINewUsePeople;
- item.AOINewRoomId = entity.AOINewRoomId;
- item.AOINewDepartment = entity.AOINewDepartment;
- item.AOINewStorageId = entity.AOINewStorageId;
+ //item.AOINewUsePeople = entity.AOINewUsePeople;
+ //item.AOINewRoomId = entity.AOINewRoomId;
+ //item.AOINewDepartment = entity.AOINewDepartment;
+ //item.AOINewStorageId = entity.AOINewStorageId;
db.Insert(item);
}
entity.AOPrice = allPrice;
@@ -230,10 +229,10 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem
item.Create();
allPrice += item.AOIPrice.ToDecimal();
item.AOId = entity.AOId;
- item.AOINewUsePeople = entity.AOINewUsePeople;
- item.AOINewRoomId = entity.AOINewRoomId;
- item.AOINewDepartment = entity.AOINewDepartment;
- item.AOINewStorageId = entity.AOINewStorageId;
+ //item.AOINewUsePeople = entity.AOINewUsePeople;
+ //item.AOINewRoomId = entity.AOINewRoomId;
+ //item.AOINewDepartment = entity.AOINewDepartment;
+ //item.AOINewStorageId = entity.AOINewStorageId;
db.Insert(item);
}
entity.AOPrice = allPrice;