电梯改造

This commit is contained in:
2024-09-04 09:08:50 +08:00
parent df654b1523
commit 6a5580bf3c
4 changed files with 75 additions and 41 deletions

View File

@@ -62,7 +62,6 @@ namespace Tnb.WarehouseMgr
throw new ArgumentNullException(nameof(input));
}
BasLocation endLocation = await _db.Queryable<BasLocation>().Where(r => r.id == input.wmsDistaskH.endlocation_id).FirstAsync();
// 生产入库(灭菌完成) 仓库传 1001A1100000001MA8KP
if (endLocation.wh_id == WmsWareHouseConst.WAREHOUSE_MJC_ID)