BUG
This commit is contained in:
@@ -101,6 +101,12 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
//自制的采购入库 不在质检保存里调用erp接口
|
||||
if (string.IsNullOrEmpty(wmsPurchaseH.erp_bill_code))
|
||||
{
|
||||
return "保存成功";
|
||||
}
|
||||
|
||||
List<WmsOutinStockDetail> wmsOutinStockDetails = await _db.Queryable<WmsOutinStockDetail>()
|
||||
.Where(x => x.source_detail_id == wmsPurchaseD.id && x.source_type == WmsWareHouseConst.BIZTYPE_WMSINSTOCK_ID)
|
||||
|
||||
Reference in New Issue
Block a user