username@email.com
2022-07-28 976aa1a04fff81af4939affa80d3357013157353
zhengcaioa/zhengcaioa/Views/CooperOrder/Index.cshtml
@@ -218,6 +218,27 @@
                }
            },
            {
                label: '新增订单', name: 'dingdantype', labtype: 'txt', hidden: false, width: 60,
                formatter: function (cellvalue, options, rowObject) {
                    if (rowObject.OrderType == '02' && rowObject.OrderType1 == '代拟质疑函' ) {
                        return "<a onclick=\"OpenWindow('代拟投诉书','100%','100%', '/CooperOrder/Edit?id=" + rowObject.Id + "&dingdantype=1')\"  >代拟投诉书</a>";
                    }
                    else if (rowObject.OrderType == '02' && rowObject.OrderType1 == '代拟投诉书') {
                        return "<a onclick=\"OpenWindow('复议诉讼','100%','100%', '/CooperOrder/Edit?id=" + rowObject.Id + "&dingdantype=2')\"  >复议诉讼</a>";
                    }
                    else if (rowObject.OrderType == '08' && rowObject.OrderType1 == '复议诉讼') {
                        return "<a onclick=\"OpenWindow('复议诉讼','100%','100%', '/CooperOrder/Edit?id=" + rowObject.Id + "&dingdantype=3')\"  >复议诉讼</a>";
                    }
                    else {
                        return "";
                    }
                }
            },
        ];