From 8f735d11a4f03a4af3732eb97358ba6c350997a6 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 11 八月 2021 16:07:33 +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