# Conflicts:
#	GZ_LTHPilot_ORDER.csproj
#	SAL_DELIVERYNOTICE/PushCeLue.cs
#	SAL_ORDER/SaveWL.cs
#	SQL/SqlManage.cs
#	bin/Debug/GZ_LTHPilot_ORDER.dll
#	bin/Debug/GZ_LTHPilot_ORDER.pdb
This commit is contained in:
李狗蛋
2025-07-04 18:01:07 +08:00
5 changed files with 24 additions and 0 deletions

View File

@@ -30,7 +30,11 @@ namespace GZ_LTHPilot_ORDER.SAL_ORDER
{
e.Cancel = true;
throw new Exception(
<<<<<<< HEAD
string.Format(@"物料编码J.06.00开头,且订单日期大于2025/05/10则明细物联网卡使用年份字段必填")
=======
string.Format(@"物料编码J开头则明细物联网卡使用年份字段必填")
>>>>>>> 569ca39775cea8d77f2c873e1bc5556b7aa583c2
);
}
}