1.质检不合格,选择时间区间;2.生产入库记录增加工单类型及物料的查询条件;3.产成品入库同步BIP成功后,相关信息记录到生产入库记录
This commit is contained in:
@@ -10,6 +10,10 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
public string workstation_id { get; set; }
|
||||
public string workline_id { get; set; }
|
||||
public string act_start_date { get; set; }
|
||||
/// <summary>
|
||||
/// 创建时间(入库时间)
|
||||
/// </summary>
|
||||
public string create_time { get; set; }
|
||||
public List<PrdInstockRecordUpListChildOutPut> tablefield102 { get; set; } = new List<PrdInstockRecordUpListChildOutPut>();
|
||||
}
|
||||
|
||||
@@ -39,5 +43,10 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
/// 条码编号
|
||||
/// </summary>
|
||||
public string barcode { get; set; } = string.Empty;
|
||||
/// <summary>
|
||||
/// 物料规格型号
|
||||
/// </summary>
|
||||
public string material_standard { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user