修改开单、就诊查漏补缺

parent 05a7ff0c
......@@ -1271,7 +1271,6 @@ private DeptDataDetails<DetailModuleExtend> MergeDetails(DeptDataDetails details
if (details.Detail == null || !details.Detail.Any(t => t.IncomeType == 1)) return result;
string[] sheetNameKeys = new string[] { "就诊", "开单" };
foreach (var groupbasis in details.Detail.Select(t => t.GroupBasis).Distinct())
{
var items = new List<DetailModuleExtend>();
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -121,7 +121,6 @@ public ex_module AddModule(ModModuleRequest request)
string addname = "";
if (request.SheetType == (int)SheetType.Income)
{
string[] array = new string[] { "开单收入", "执行收入" };
if (request.ModuleName.IndexOf("开单收入") == -1 && request.ModuleName.IndexOf("就诊收入") == -1 && request.ModuleName.IndexOf("执行收入") == -1)
throw new PerformanceException("模块名称规则错误");
//if (!Regex.IsMatch(request.ModuleName, @"^[\u4e00-\u9fa5]+$"))
......
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