From 0b78a8e7557d020e98fe855d259a7a310fb96bb0 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 19 八月 2021 09:07:16 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs | 2 +- zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml | 2 +- zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js | 2 +- zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs b/zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs index df6185e..0a10213 100644 --- a/zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs +++ b/zhengcaioa/zhengcaioa/Controllers/Customer/CooperVisitController.cs @@ -212,7 +212,7 @@ resultEntity.Message = "鏃犺仈绯讳汉"; } - string sss = SMSHelper.PushWToUserMES(number.ToString(), neirong); + string sss = SMSHelper.PushWToUserMES(number.ToString(), neirong + " 閫�璁㈠洖N"); if (int.Parse(sss) <= 0) { resultEntity.Result = false; diff --git a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs index 46efb73..2f60ab4 100644 --- a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs +++ b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs @@ -342,7 +342,7 @@ resultEntity.Message = "鏃犺仈绯讳汉"; } - string sss = SMSHelper.PushWToUserMES(number.ToString(), neirong); + string sss = SMSHelper.PushWToUserMES(number.ToString(), neirong+ " 閫�璁㈠洖N"); if (int.Parse(sss) <= 0) { resultEntity.Result = false; diff --git a/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml b/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml index e08a397..524ded9 100644 --- a/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml +++ b/zhengcaioa/zhengcaioa/Views/Shared/_Layout_Search.cshtml @@ -57,7 +57,7 @@ <script src="~/js/plugins/search/searchtoolbar.js?v=20"></script> <script src="~/js/plugins/chosen/chosen.jquery.js"></script> <script src="~/js/plugins/iCheck/icheck.min.js"></script> - <script src="~/js/plugins/search/search.js?v=111111111"></script> + <script src="~/js/plugins/search/search.js?v=1111111111"></script> <script src="~/js/plugins/datapicker/bootstrap-datepicker.js"></script> <script type="text/javascript" src="~/js/plugins/treeview/bootstrap-treeview.js"></script> <script src="~/js/TUJS.js"></script> diff --git a/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js b/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js index 45bec8b..4711ba3 100644 --- a/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js +++ b/zhengcaioa/zhengcaioa/wwwroot/js/plugins/search/search.js @@ -191,7 +191,7 @@ footerrow: footerrow, rownumbers: true, rowNum: 30, - rowList: [30, 50, 100], + rowList: [30, 50, 100,200], cmTemplate: { sortable: false }, jsonReader: { root: "DataList", page: "CurrPage", total: "PageTotal", // 寰堥噸瑕� 瀹氫箟浜� 鍚庡彴鍒嗛〉鍙傛暟鐨勫悕瀛椼�� -- Gitblit v1.9.1