From 38f88a13e2d7ba9dc80126245339505aab2e9fd5 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 09 七月 2024 16:12:11 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Views/Project/Select.cshtml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/Project/Select.cshtml b/zhengcaioa/zhengcaioa/Views/Project/Select.cshtml index 87ba3f7..3d3cb78 100644 --- a/zhengcaioa/zhengcaioa/Views/Project/Select.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Project/Select.cshtml @@ -40,7 +40,7 @@ color = "orange"; } - return "<a onclick=\"OpenWindow('" + cellvalue + "','98%','100%', '/Project/Add?id=" + rowObject.Id + "')\" ><span style='color:" + color + ";'>" + cellvalue + "</span></a>"; + return "<a onclick=\"OpenWindow('" + cellvalue.replaceAll("\"", "") + "','98%','100%', '/Project/Add?id=" + rowObject.Id + "')\" ><span style='color:" + color + ";'>" + cellvalue.replaceAll("\"", "") + "</span></a>"; } }, { label: '椤圭洰缂栧彿', name: 'Number', labtype: 'txt', hidden: false, width: 140 }, { @@ -161,6 +161,9 @@ $("#jqGrid").jqGrid('setGridParam', { url: dataUrl = "/Project/GetLiaotianList" + "@(string.IsNullOrEmpty(Creater11) ?"":"?Creater="+ Creater11)", postData: jsons, page: 1 }); //閲嶆柊杞藉叆 + + $('.ui-pg-input').val(1); + var jsons = GetSearchEnd(); if (jsons == false) { msg.info("璇峰綍鍏ユ煡璇㈡潯浠�"); -- Gitblit v1.9.1