Преглед на файлове

资产-使用人员变动记录 需求变更

新疆影视学院高职
ndbs преди 2 години
родител
ревизия
446d8251e0
променени са 3 файла, в които са добавени 7 реда и са изтрити 3 реда
  1. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_UserChangeInfo/Index.js
  2. +3
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_UserChangeInfo/Ass_UserChangeInfoEntity.cs
  3. +3
    -2
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_UserChangeInfo/Ass_UserChangeInfoService.cs

+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_UserChangeInfo/Index.js Целия файл

@@ -103,6 +103,7 @@ var bootstrap = function ($, learun) {
});
}
},
{ label: "资产名称", name: "aiassname", width: 100, align: "left"},
{
label: "使用者", name: "UserID", width: 100, align: "left",
formatterAsync: function (callback, value, row, op, $cell) {


+ 3
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_UserChangeInfo/Ass_UserChangeInfoEntity.cs Целия файл

@@ -11,7 +11,7 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem
/// 日 期:2019-11-14 14:29
/// 描 述:使用人员变动记录
/// </summary>
public class Ass_UserChangeInfoEntity
public class Ass_UserChangeInfoEntity
{
#region 实体成员
/// <summary>
@@ -59,6 +59,8 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem
}
#endregion
#region 扩展字段
[NotMapped]
public string aiassname { get; set; }
#endregion
}
}


+ 3
- 2
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_UserChangeInfo/Ass_UserChangeInfoService.cs Целия файл

@@ -35,9 +35,10 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem
t.AIID,
t.UserID,
t.UCChangeTime,
t.UCEditer
t.UCEditer,
aaii.aiassname
");
strSql.Append(" FROM Ass_UserChangeInfo t ");
strSql.Append(" FROM Ass_UserChangeInfo t left join Ass_AssetsInfoItem aaii on aaii.AIId=t.AIID");
strSql.Append(" WHERE 1=1 ");
var queryParam = queryJson.ToJObject();
// 虚拟参数


Зареждане…
Отказ
Запис