manage-client 3.2.284 → 3.2.285
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,24 +6,24 @@
|
|
|
6
6
|
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
7
7
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
|
|
8
8
|
<div class="row">
|
|
9
|
-
<div class="col-sm-2 form-group"
|
|
10
|
-
<label for="startDate" class="font_normal_body">开始日期</label
|
|
11
|
-
<datepicker id="startDate" placeholder="开始日期" style="width:60%"
|
|
12
|
-
v-model="model.startDate"
|
|
13
|
-
:value.sync="model.startDate"
|
|
14
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
|
15
|
-
:show-reset-button="true"
|
|
16
|
-
</datepicker
|
|
17
|
-
</div
|
|
18
|
-
<div class="col-sm-2 form-group"
|
|
19
|
-
<label for="endDate" class="font_normal_body">结束日期</label
|
|
20
|
-
<datepicker id="endDate" placeholder="结束日期" style="width:60%"
|
|
21
|
-
v-model="model.endDate"
|
|
22
|
-
:value.sync="model.endDate"
|
|
23
|
-
:format="'yyyy-MM-dd 23:59:59'"
|
|
24
|
-
:show-reset-button="true"
|
|
25
|
-
</datepicker
|
|
26
|
-
</div
|
|
9
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
10
|
+
<!-- <label for="startDate" class="font_normal_body">开始日期</label>-->
|
|
11
|
+
<!-- <datepicker id="startDate" placeholder="开始日期" style="width:60%"-->
|
|
12
|
+
<!-- v-model="model.startDate"-->
|
|
13
|
+
<!-- :value.sync="model.startDate"-->
|
|
14
|
+
<!-- :format="'yyyy-MM-dd 00:00:00'"-->
|
|
15
|
+
<!-- :show-reset-button="true">-->
|
|
16
|
+
<!-- </datepicker>-->
|
|
17
|
+
<!-- </div>-->
|
|
18
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
19
|
+
<!-- <label for="endDate" class="font_normal_body">结束日期</label>-->
|
|
20
|
+
<!-- <datepicker id="endDate" placeholder="结束日期" style="width:60%"-->
|
|
21
|
+
<!-- v-model="model.endDate"-->
|
|
22
|
+
<!-- :value.sync="model.endDate"-->
|
|
23
|
+
<!-- :format="'yyyy-MM-dd 23:59:59'"-->
|
|
24
|
+
<!-- :show-reset-button="true">-->
|
|
25
|
+
<!-- </datepicker>-->
|
|
26
|
+
<!-- </div>-->
|
|
27
27
|
<div class="col-sm-2 form-group">
|
|
28
28
|
<label class="font_normal_body"> 公司 </label>
|
|
29
29
|
<right-tree @re-res="$parent.$parent.getRes"></right-tree>
|