检查清单检查类型下拉过滤
This commit is contained in:
parent
ccbf37d26b
commit
8784d17a42
@ -77,8 +77,8 @@ namespace APT.SK.WebApi.Controllers.Api
|
||||
public class CheckListNew
|
||||
{
|
||||
public string MineType { get; set; }
|
||||
public Guid? PRODUCTION_UNIT_ID { get; set; }
|
||||
|
||||
public Guid? PRODUCTION_UNIT_ID { get; set; }
|
||||
public Guid? CHECK_TYPE_ID { get; set; }
|
||||
public string CheckType { get; set; }
|
||||
public string CheckCycle { get; set; }
|
||||
public string CheckLevel { get; set; }
|
||||
@ -2677,6 +2677,7 @@ namespace APT.SK.WebApi.Controllers.Api
|
||||
{
|
||||
CheckListNew listNew = new CheckListNew();
|
||||
listNew.PRODUCTION_UNIT_ID = item.Key.PRODUCTION_UNIT_ID;
|
||||
listNew.CHECK_TYPE_ID = item.Key.CHECK_TYPE_ID;
|
||||
listNew.MineType = item.Key.MINE_NAME;
|
||||
listNew.CheckType = item.Key.TYPE_NAME;
|
||||
listNew.CheckCycle = item.Key.CHECK_CYCLE.GetDescription();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user