工单排程添加物料检测
This commit is contained in:
@@ -19,7 +19,7 @@ namespace ZR.Service.mes.pro.IService
|
||||
{
|
||||
|
||||
|
||||
public (List<ProWorkorder_v2>, int) GetWorkorderList(int pageNum, int pageSize, int year, int week, int date, int isSchedule);
|
||||
public (List<ProWorkOrder>, int) GetWorkorderList(int pageNum, int pageSize, int year, int week, int date, int isSchedule);
|
||||
public (List<ProWorkorder_v2>, int) GetWorkorderList_Piliang(int pageNum, int pageSize, int year, int week, int date, int isSchedule);
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace ZR.Service.mes.pro.IService
|
||||
public interface IProWorkplanServiceV2
|
||||
{
|
||||
|
||||
public (List<ProWorklplan_v2>, int) GetAllData(int pageNum, int pageSize, int year, int week, string partNumber, string color);
|
||||
public (List<ProWorklplanDto>, int) GetAllData(int pageNum, int pageSize, int year, int week, string partNumber, string color);
|
||||
|
||||
/// <summary>
|
||||
/// 根据计划ID,获取对象
|
||||
@@ -36,6 +36,12 @@ namespace ZR.Service.mes.pro.IService
|
||||
|
||||
public (string,string) ExportExceldata(int year, int week);
|
||||
|
||||
/// <summary>
|
||||
/// 生产计划字段数据检查
|
||||
/// </summary>
|
||||
/// <param name="proWorkplan">计划字段</param>
|
||||
/// <returns>0-正常 1-物料号不存在 2-物料号与描述不匹配</returns>
|
||||
public int CheckWorkPlan(ProWorklplan_v2 proWorkplan);
|
||||
|
||||
public WorkplanSummaryDto GetWeekSummary(int year ,int week);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user