|
@@ -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
|
|