safecheck-client 3.0.39-42 → 3.0.39-44
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.
|
@@ -17,9 +17,14 @@
|
|
|
17
17
|
style="width: 60%" placeholder="客户名称" condition="f_user_name like '%{}%'">
|
|
18
18
|
</div>
|
|
19
19
|
<div class="form-group col-sm-2">
|
|
20
|
-
|
|
21
|
-
<
|
|
22
|
-
|
|
20
|
+
|
|
21
|
+
<label class="font_normal_body">客户类型</label>
|
|
22
|
+
<v-select :value.sync="model.f_check_type" v-model='model.f_check_type'
|
|
23
|
+
:value-single="true" style="width: 60%"
|
|
24
|
+
class="select_list select"
|
|
25
|
+
:options='$parent.$parent.check_types' placeholder='客户类型'
|
|
26
|
+
close-on-select
|
|
27
|
+
condition="f_check_type = '{}'"></v-select>
|
|
23
28
|
</div>
|
|
24
29
|
<div class="form-group col-sm-2">
|
|
25
30
|
<label class="font_normal_body">小  区</label>
|
|
@@ -621,6 +626,7 @@ export default {
|
|
|
621
626
|
f_entry_status: [{label: '全部', value: ''}, ...this.$appdata.getParam('安检状态')],
|
|
622
627
|
user_states:[{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')],
|
|
623
628
|
safecheck_type:[{label: '全部', value: ''}, ...this.$appdata.getParam('安检类型')],
|
|
629
|
+
check_types:[{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')],
|
|
624
630
|
f_checkplans: this.$appdata.getParam('有无计划'),
|
|
625
631
|
showcheckmsg: false,
|
|
626
632
|
checkInfo: {},
|