1
This commit is contained in:
@@ -151,7 +151,7 @@ namespace Tnb.WarehouseMgr
|
||||
var materialId = jo.Value<string>(nameof(WmsHandleCode.material_id));
|
||||
WmsHandleCode handleCode = new();
|
||||
handleCode.bill_id = operBillId;
|
||||
handleCode.material_id = jo.Value<string>(nameof(WmsHandleCode.material_id));
|
||||
handleCode.material_id = materialId;
|
||||
handleCode.material_code = jo.Value<string>(nameof(WmsHandleCode.material_code));
|
||||
handleCode.barcode = jo.Value<string>(nameof(WmsHandleCode.barcode));
|
||||
handleCode.code_batch = jo.Value<string>(nameof(WmsHandleCode.code_batch));
|
||||
|
||||
Reference in New Issue
Block a user