现场问题处理
This commit is contained in:
@@ -327,6 +327,7 @@ namespace Tnb.WarehouseMgr
|
||||
.AndIF(!string.IsNullOrEmpty(input.passage), it => it.passage == input.passage)
|
||||
.ToExpression();
|
||||
items = await db.Queryable<BasLocation>().Where(whereExp).OrderBy(policy.policy).ToListAsync();
|
||||
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
@@ -3182,7 +3183,7 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
else if (dt.biz_type == "erp_qtrk")
|
||||
{
|
||||
await QTRK2BIP(dt, db);
|
||||
//await QTRK2BIP(dt, db);
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -3598,7 +3599,7 @@ namespace Tnb.WarehouseMgr
|
||||
//}
|
||||
#endregion
|
||||
//1-4
|
||||
if (startlocation.wh_id == WmsWareHouseConst.WAREHOUSE_CPCRK_ID && endlocation.wh_id == WmsWareHouseConst.WAREHOUSE_JXK_ID)
|
||||
if (startlocation.wh_id == WmsWareHouseConst.WAREHOUSE_CPCRK_ID && endlocation.wh_id == WmsWareHouseConst.WAREHOUSE_MJC_ID)
|
||||
{
|
||||
WmsElevatorH wmsElevatorH = await _db.Queryable<WmsElevatorH>().Where(it => it.elevator_group == "2" && it.enabled == 1).OrderBy(r => r.task_nums).FirstAsync();
|
||||
string elevatorSno = wmsElevatorH.elevator_code.Replace("Elevator", "");
|
||||
|
||||
Reference in New Issue
Block a user