username@email.com
2022-06-28 727a27340fc49d41bf9f7efd81a9a44ade7a9677
zhengcaioa/zhengcaioa/Views/CooperOrder/selectWenshu.cshtml
@@ -31,17 +31,17 @@
                formatter: function (cellvalue, options, rowObject) {
                    if (rowObject.OrderType1 == "代拟投诉书") {
                        return "<a onclick=\"OpenWindow('查看投诉书','98%','100%', '/CooperOrder/Printtousushu?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>";
                        return "<a onclick=\"OpenWindow('打印导出质疑函','98%','100%', '/CooperOrder/PrintZhiyihan?id=" + rowObject.Id + "')\"  >打印导出质疑函</a>";
                    }
                }
            },
        ];
        dataUrl = "/CooperOrder/GetListWenshu";
        dataUrl = "/CooperOrder/GetListWenshu?Status=2";
        searchCol = [
            { label: '时间', name: 'XdTime', labtype: 'datearea', hidden: false },
            { label: '文书类别', name: 'Wenshuleixing', labtype: 'combox', hidden: false, data: JSON.parse(Wenshuleixing) },