自动签收后直接自动投料

This commit is contained in:
2024-10-09 15:58:38 +08:00
parent 70f2f1d559
commit d0e77bef3e
3 changed files with 135 additions and 18 deletions

View File

@@ -26,6 +26,7 @@ namespace Tnb.ProductionMgr
}
[HttpPost]
[AllowAnonymous]
public async Task<dynamic> GetProjects()
{
var erpdb = _db.AsTenant().GetConnection("erpdb");