| | |
| | | /// 备料单号 |
| | | /// </summary> |
| | | [DisplayName("备料单号")] |
| | | public string PREP_NO { get; set; } |
| | | public string ORDER_NO { get; set; } |
| | | /// <summary> |
| | | /// 备料单行号 |
| | | /// </summary> |
| | | [DisplayName("备料单行号")] |
| | | public string PREP_LINE { get; set; } |
| | | public string ORDER_LINE { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | | /// </summary> |
| | |
| | | [DisplayName("替代料,多个用“'”分隔")] |
| | | public string SUBITEM_CODE { get; set; } |
| | | /// <summary> |
| | | /// 单位用量 |
| | | /// 单位 |
| | | /// </summary> |
| | | [DisplayName("单位用量")] |
| | | public double UNIT_QTY { get; set; } |
| | | [DisplayName("单位")] |
| | | public double UNIT { get; set; } |
| | | /// <summary> |
| | | /// 生产计划损耗比例(%) |
| | | /// </summary> |
| | |
| | | [DisplayName("状态(0UnCalc未计算|1FistrLack首套缺料|2SupplyLack补料缺料|3Enough满足需求|4NoCalc不参与备料计算|5Cancel已作废|6Finish备料完成)")] |
| | | public int STATUS { get; set; } |
| | | /// <summary> |
| | | /// 单位用量 |
| | | /// </summary> |
| | | [DisplayName("单位用量")] |
| | | public double QTY_UNIT { get; set; } |
| | | /// <summary> |
| | | /// 需求数量 |
| | | /// </summary> |
| | | [DisplayName("需求数量")] |
| | | public double REQ_QTY { get; set; } |
| | | public double QTY_REQ { get; set; } |
| | | /// <summary> |
| | | /// 已备料数量 |
| | | /// </summary> |
| | | [DisplayName("已备料数量")] |
| | | public double PREP_QTY { get; set; } |
| | | public double QTY_PREP { get; set; } |
| | | /// <summary> |
| | | /// 发出数量 |
| | | /// </summary> |
| | | [DisplayName("发出数量")] |
| | | public double DLVY_QTY { get; set; } |
| | | public double QTY_DLVY { get; set; } |
| | | /// <summary> |
| | | /// 工厂编码 |
| | | /// </summary> |