manage-client 3.3.215 → 3.3.216
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
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
</datepicker>
|
|
99
99
|
</div>
|
|
100
100
|
<div class="col-sm-2 form-group" >
|
|
101
|
-
<label class="font_normal_body" title="
|
|
102
|
-
<datepicker placeholder="
|
|
101
|
+
<label class="font_normal_body" title="点火日期大于">点火日期</label>
|
|
102
|
+
<datepicker placeholder="点火日期大于" style="width:60%"
|
|
103
103
|
v-model="model.f_operate_start_date"
|
|
104
104
|
:value.sync="model.f_operate_start_date"
|
|
105
105
|
:format="'yyyy-MM-dd'"
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
</datepicker>
|
|
109
109
|
</div>
|
|
110
110
|
<div class="col-sm-2 form-group" >
|
|
111
|
-
<label class="font_normal_body" title="
|
|
112
|
-
<datepicker placeholder="
|
|
111
|
+
<label class="font_normal_body" title="点火日期小于">点火日期</label>
|
|
112
|
+
<datepicker placeholder="点火日期小于" style="width:60%"
|
|
113
113
|
v-model="model.f_operate_end_date"
|
|
114
114
|
:value.sync="model.f_operate_end_date"
|
|
115
115
|
:format="'yyyy-MM-dd'"
|
|
@@ -194,6 +194,11 @@
|
|
|
194
194
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_defendcard"
|
|
195
195
|
condition="f_defendcard = '{}'" placeholder='防盗卡号'>
|
|
196
196
|
</div>
|
|
197
|
+
<div class="col-sm-2 form-group">
|
|
198
|
+
<label class="font_normal_body">换表单号</label>
|
|
199
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_serial_number"
|
|
200
|
+
condition="f_serial_number = '{}'" placeholder='换表单号'>
|
|
201
|
+
</div>
|
|
197
202
|
</div>
|
|
198
203
|
</div>
|
|
199
204
|
</criteria>
|
|
@@ -274,7 +279,7 @@
|
|
|
274
279
|
<nobr>补气金额</nobr>
|
|
275
280
|
</th>
|
|
276
281
|
<th>
|
|
277
|
-
<nobr
|
|
282
|
+
<nobr>换表单编号</nobr>
|
|
278
283
|
</th>
|
|
279
284
|
<th>
|
|
280
285
|
<nobr>备注</nobr>
|