1
This commit is contained in:
@@ -24,12 +24,12 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
public class NewMaterialReceiptDInput
|
||||
{
|
||||
public string material_id{get;set;}
|
||||
public decimal num {get;set;}
|
||||
public string batch {get;set;}
|
||||
public decimal codeqty {get;set;}
|
||||
public string code_batch {get;set;}
|
||||
public string unit_id {get;set;}
|
||||
public string barcode {get;set;}
|
||||
public string member_carry_id {get;set;}
|
||||
public string member_carry_code {get;set;}
|
||||
public string member_carryid {get;set;}
|
||||
public string member_carrycode {get;set;}
|
||||
public string supplier_id {get;set;}
|
||||
public DateTime? instock_time {get;set;}
|
||||
public string check_conclusion {get;set;}
|
||||
|
||||
@@ -300,14 +300,14 @@ namespace Tnb.ProductionMgr
|
||||
{
|
||||
material_receipt_id = prdMaterialReceiptH.id,
|
||||
material_id = item.material_id,
|
||||
num = item.num,
|
||||
batch = item.batch,
|
||||
num = item.codeqty,
|
||||
batch = item.code_batch,
|
||||
unit_id = item.unit_id,
|
||||
carry_id = carry.id,
|
||||
barcode = item.barcode,
|
||||
is_all_feeding = 0,
|
||||
member_carry_id = item.member_carry_id,
|
||||
member_carry_code = item.member_carry_code,
|
||||
member_carry_id = item.member_carryid,
|
||||
member_carry_code = item.member_carrycode,
|
||||
feeding_num = 0,
|
||||
supplier_id = item.supplier_id,
|
||||
instock_time = item.instock_time,
|
||||
|
||||
Reference in New Issue
Block a user