This commit is contained in:
2025-04-29 19:37:04 +08:00
parent af5743fb96
commit 196be8875a
5 changed files with 425 additions and 257 deletions

View File

@@ -91,10 +91,8 @@ namespace Pilot_KD_Parino.Sal_Order
tempFid = int.Parse(dt.Select(t => t["FSBILLID"]).FirstOrDefault().ToString());
}
if (tablename.ToUpper() != "T_PUR_POORDERENTRY")
{
throw new KDBusinessException("", "没有上查关联的跨组织的采购订单:" + tablename);
{
throw new KDBusinessException("", "没有上查关联的跨组织的采购订单:" + tablename);
}
int stockId = 0;