From 402f9568e48e6e1a9d29d37dcda46737047425d5 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 25 十一月 2021 10:49:10 +0800
Subject: [PATCH] 专家通讯录优化

---
 zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml
index 7271917..e5199a7 100644
--- a/zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml
@@ -166,23 +166,24 @@
             },
             {
                 label: '浼樻儬/鍏�', name: 'Youhui', labtype: 'txt', hidden: youhuibool, width: 60,
-                formatter: function (cellvalue, options, rowObject) {
-                    if (rowObject.YouhuiStatus == null || rowObject.YouhuiStatus == 'null' || rowObject.YouhuiStatus == '') {
-                        if (rowObject.ShouliStatus == '1' || rowObject.ChedanStatus == 'A' ) {
-                            if (rowObject.ChedanStatus == 'A') {
-                                return cellvalue;
-                            } else {
-                                return "";
-                            }
+                //formatter: function (cellvalue, options, rowObject) {
+                //    if (rowObject.YouhuiStatus == null || rowObject.YouhuiStatus == 'null' || rowObject.YouhuiStatus == '') {
+                //        if (rowObject.ShouliStatus == '1' || rowObject.ChedanStatus == 'A' ) {
+                //            if (rowObject.ChedanStatus == 'A') {
+                //                return cellvalue;
+                //            } else {
+                //                return "";
+                //            }
 
-                        } else {
-                            return "<a onclick=\"youhui('" + rowObject.Id + "')\"  >浼樻儬</a>";
-                        }
+                //        } else {
+                //            return "<a onclick=\"youhui('" + rowObject.Id + "')\"  >浼樻儬</a>";
+                //        }
 
-                    } else {
-                        return cellvalue;
-                    }
-                } },
+                //    } else {
+                //        return cellvalue;
+                //    }
+                //}
+            },
             {
                 label: '鎵撳嵃', name: 'OrderType', labtype: 'txt', hidden: false, width: 60,
                 formatter: function (cellvalue, options, rowObject) {

--
Gitblit v1.9.1