Commit 4f6bac82 authored by liudong1993's avatar liudong1993

1

parent b50ccb98
...@@ -55,8 +55,8 @@ namespace REBORN.Common.Enum.Finance ...@@ -55,8 +55,8 @@ namespace REBORN.Common.Enum.Finance
/// <summary> /// <summary>
/// OP /// OP
/// </summary> /// </summary>
[EnumField("OP")] //[EnumField("OP")]
OP = 9, //OP = 9,
/// <summary> /// <summary>
/// 员工 /// 员工
/// </summary> /// </summary>
...@@ -80,8 +80,8 @@ namespace REBORN.Common.Enum.Finance ...@@ -80,8 +80,8 @@ namespace REBORN.Common.Enum.Finance
/// <summary> /// <summary>
/// 日本车行客户 /// 日本车行客户
/// </summary> /// </summary>
[EnumField("日本车行客户")] //[EnumField("日本车行客户")]
JapanCustomer = 13, //JapanCustomer = 13,
/// <summary> /// <summary>
/// 直客客户 /// 直客客户
/// </summary> /// </summary>
......
...@@ -1015,7 +1015,7 @@ namespace REBORN.Services.FinanceService ...@@ -1015,7 +1015,7 @@ namespace REBORN.Services.FinanceService
if (userInfo.SimpleEasy == 1) if (userInfo.SimpleEasy == 1)
{ {
list = list.Where(x => x.Value != "11" && x.Value != "12" && x.Value != "13" && x.Value != "14").ToList(); list = list.Where(x => x.Value != "11" && x.Value != "12" && x.Value != "13" && x.Value != "14" && x.Value != "3").ToList();
int MaxId = list.Max(x => Convert.ToInt32(x.Value)) + 1; int MaxId = list.Max(x => Convert.ToInt32(x.Value)) + 1;
foreach (var item in list.Where(x => x.Value == "15").OrderBy(x => Convert.ToInt32(x.Value))) foreach (var item in list.Where(x => x.Value == "15").OrderBy(x => Convert.ToInt32(x.Value)))
{ {
......
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