username@email.com
2021-12-08 c035a2e879d4340b0a6ab5c16770758cd62e4874
zhengcaioa/zhengcaioa/Views/CooperOrder/selectWenshu.cshtml
@@ -31,7 +31,7 @@
                formatter: function (cellvalue, options, rowObject) {
                    if (rowObject.OrderType1 == "代拟投诉书") {
                        return "<a onclick=\"OpenWindow('查看投诉书','98%','100%', '/CooperOrder/PrintZhiyihan?id=" + rowObject.Id + "')\"  >查看投诉书</a>";
                        return "<a onclick=\"OpenWindow('查看投诉书','98%','100%', '/CooperOrder/Printtousushu?id=" + rowObject.Id + "')\"  >查看投诉书</a>";
                    }
                    else if (rowObject.OrderType1 == "代拟质疑函") {
                        return "<a onclick=\"OpenWindow('查看质疑函','98%','100%', '/CooperOrder/PrintZhiyihan?id=" + rowObject.Id + "')\"  >查看质疑函</a>";