材料管理修改(打印修改,出库单已审核已完成不计算匹配率)材料匹配修改,焊接任务单修改

This commit is contained in:
2024-12-06 22:17:50 +08:00
parent 77fbdb946d
commit f4f7f93835
24 changed files with 850 additions and 323 deletions
@@ -41,7 +41,7 @@ namespace BLL
string oldCode = list[0];
if (oldCode.Length > 4)
{
string partCode = oldCode.Substring(oldCode.Length - 4);
string partCode = oldCode.Substring(8,3);
int num = Funs.GetNewIntOrZero(partCode) + 1;
if (num < 10)
{