不是注塑的提报载具直接合格
This commit is contained in:
@@ -2159,6 +2159,15 @@ namespace Tnb.ProductionMgr
|
||||
// bool isCheckFlag = !basMaterial.category_id.Contains("ZZCP");
|
||||
bool isCheckFlag = basMaterial.category_id.Contains("ZSJ");
|
||||
|
||||
//不是注塑的提报直接合格
|
||||
if (!isCheckFlag)
|
||||
{
|
||||
await _db.Updateable<WmsCarryH>()
|
||||
.SetColumns(x => x.is_check == EnumCheckConclusion.合格.ParseToInt().ToString())
|
||||
.Where(x => x.id == wmsCarryH.id)
|
||||
.ExecuteCommandAsync();
|
||||
}
|
||||
|
||||
#region 质检模块
|
||||
//质检模块
|
||||
|
||||
|
||||
Reference in New Issue
Block a user