物料规格型号改成material_specification字段
This commit is contained in:
@@ -152,7 +152,7 @@ namespace Tnb.ProductionMgr
|
||||
eqp_code = (await db.Queryable<EqpEquipment>().FirstAsync(it => it.id == input.equip_id))?.code!,
|
||||
mold_code = "",
|
||||
item_code = material?.code!,
|
||||
item_standard = material?.material_standard!,
|
||||
item_standard = material?.material_specification!,
|
||||
status = "生产投料",
|
||||
operator_name = _userManager.RealName,
|
||||
create_id = _userManager.UserId,
|
||||
|
||||
Reference in New Issue
Block a user