重要:代码全局优化与添加一次合格,抛光仓库的截止日期数据查询功能

This commit is contained in:
2025-07-28 15:40:59 +08:00
parent 89c113e5e1
commit 42de49629b
162 changed files with 3335 additions and 3604 deletions

View File

@@ -1,6 +1,6 @@
using System;
using Infrastructure.Attribute;
using SqlSugar;
using System;
using ZR.Model;
using ZR.Model.MES.wms;
using ZR.Model.MES.wms.Dto;
@@ -118,8 +118,8 @@ namespace ZR.Service.mes.wms
throw new Exception("投入数与合格数,打磨数,报废数不符合,请检查");
}
model.Id = SnowFlakeSingle.instance.NextId().ToString();
if(model.IsOutbound)
if (model.IsOutbound)
{
model.Type = 1;
model.Remark += "[跳过后道]";