SVN-Revision: r906
This commit is contained in:
wyf
2025-08-06 02:54:51 +00:00
parent 5432e7ad3d
commit 8a9915a661
@@ -1190,6 +1190,10 @@ namespace Lskj.PubBomImport
string primaryValue = StaticControl.RightMenuMyControl.PrimaryValue;
try
{
if (string.IsNullOrEmpty(primaryValue))
{
throw new Exception($"单据编号不能为空");
}
string beforeName = "";
ControlModel beforeNameModel = StaticControl.RightMenuMyControl.ControlModels.Where(n => n.LabelText.Equals("原文件名")).FirstOrDefault();
if (beforeNameModel != null)