修改工单

This commit is contained in:
qianhao.xu 2024-11-06 11:22:41 +08:00
parent 4bd3c613c5
commit b38d6b647c
2 changed files with 4 additions and 2 deletions

View File

@ -48,7 +48,7 @@ namespace DOAN.Admin.WebApi.Controllers
{
parm.WorkorderDate[0] = ConvertDateTime.ConvertLocalDate(parm.WorkorderDate[0]);
parm.WorkorderDate[1]=ConvertDateTime.ConvertLocalDate(parm.WorkorderDate[1]);
parm.GroupCode = parm.GroupCode.TrimEnd();
var response = _ProWorkorderService.GetList(parm);
return SUCCESS(response);
}

View File

@ -956,10 +956,12 @@ namespace DOAN.Service.MES.product
}
}
NPOI.SS.UserModel.ICell currentCell_12 = currentRow.GetCell(10);
workorder.Beat = (int)currentCell_12?.NumericCellValue;
NPOI.SS.UserModel.ICell currentCell_010 = currentRow.GetCell(10);
NPOI.SS.UserModel.ICell currentCell_010 = currentRow.GetCell(11);
workorder.Remark = currentCell_010.StringCellValue;
workorder.Id = XueHua;