| | |
| | | /// </summary> |
| | | public ShortMessage ShortMsg { get; set; } |
| | | /// <summary> |
| | | /// 当前操作的工单对象 |
| | | /// </summary> |
| | | public BIZ_MES_WO CurWO { get; set; } |
| | | /// <summary> |
| | | /// 当前操作的工单批次对象 |
| | | /// </summary> |
| | | public BIZ_MES_WO_BATCH CurBatch { get; set; } |
| | | /// <summary> |
| | | /// 当前操作的节点名称 |
| | | /// </summary> |
| | | public string NodeName { get; set; } |
| | |
| | | /// 工序信息 |
| | | /// </summary> |
| | | public OperInfo OperInfo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 当前操作的工单对象 |
| | | /// </summary> |
| | | public BIZ_MES_WO CurWO { get; set; } |
| | | /// <summary> |
| | | /// 当前操作的工单批次对象 |
| | | /// </summary> |
| | | public BIZ_MES_WO_BATCH CurBatch { get; set; } |
| | | } |
| | | |
| | | public class DefectOutput |
| | |
| | | public string WorkBatch { get; set; } |
| | | public string RULE_CODE { get; set; } |
| | | public string RULE_NAME { get; set; } |
| | | public string ITEM_CODE { get; set; } |
| | | public string PROD_CODE { get; set; } |
| | | public MES_CUST_SN CustSN { get; set; } |
| | | public WipPkgItem Item { get; set; } |
| | | public bool NeedWeighing { get; set; } = false; |
| | | public bool IsWeighed { get; set; } = false; |
| | | public WeightInfo WeightInfo { get; set; } = new WeightInfo(); |
| | | public bool IsFinished => Item.IsFinished; |
| | | public bool IsReachedEndNode { get; set; } = false; |
| | | } |
| | | |
| | | /// <summary> |