代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
using BLL;
|
||||
using FineUIPro.Web.HJGL.WeldingManage;
|
||||
using MiniExcelLibs;
|
||||
using Model;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.OleDb;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
||||
@@ -106,7 +102,7 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
string filePath = initFullPath + this.hdFileName.Text;
|
||||
this.fuAttachUrl.PostedFile.SaveAs(filePath);
|
||||
ImportXlsToData(rootPath + initPath + this.hdFileName.Text);
|
||||
|
||||
|
||||
if (string.IsNullOrEmpty(errorInfos))
|
||||
{
|
||||
if (!string.IsNullOrEmpty(this.hdFileName.Text))
|
||||
@@ -202,7 +198,7 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
_BidDocumentsStandingBook.State = 0;
|
||||
_BidDocumentsStandingBook.UnitId = this.CurrUser.UnitId;
|
||||
_BidDocumentsStandingBook.DepartId = this.CurrUser.DepartId;
|
||||
if (Type=="1")
|
||||
if (Type == "1")
|
||||
{
|
||||
_BidDocumentsStandingBook.ProjectId = this.CurrUser.LoginProjectId;
|
||||
}
|
||||
@@ -221,12 +217,12 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
_BidDocumentsStandingBook.ApprovePersonFormCode = pds[i].M;
|
||||
_BidDocumentsStandingBook.BidWinner = pds[i].N;
|
||||
_BidDocumentsStandingBook.SetSubReviewCode = pds[i].O;
|
||||
_BidDocumentsStandingBook.BidNoticeCode= pds[i].P;
|
||||
_BidDocumentsStandingBook.BidUnitFileCode= pds[i].Q;
|
||||
BidDocStandingBookList.Add(_BidDocumentsStandingBook);
|
||||
_BidDocumentsStandingBook.BidNoticeCode = pds[i].P;
|
||||
_BidDocumentsStandingBook.BidUnitFileCode = pds[i].Q;
|
||||
BidDocStandingBookList.Add(_BidDocumentsStandingBook);
|
||||
|
||||
//if (col24 != null)
|
||||
//{
|
||||
//if (col24 != null)
|
||||
//{
|
||||
|
||||
//}
|
||||
//else
|
||||
|
||||
Reference in New Issue
Block a user