其它入库

This commit is contained in:
2024-09-20 11:41:44 +08:00
parent ab4eddc079
commit d043391b6d
2 changed files with 92 additions and 0 deletions

View File

@@ -613,6 +613,8 @@ namespace Tnb.WarehouseMgr
thirdWebapiRecord2.request_data = JsonConvert.SerializeObject(requestData2);
thirdWebapiRecord2.create_time = DateTime.Now;
thirdWebapiRecord2.remark = $"原材料转库单wms_material_transfer:{wmsMaterialTransfer.bill_code}";
await _db.Insertable(thirdWebapiRecord2).ExecuteCommandAsync();
}
break;
}