This commit is contained in:
2024-10-11 10:58:26 +08:00
parent 77dd50faed
commit 1a76482a74
2 changed files with 29 additions and 16 deletions

View File

@@ -3171,10 +3171,11 @@ namespace Tnb.WarehouseMgr
// 二楼物料呼叫任务结束后清空工位信息
else if (dt.biz_type == "FloorCallMaterial")
{
await db.Updateable<WmsCarryH>().SetColumns(r => new WmsCarryH
{
work_station = ""
}).Where(r => r.id == dt.carry_id).ExecuteCommandAsync();
//放到ModifyAsync
// await db.Updateable<WmsCarryH>().SetColumns(r => new WmsCarryH
// {
// work_station = ""
// }).Where(r => r.id == dt.carry_id).ExecuteCommandAsync();
//await QTRK2BIP(dt, db);
// require_code是任务单