焊接材料管理修改

This commit is contained in:
2024-09-28 16:59:44 +08:00
parent 4686441406
commit a7205a984d
35 changed files with 924 additions and 152 deletions
@@ -480,9 +480,9 @@ namespace FineUIPro.Web.HJGL.WeldingManage
}
protected void btnGenTask_Click(object sender, EventArgs e)
{
if (Rate<(decimal)80)
if (Rate<(decimal)85)
{
ShowNotify(" 匹配率小于80%,请重新匹配!", MessageBoxIcon.Warning);
ShowNotify(" 匹配率小于85%,请重新匹配!", MessageBoxIcon.Warning);
return;
}
SaveTask();