修改工单
This commit is contained in:
parent
4bd3c613c5
commit
b38d6b647c
@ -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);
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user