manage-client 3.3.214 → 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 +1 -1
- package/src/components/SellReport/ManageSellType.vue +3 -1
- package/src/components/sale/filesquery/FireQuery.vue +4 -4
- package/src/filiale/tongchuan/MeterQuery.vue +4 -4
- package/src/filiale/tongchuan/config/exportConfig.js +2 -1
- package/src/filiale/yuncheng/ChangeMeterQuery.vue +6 -1
- package/src/filiale/yuncheng/config/exportConfig.js +1 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
package/package.json
CHANGED
|
@@ -250,7 +250,9 @@ export default {
|
|
|
250
250
|
}
|
|
251
251
|
},
|
|
252
252
|
computed: {
|
|
253
|
-
|
|
253
|
+
user_type () {
|
|
254
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
255
|
+
},
|
|
254
256
|
charge_state () {
|
|
255
257
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('收费状态')]
|
|
256
258
|
}
|
|
@@ -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'"
|
|
@@ -164,8 +164,9 @@
|
|
|
164
164
|
<label class="font_normal_body">气表状态</label>
|
|
165
165
|
<v-select :value.sync="model.f_table_state"
|
|
166
166
|
v-model="model.f_table_state"
|
|
167
|
+
multiple ="true"
|
|
167
168
|
:options='$parent.$parent.tablestate' placeholder='请选择'
|
|
168
|
-
condition="f_table_state
|
|
169
|
+
condition="f_table_state in {} "
|
|
169
170
|
close-on-select></v-select>
|
|
170
171
|
</div>
|
|
171
172
|
<!-- <div class="col-sm-2 form-group">-->
|
|
@@ -261,8 +262,9 @@
|
|
|
261
262
|
<label class="font_normal_body">客户状态</label>
|
|
262
263
|
<v-select :value.sync="model.f_user_state"
|
|
263
264
|
v-model="model.f_user_state"
|
|
265
|
+
multiple = "true"
|
|
264
266
|
:options='$parent.$parent.userstates' placeholder='请选择'
|
|
265
|
-
condition="f_user_state
|
|
267
|
+
condition="f_user_state in {}"
|
|
266
268
|
close-on-select></v-select>
|
|
267
269
|
</div>
|
|
268
270
|
<div class="col-sm-2 form-group">
|
|
@@ -334,8 +336,6 @@
|
|
|
334
336
|
<th>
|
|
335
337
|
<nobr>卡号</nobr>
|
|
336
338
|
</th>
|
|
337
|
-
|
|
338
|
-
|
|
339
339
|
<th>
|
|
340
340
|
<nobr>气价名称</nobr>
|
|
341
341
|
</th>
|
|
@@ -32,7 +32,8 @@ export default{
|
|
|
32
32
|
'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_user_phone': '客户电话','idnumber': '身份证号','f_address': '客户地址','f_balance_amount': '表上余额',
|
|
33
33
|
'f_user_type': '客户类型','f_usetype': '使用类型','f_use_date': '使用日期','f_gasproperties': '用气性质','f_meternumber': '表号',"f_card_id":'卡号','f_price_name': '气价名称',
|
|
34
34
|
'value': '气价详情','f_meter_brand': '气表品牌', 'f_meter_style': '气表型号',
|
|
35
|
-
'f_gas_person': '通气人','f_gas_date': '通气时间','f_input_date': '建表时间', 'f_table_state': '气表状态', 'isbgl': '是否壁挂炉','f_inputtor':'抄表员','f_book_name':'抄表册'
|
|
35
|
+
'f_gas_person': '通气人','f_gas_date': '通气时间','f_input_date': '建表时间', 'f_table_state': '气表状态', 'isbgl': '是否壁挂炉','f_inputtor':'抄表员','f_book_name':'抄表册',
|
|
36
|
+
'f_user_state': '客户状态'
|
|
36
37
|
},
|
|
37
38
|
ResidentialQuery: {
|
|
38
39
|
'f_residential_area':'小区','hushu':'户数','xinhushu':'新建户数','f_oughtfee':'用气金额','f_oughtamount':'用气量',
|
|
@@ -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>
|
|
Binary file
|
|
File without changes
|