Browse Source

1.修改直通率

PTD
Marvin 2 years ago
parent
commit
8e773ae28e
  1. 2
      AMESCoreStudio.Web/Controllers/QRSController.cs
  2. 3
      AMESCoreStudio.WebApi/Controllers/AMES/WipInfosController.cs

2
AMESCoreStudio.Web/Controllers/QRSController.cs

@ -1154,7 +1154,7 @@ namespace AMESCoreStudio.Web.Controllers
[HttpPost]
public async Task<JsonResult> GetYieldData4QRS014SAsync(string id)
public async Task<JsonResult> GetYieldData4QRS014BSAsync(string id)
{
string[] param = id.Split('_');

3
AMESCoreStudio.WebApi/Controllers/AMES/WipInfosController.cs

@ -1564,7 +1564,8 @@ FROM [SFIS].[dbo].[ZPDKeyPart] B WHERE B.[IsActive] = 1 AND B.[ProductSN] = (S
{
q = q.Where(w => w.WipNO == wipNO);
}
if (dateType == "WipDate")
if (dateType == "WipDate" || dateType == null)
{
if (dateStart != null && dateStart != "" && dateEnd != null && dateEnd != "")
{

Loading…
Cancel
Save