111
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user