diff --git a/YLErpWeb/Controllers/entryexitController.cs b/YLErpWeb/Controllers/entryexitController.cs index 3ff952e6..5c48b481 100644 --- a/YLErpWeb/Controllers/entryexitController.cs +++ b/YLErpWeb/Controllers/entryexitController.cs @@ -97,6 +97,10 @@ namespace YLErp.Web.Controllers { addWhenNotContains(directionList, "其他支出"); } + if (req.DirectionTypeList.Contains("划转")) + { + addWhenNotContains(directionList, "划转"); + } if (req.DirectionTypeList.Contains("权利金支出")) { diff --git a/YLErpWeb/Views/entryexit/entryexitView.cshtml b/YLErpWeb/Views/entryexit/entryexitView.cshtml index 59492f60..cc16acaf 100644 --- a/YLErpWeb/Views/entryexit/entryexitView.cshtml +++ b/YLErpWeb/Views/entryexit/entryexitView.cshtml @@ -67,8 +67,11 @@