仓库模块_出库货物记录:init
This commit is contained in:
@@ -4,9 +4,13 @@ using ZR.Admin.WebApi.Hubs;
|
||||
using ZR.Service.mes.qc.IService;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using ZR.Model.MES.qc;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ZR.Admin.WebApi.Controllers.mes.qc.FQC
|
||||
{
|
||||
/// <summary>
|
||||
/// 生成报表
|
||||
/// </summary>
|
||||
[Route("mes/qc/statistics")]
|
||||
public class QCStatisticsController : BaseController
|
||||
{
|
||||
@@ -64,8 +68,12 @@ namespace ZR.Admin.WebApi.Controllers.mes.qc.FQC
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
[HttpGet("delete_statisticsTable")]
|
||||
public IActionResult DeleteStatisticsTable(string workorderid)
|
||||
{
|
||||
int deletenum= qcStatistics.DeleteStatisticsTable(workorderid);
|
||||
return SUCCESS(deletenum);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user