GP12触摸屏缺陷项点击
This commit is contained in:
@@ -36,5 +36,42 @@ namespace ZR.Service.Business.IBusinessService
|
||||
/// <param name="type">解析方法</param>
|
||||
/// <returns></returns>
|
||||
QcGp12LabelAnalysisDto AnalyzeLabelToDto(string label,int type);
|
||||
|
||||
/// <summary>
|
||||
/// 开始工单(标签重复则开启旧工单)
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
QcGp12ServiceWorkorder StartGP12WorkOrder(QcGp12WorkorderDetailDto data);
|
||||
|
||||
/// <summary>
|
||||
/// 工单缺陷项修改
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
QcGp12ServiceWorkorder ChangeWorkOrderDefect(QcGp12WorkorderDefectDto data);
|
||||
|
||||
/// <summary>
|
||||
/// 触摸屏工单缺陷项获取
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
List<QcGp12RecordWorkorderDefect> GetWorkOrderDefectList(string workorder);
|
||||
|
||||
/// <summary>
|
||||
/// 触摸屏扫内标签零件
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
string ScanInnerLabel(QcGp12LabelScanDto data);
|
||||
|
||||
/// <summary>
|
||||
/// 结束工单并生成质量报表
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
string EndGP12WorkOrderAndCreateStatistics(string workorder);
|
||||
|
||||
/// <summary>
|
||||
/// 更新工单相关信息
|
||||
/// </summary>
|
||||
/// <param name="workorder"></param>
|
||||
/// <returns></returns>
|
||||
public QcGp12ServiceWorkorder UpdateWorkOrderDetail(string workorder);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user