This commit is contained in:
PastSaid
2024-07-16 10:33:50 +08:00
parent e8a1f46c3d
commit fa480006a8
132 changed files with 20893 additions and 4519 deletions

View File

@@ -57,7 +57,7 @@ namespace HNJNSH910.GDHNJN.BusinessForm.BusinessPlugIn
}
string text = btnStr;
if (!(text == "F_PCMT_IMPORTDATA"))
if (text != "F_PCMT_IMPORTDATA")
{
if (text == "F_PCMT_COVERIMPORTDATA" && IsNotNull())
{
@@ -97,7 +97,7 @@ namespace HNJNSH910.GDHNJN.BusinessForm.BusinessPlugIn
dtexcel = val2.Tables[0];
string importIndexStr = GetImportIndexStr();
List<string> list = new List<string>();
for (int i = 0; i < ((InternalDataCollectionBase)dtexcel.Rows).Count; i++)
for (int i = 0; i < dtexcel.Rows.Count; i++)
{
if (!list.Contains(dtexcel.Rows[i][importIndexStr]))
{
@@ -951,7 +951,7 @@ namespace HNJNSH910.GDHNJN.BusinessForm.BusinessPlugIn
try
{
string text = btnStr;
if (!(text == "F_PCMT_IMPORTDATA"))
if (text != "F_PCMT_IMPORTDATA")
{
if (text == "F_PCMT_COVERIMPORTDATA")
{