DS7_HYRD
hanxuntao 10 months ago
parent 6811851dd0
commit 684781f089

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />

@ -9486,8 +9486,8 @@ namespace DSWeb.MvcShipping.DAL.MsCwVouchersGlChFeeDAL
#region 摘要内容
strEXPLAN = "";
if (dsVWChFeeAR.Tables[0].Rows[i]["FEETYPE"].ToString().Trim() == "收")
strEXPLAN = DREXPLAN;
else strEXPLAN = CREXPLAN;
strEXPLAN = MBINCOMEEXPLAN;
else strEXPLAN = MBSPENDINGEXPLAN;
var ISEXPLAN = false;
if (strEXPLAN != "") ISEXPLAN = true;
@ -10614,8 +10614,8 @@ namespace DSWeb.MvcShipping.DAL.MsCwVouchersGlChFeeDAL
#region 摘要内容
strEXPLAN = "";
if (dsVWChFeeAR.Tables[0].Rows[i]["FEETYPE"].ToString().Trim() == "收")
strEXPLAN = DREXPLAN;
else strEXPLAN = CREXPLAN;
strEXPLAN = MBINCOMEEXPLAN;
else strEXPLAN = MBSPENDINGEXPLAN;
var ISEXPLAN = false;
if (strEXPLAN != "") ISEXPLAN = true;
@ -12091,7 +12091,7 @@ namespace DSWeb.MvcShipping.DAL.MsCwVouchersGlChFeeDAL
}
else
{
if (sMB.IndexOf(enumValue.ACCID) > -1)
if (string.IsNullOrEmpty(MBINCOMEEXPLAN)&& string.IsNullOrEmpty(MBSPENDINGEXPLAN) && sMB.IndexOf(enumValue.ACCID) > -1)
{
enumValue.EXPLAN = sEXPLAN;
}

@ -643,7 +643,7 @@ namespace DSWeb.MvcShipping.DAL.MsCwVouchersGlInvoiceDAL
for (int j = 0; j < dsVWChFeeARExChange.Tables[0].Rows.Count; j++)
{
ORIGCURRENCY = dsVWChFeeARExChange.Tables[0].Rows[j]["ORIGCURRENCY"].ToString().Trim();
ORIGEXCHANGE = Decimal.Parse(dsVWChFeeARExChange.Tables[0].Rows[i]["EXCHANGERATE"].ToString().Trim());
ORIGEXCHANGE = Decimal.Parse(dsVWChFeeARExChange.Tables[0].Rows[j]["EXCHANGERATE"].ToString().Trim());
}
}

@ -4,7 +4,7 @@
<ProjectView>ShowAllFiles</ProjectView>
<NameOfLastUsedPublishProfile>配置文件1</NameOfLastUsedPublishProfile>
<UseIISExpress>true</UseIISExpress>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />

Loading…
Cancel
Save