浏览代码

20220920 fix 後台匯出功能

LuluFJ.Ho 2 年前
父节点
当前提交
57229f4702
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      resources/views/admin/DataManagement/SignupManagement.blade.php

+ 3
- 3
resources/views/admin/DataManagement/SignupManagement.blade.php 查看文件

@@ -38,13 +38,13 @@
38 38
                                 <!-- 起 -->
39 39
                                 <div class="form-group _form-group col-sm-12 col-md-6 col-xl-2">
40 40
                                     <label for="createDateStart">建立時間(起)(eg. 2022-09-14)</label>
41
-                                    <input type="text" class="form-control input-sm" id="createDateStart"
41
+                                    <input type="text" class="form-control input-sm" id="createDateStart" name="createDateStart"
42 42
                                            maxlength="10">
43 43
                                 </div>
44 44
                                 <!-- 訖 -->
45 45
                                 <div class="form-group _form-group col-sm-12 col-md-6 col-xl-2">
46 46
                                     <label for="createDateFinal">建立時間(迄)(eg. 2022-09-14)</label>
47
-                                    <input type="text" class="form-control input-sm" id="createDateFinal"
47
+                                    <input type="text" class="form-control input-sm" id="createDateFinal" name="createDateFinal"
48 48
                                            maxlength="10">
49 49
                                 </div>
50 50
                                 
@@ -149,7 +149,7 @@
149 149
 
150 150
         // 匯出報告
151 151
         $("#export").click(function () {
152
-
152
+            
153 153
             $('#searchForm').submit();
154 154
         });
155 155