代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using Aspose.Words;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using Model;
|
||||
|
||||
namespace BLL
|
||||
{
|
||||
@@ -141,7 +141,7 @@ namespace BLL
|
||||
/// </summary>
|
||||
/// <param name="dropName"></param>
|
||||
/// <param name="isShowPlease"></param>
|
||||
public static void InitGetBidCompleteDropDownList(FineUIPro.DropDownList dropName,string projectid, bool isShowPlease)
|
||||
public static void InitGetBidCompleteDropDownList(FineUIPro.DropDownList dropName, string projectid, bool isShowPlease)
|
||||
{
|
||||
dropName.DataValueField = "BidDocumentsReviewId";
|
||||
dropName.DataTextField = "BidDocumentsCode";
|
||||
@@ -244,9 +244,9 @@ namespace BLL
|
||||
Document doc1 = new Aspose.Words.Document(newUrl);
|
||||
File.Delete(newUrl);
|
||||
return doc1;
|
||||
|
||||
|
||||
}
|
||||
public static void PrintFile( string Id)
|
||||
public static void PrintFile(string Id)
|
||||
{
|
||||
string rootPath = Funs.RootPath;
|
||||
|
||||
@@ -258,7 +258,7 @@ namespace BLL
|
||||
{
|
||||
File.Delete(newUrl);
|
||||
}
|
||||
var doc = Print( Id);
|
||||
var doc = Print(Id);
|
||||
doc.Save(newUrl);
|
||||
|
||||
//生成PDF文件
|
||||
|
||||
Reference in New Issue
Block a user