SVN r906
SVN-Revision: r906
This commit is contained in:
@@ -1190,6 +1190,10 @@ namespace Lskj.PubBomImport
|
|||||||
string primaryValue = StaticControl.RightMenuMyControl.PrimaryValue;
|
string primaryValue = StaticControl.RightMenuMyControl.PrimaryValue;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
if (string.IsNullOrEmpty(primaryValue))
|
||||||
|
{
|
||||||
|
throw new Exception($"单据编号不能为空");
|
||||||
|
}
|
||||||
string beforeName = "";
|
string beforeName = "";
|
||||||
ControlModel beforeNameModel = StaticControl.RightMenuMyControl.ControlModels.Where(n => n.LabelText.Equals("原文件名")).FirstOrDefault();
|
ControlModel beforeNameModel = StaticControl.RightMenuMyControl.ControlModels.Where(n => n.LabelText.Equals("原文件名")).FirstOrDefault();
|
||||||
if (beforeNameModel != null)
|
if (beforeNameModel != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user