分拣、工位bom、现场问题处理
This commit is contained in:
@@ -94,6 +94,8 @@ namespace Tnb.WarehouseMgr
|
||||
await _db.Updateable<WmsPurchaseH>().SetColumns(r => r.make_method == "同步").Where(r => r.id == id).ExecuteCommandAsync();
|
||||
}
|
||||
|
||||
await _db.Updateable<WmsPurchaseD>().SetColumns(r => r.qc_res == "await").Where(r => r.bill_id == id).ExecuteCommandAsync();
|
||||
|
||||
return "保存成功";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user