1
This commit is contained in:
@@ -109,7 +109,7 @@ namespace HNJNSH910.GDHNJN.BusinessForm.BusinessPlugIn
|
||||
foreach (string item in list)
|
||||
{
|
||||
DataRow[] array = dtexcel.Select(importIndexStr + "='" + item + "'");
|
||||
DataTable dt = DataTableExtensions.CopyToDataTable<DataRow>((IEnumerable<DataRow>)array);
|
||||
DataTable dt = DataTableExtensions.CopyToDataTable(array);
|
||||
ImportData(dt, importObjectId, billTypeId);
|
||||
}
|
||||
|
||||
|
||||
@@ -31,6 +31,12 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="GDHNJN.Operation.ServicePlugIn">
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\GDHNJN.Operation.ServicePlugIn.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="GDHNJN.ReportBusiness.BusinessPlugIn">
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\GDHNJN.ReportBusiness.BusinessPlugIn.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Kingdee.BOS">
|
||||
<HintPath>..\..\..\..\..\..\Program Files (x86)\Kingdee\K3Cloud\WebSite\bin\Kingdee.BOS.dll</HintPath>
|
||||
</Reference>
|
||||
|
||||
Reference in New Issue
Block a user