重要:代码全局优化与添加一次合格,抛光仓库的截止日期数据查询功能
This commit is contained in:
@@ -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 += "[跳过后道]";
|
||||
|
||||
Reference in New Issue
Block a user