SVN r702
SVN-Revision: r702
This commit is contained in:
@@ -859,8 +859,8 @@ namespace Lskj.PubBomImport
|
||||
string fileName = importFileName = dialog.FileName;
|
||||
tipsEdit.Text = string.Format("当前读取文件:{0},请绑定列后点击导入", Path.GetFileName(fileName));
|
||||
string colFields = this.gcMain.GridView.Columns.ToString(',');
|
||||
string[] indexArray = Model.SpecialValueIndex.Split(',');
|
||||
if (!string.IsNullOrWhiteSpace(Model.SpecialValueIndex) && indexArray.Length == 2)
|
||||
string[] indexArray = "".Split(',');
|
||||
if (!string.IsNullOrWhiteSpace("") && indexArray.Length == 2)
|
||||
{
|
||||
int rowIndex = int.TryParse(indexArray[0], out rowIndex) ? rowIndex : 0;
|
||||
int colIndex = int.TryParse(indexArray[1], out colIndex) ? colIndex : 0;
|
||||
|
||||
Reference in New Issue
Block a user