生产工单查询优化
This commit is contained in:
@@ -382,6 +382,16 @@ namespace ZR.Admin.WebApi.Controllers.mes.pro
|
||||
return ToResponse(new ApiResult(200, "success", data));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取1000条工单的状态工单列表
|
||||
/// </summary>
|
||||
[HttpGet("getWorkoderStates")]
|
||||
public ApiResult getWorkoderStates(int pageNum, int pageSize, int year = -1, int week = -1, int date = -1)
|
||||
{
|
||||
ApiResult apiResult = proWorkorderService.getWorkoderStates(pageNum, pageSize, year, week, date, 0);
|
||||
|
||||
return apiResult;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
BIN
ZR.Admin.WebApi/wwwroot/export/2025年51周5日计划-12-18-141250.xlsx
Normal file
BIN
ZR.Admin.WebApi/wwwroot/export/2025年51周5日计划-12-18-141250.xlsx
Normal file
Binary file not shown.
Reference in New Issue
Block a user