From e5d50b0415bef5e93c10b2bfbca98d377d3cad04 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 07 十二月 2021 16:01:56 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Views/Expert/Indexziliao.cshtml |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/Expert/Indexziliao.cshtml b/zhengcaioa/zhengcaioa/Views/Expert/Indexziliao.cshtml
index cb8adec..0de01fc 100644
--- a/zhengcaioa/zhengcaioa/Views/Expert/Indexziliao.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/Expert/Indexziliao.cshtml
@@ -13,7 +13,8 @@
         var users = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.users))';
         var YearJiou = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.YearJiou))';
         var Createtime = '@Html.Raw(ViewBag.Createtime)';
-        
+         var Createtimebe = '@Html.Raw(ViewBag.Createtimebe)';
+
         loseherght = 60;
         gridConfig = { multiselect: true, selectcol: "Id" };
         dataCol = [
@@ -42,7 +43,7 @@
             { label: '淇敼鏃堕棿', name: 'Modifytime', labtype: 'txt', hidden: true }
 
         ];
-        dataUrl = "/Expert/GetList?Province=510000&City=510100";
+        dataUrl = "/Expert/GetList?Province=510000&Createtime=" + Createtimebe + "|" + Createtime;
         searchCol = [
             { label: '鐪�', name: 'Province', labtype: 'combox', hidden: false, data: JSON.parse(Province), cwidth: '5%', cccwidth: '6.5%' },
             { label: '甯�', name: 'City', labtype: 'combox', hidden: false, data: JSON.parse('[]'), cwidth: '1%', cccwidth: '7%' },
@@ -206,20 +207,20 @@
                             var o = '<option value="' + data[i].CodeId + '" hassubinfo="true">' + data[i].Name + '</option>';
                             city.append(o);
                         }
-                        $("#PBSCity").val("510100");
+                        //$("#PBSCity").val("510100");
                     }
                     $("#PBSCity").trigger('chosen:updated');//鏇存柊閫夐」
                 },
                 error: function () { }
             });
 
-           
+
             $("#PBSCreatetimeend").val(Createtime);
 
-             
-          
+            $("#PBSCreatetimestart").val(Createtimebe);
 
-         
+
+
 
         });
     </script>

--
Gitblit v1.9.1