username@email.com
2021-07-30 f0226fac55f50b362d145ce969e66d41606a8b06
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) {