焊接修改
This commit is contained in:
@@ -296,7 +296,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
ShowNotify("请选择要打印的项", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
DataTable tb = LINQToDataTable(HJGL_PackagingmanageService.GetPackagingManage(Id));
|
||||
DataTable tb = LINQToDataTable(HJGLPackagingmanageService.GetPackagingManage(Id));
|
||||
if (tb.Rows.Count > 0)
|
||||
{
|
||||
var model = TrainNumberManageService.GetModelById(Id);
|
||||
|
||||
Reference in New Issue
Block a user