现场问题处理,电梯逻辑处理
This commit is contained in:
@@ -5,6 +5,7 @@ using JNPF.Common.Enums;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DynamicApiController;
|
||||
using JNPF.FriendlyException;
|
||||
using JNPF.Systems.Entitys.Permission;
|
||||
using JNPF.Systems.Entitys.System;
|
||||
using JNPF.Systems.Interfaces.System;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
@@ -1218,6 +1219,12 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
wmsRawmatTransferinstockH.outstockorg_id = org_erpExtendField.pk_org_v;
|
||||
wmsRawmatTransferinstockH.outstockorg_code = org_erpExtendField.pk_org;
|
||||
|
||||
var OrganizeEntity = await db.Queryable<OrganizeEntity>().Where(a => a.Id == org_erpExtendField.table_id).FirstAsync();
|
||||
if (OrganizeEntity != null)
|
||||
{
|
||||
wmsRawmatTransferinstockH.outstockorg_name = OrganizeEntity.FullName;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user