manage-client 3.3.241 → 3.3.243
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
|
@@ -65,41 +65,41 @@
|
|
|
65
65
|
sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="newAccountQuery" template-name='开户查询导出'
|
|
66
66
|
:choose-col="true"></export-excel>
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
69
69
|
</div>
|
|
70
70
|
</div>
|
|
71
71
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
72
|
-
<div class="col-sm-2 form-group"
|
|
73
|
-
<label class="font_normal_body">用气性质</label
|
|
74
|
-
<v-select :value.sync="model.f_gasproperties"
|
|
75
|
-
v-model="model.f_gasproperties"
|
|
76
|
-
:options='$parent.$parent.gaspropertyTypes' placeholder='请选择'
|
|
77
|
-
condition=" f_gasproperties = '{}'"
|
|
78
|
-
close-on-select></v-select
|
|
79
|
-
</div
|
|
80
|
-
<div class="col-sm-2 form-group"
|
|
81
|
-
<label class="font_normal_body">气表品牌</label
|
|
82
|
-
<v-select :value.sync="model.f_meter_brand"
|
|
83
|
-
v-model="model.f_meter_brand"
|
|
84
|
-
:options='$parent.$parent.meterbrands' placeholder='请选择'
|
|
85
|
-
condition="f_meter_brand = '{}'"
|
|
86
|
-
close-on-select></v-select
|
|
87
|
-
</div
|
|
72
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
73
|
+
<!-- <label class="font_normal_body">用气性质</label>-->
|
|
74
|
+
<!-- <v-select :value.sync="model.f_gasproperties"-->
|
|
75
|
+
<!-- v-model="model.f_gasproperties"-->
|
|
76
|
+
<!-- :options='$parent.$parent.gaspropertyTypes' placeholder='请选择'-->
|
|
77
|
+
<!-- condition=" f_gasproperties = '{}'"-->
|
|
78
|
+
<!-- close-on-select></v-select>-->
|
|
79
|
+
<!-- </div>-->
|
|
80
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
81
|
+
<!-- <label class="font_normal_body">气表品牌</label>-->
|
|
82
|
+
<!-- <v-select :value.sync="model.f_meter_brand"-->
|
|
83
|
+
<!-- v-model="model.f_meter_brand"-->
|
|
84
|
+
<!-- :options='$parent.$parent.meterbrands' placeholder='请选择'-->
|
|
85
|
+
<!-- condition="f_meter_brand = '{}'"-->
|
|
86
|
+
<!-- close-on-select></v-select>-->
|
|
87
|
+
<!-- </div>-->
|
|
88
88
|
<div class="col-sm-2 form-group">
|
|
89
89
|
<label class="font_normal_body">客户地址</label>
|
|
90
90
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
91
91
|
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
92
92
|
</div>
|
|
93
|
-
<div class="col-sm-2 form-group"
|
|
94
|
-
<label class="font_normal_body"> 小区 </label
|
|
95
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_residential_area"
|
|
96
|
-
condition="f_residential_area like '%{}%'" placeholder="小区"
|
|
97
|
-
</div
|
|
93
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
94
|
+
<!-- <label class="font_normal_body"> 小区 </label>-->
|
|
95
|
+
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_residential_area"-->
|
|
96
|
+
<!-- condition="f_residential_area like '%{}%'" placeholder="小区"/>-->
|
|
97
|
+
<!-- </div>-->
|
|
98
98
|
</div>
|
|
99
|
-
<div class="row" v-show="$parent.$parent.criteriaShow"
|
|
100
|
-
<res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group
|
|
99
|
+
<!-- <div class="row" v-show="$parent.$parent.criteriaShow">-->
|
|
100
|
+
<!-- <res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>-->
|
|
101
101
|
|
|
102
|
-
</div
|
|
102
|
+
<!-- </div>-->
|
|
103
103
|
|
|
104
104
|
</div>
|
|
105
105
|
</criteria>
|