设备管理
This commit is contained in:
@@ -16,7 +16,7 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
/// <summary>
|
||||
/// 任务执行
|
||||
/// </summary>
|
||||
[Verify]
|
||||
[AllowAnonymous]
|
||||
[Route("mes/deviceManagement/DeviceTaskExecute")]
|
||||
public class DeviceTaskExecuteController : BaseController
|
||||
{
|
||||
|
||||
BIN
ZR.Admin.WebApi/wwwroot/2025/1213/683ED166240E0376.doc
Normal file
BIN
ZR.Admin.WebApi/wwwroot/2025/1213/683ED166240E0376.doc
Normal file
Binary file not shown.
BIN
ZR.Admin.WebApi/wwwroot/2025/1213/713970FA2C5FC047.png
Normal file
BIN
ZR.Admin.WebApi/wwwroot/2025/1213/713970FA2C5FC047.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
BIN
ZR.Admin.WebApi/wwwroot/2025/1213/C3C0CAB9E344117A.png
Normal file
BIN
ZR.Admin.WebApi/wwwroot/2025/1213/C3C0CAB9E344117A.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
BIN
ZR.Admin.WebApi/wwwroot/2025/1213/CA0C45FE7B22B855.png
Normal file
BIN
ZR.Admin.WebApi/wwwroot/2025/1213/CA0C45FE7B22B855.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
BIN
ZR.Admin.WebApi/wwwroot/export/任务执行12-13-132951.xlsx
Normal file
BIN
ZR.Admin.WebApi/wwwroot/export/任务执行12-13-132951.xlsx
Normal file
Binary file not shown.
BIN
ZR.Admin.WebApi/wwwroot/export/任务执行12-13-133005.xlsx
Normal file
BIN
ZR.Admin.WebApi/wwwroot/export/任务执行12-13-133005.xlsx
Normal file
Binary file not shown.
@@ -48,7 +48,7 @@ namespace ZR.Model.MES.dev.Dto
|
||||
public class DeviceInspectDto
|
||||
{
|
||||
// [Required(ErrorMessage = "id不能为空")]
|
||||
public int Id { get; set; }
|
||||
public int? Id { get; set; }
|
||||
public string Image { get; set; }
|
||||
|
||||
public int? Type { get; set; }
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace ZR.Service.MES.dev
|
||||
.AndIF(parm.LifeCycleEnd != null, it => it.LifeCycleEnd <= parm.LifeCycleEnd)
|
||||
.AndIF(parm.ExcuteCycleType > 0, it => it.ExcuteCycleType == parm.ExcuteCycleType)
|
||||
.AndIF(parm.InnerType>-1, it => it.InnerType == parm.InnerType)
|
||||
.AndIF(parm.Status != null, it => it.Status == parm.Status);
|
||||
.AndIF((parm.Status != null && parm.Status >= 0), it => it.Status == parm.Status);
|
||||
var response = Queryable()
|
||||
.Where(predicate.ToExpression())
|
||||
.ToPage<DeviceRouteInspectionPlan, DeviceRouteInspectionPlanDto>(parm);
|
||||
|
||||
Reference in New Issue
Block a user