Commit 35249877 by guanzhenshan

更新资产负债表

parent 6819d66f
...@@ -3534,6 +3534,9 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -3534,6 +3534,9 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
case "nca_deferred_tax_assets": //递延所得税 case "nca_deferred_tax_assets": //递延所得税
paramname = "ncaDeferredTaxAssetsImport"; paramname = "ncaDeferredTaxAssetsImport";
break; break;
case "accounts_receivable_import": //应收账款导入
paramname = "accountsReceivableImport";
break;
} }
if (!string.IsNullOrEmpty(paramname)) if (!string.IsNullOrEmpty(paramname))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment