From 16f279b01551882fdf7f142025c59692f286f47e Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 14 三月 2022 13:33:32 +0800 Subject: [PATCH] 质疑函,投诉书的页面新增删除按钮 --- zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs b/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs index 638a5d5..90534e2 100644 --- a/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs +++ b/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs @@ -1413,7 +1413,7 @@ var shi = _fiBookService.GetList().Select(x => new { code = x.Id, label = x.BookName }).ToList(); result = JsonConvert.SerializeObject(shi); } - if (OrderType == "02" || OrderType == "04" || OrderType == "06" || OrderType == "09") + if (OrderType == "02" || OrderType == "04" || OrderType == "06" || OrderType == "09" || OrderType == "08") { var shi = _fiServiceService.GetList().Where(x=>x.ServiceTypeTop == OrderType).Select(x => new { code = x.ServiceType, label = x.ServiceType }).Distinct().ToList(); result = JsonConvert.SerializeObject(shi); @@ -1429,7 +1429,7 @@ result = JsonConvert.SerializeObject(shi); } - if (OrderType == "08" || OrderType == "10" || OrderType == "11") + if (OrderType == "10" || OrderType == "11") { result = "[]"; -- Gitblit v1.9.1