SVN r997
SVN-Revision: r997
This commit is contained in:
@@ -2612,7 +2612,7 @@ namespace Lskj.PubBomImport
|
|||||||
frmBillInfo.OnBillAdd();
|
frmBillInfo.OnBillAdd();
|
||||||
SetProcessBar(0, 0);
|
SetProcessBar(0, 0);
|
||||||
SetProcessMsg($"正在导入:{Path.GetFileName(mxInfo.FullName)}");
|
SetProcessMsg($"正在导入:{Path.GetFileName(mxInfo.FullName)}");
|
||||||
string fileNameWithoutExtension = Path.GetFileNameWithoutExtension(mxInfo.FullName);
|
string fileNameWithoutExtension = Path.GetFileNameWithoutExtension(mxInfo.FullName).Replace("'", "''");
|
||||||
DataTable childTable = frmBillInfo.GcMainView.GridControl.DataSourceTable().Clone();
|
DataTable childTable = frmBillInfo.GcMainView.GridControl.DataSourceTable().Clone();
|
||||||
var mxCodeRows = parentTable.AsEnumerable();
|
var mxCodeRows = parentTable.AsEnumerable();
|
||||||
string[] fieldDic = Model.MainFieldDic.Split(',');
|
string[] fieldDic = Model.MainFieldDic.Split(',');
|
||||||
|
|||||||
Reference in New Issue
Block a user