manage-client 3.3.194 → 3.3.196
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/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +190 -193
- package/package.json +2 -2
- package/src/components/sale/businessquery/AreaChargeQuery.vue +4 -0
- package/src/components/sale/businessquery/AreaGeneralQuery.vue +4 -0
- package/src/components/sale/businessquery/ArrearsQuery.vue +4 -0
- package/src/components/sale/businessquery/BalanceTable.vue +4 -0
- package/src/components/sale/businessquery/CommunityPaymen.vue +4 -0
- package/src/components/sale/businessquery/FillGasQuery.vue +1 -0
- package/src/components/sale/businessquery/HandBookQuery.vue +4 -0
- package/src/components/sale/businessquery/HandBookTwoQuery.vue +4 -0
- package/src/components/sale/businessquery/HandGasPropertiesQuery.vue +4 -0
- package/src/components/sale/businessquery/HandPeopleQuery.vue +4 -0
- package/src/components/sale/businessquery/HandRateQuery.vue +4 -0
- package/src/components/sale/businessquery/Handgasquery.vue +4 -0
- package/src/components/sale/businessquery/MonthGasQuery.vue +4 -0
- package/src/components/sale/businessquery/NoBusinessQuery.vue +4 -0
- package/src/components/sale/businessquery/PlotSummaryQuery.vue +4 -0
- package/src/components/sale/businessquery/ProceedsOper.vue +4 -0
- package/src/components/sale/businessquery/ResidentialCardQuery.vue +4 -0
- package/src/components/sale/businessquery/ResidentialQuery.vue +4 -0
- package/src/components/sale/businessquery/SellOrgnameQuery.vue +4 -0
- package/src/components/sale/businessquery/SellPeopleQuery.vue +4 -0
- package/src/components/sale/businessquery/SellingHand.vue +4 -0
- package/src/components/sale/businessquery/UnhandBusiness.vue +4 -0
- package/src/components/sale/businessquery/UserSellHeadDetail.vue +4 -0
- package/src/components/sale/businessquery/YingShouMingXi.vue +4 -0
- package/src/components/sale/businessquery/YonghuJieyu.vue +4 -0
- package/src/components/sale/businessquery/usergas.vue +4 -0
- package/src/filiale/jingyang/ChargeQuery.vue +156 -127
- package/src/filiale/kelai/AreaChargeQuery.vue +4 -0
- package/src/filiale/meihekou/YingShouMingXi.vue +556 -556
- package/src/filiale/qingtongxia/ChargeQuery.vue +11 -1
- package/src/filiale/qingtongxia/config/exportConfig.js +474 -474
- package/src/filiale/taizhoukesi/NewGasStatistics.vue +16 -13
- package/src/filiale/yuncheng/DeviceQuery.vue +602 -0
- package/src/filiale/yuncheng/sale.js +3 -0
- package/src/main.js +68 -76
|
@@ -286,7 +286,11 @@
|
|
|
286
286
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_street"
|
|
287
287
|
condition="f_street like '%{}%'" placeholder='街道'>
|
|
288
288
|
</div>
|
|
289
|
-
|
|
289
|
+
<div class="col-sm-2 form-group">
|
|
290
|
+
<label class="font_normal_body">用 气 点</label>
|
|
291
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_userfiles_address"
|
|
292
|
+
condition="f_userfiles_address like '%{}%'" placeholder='用气点'>
|
|
293
|
+
</div>
|
|
290
294
|
</div>
|
|
291
295
|
</div>
|
|
292
296
|
</criteria>
|
|
@@ -320,6 +324,9 @@
|
|
|
320
324
|
<th>
|
|
321
325
|
<nobr>用气性质</nobr>
|
|
322
326
|
</th>
|
|
327
|
+
<th>
|
|
328
|
+
<nobr>用气点</nobr>
|
|
329
|
+
</th>
|
|
323
330
|
<th>
|
|
324
331
|
<nobr>表号</nobr>
|
|
325
332
|
</th>
|
|
@@ -498,6 +505,9 @@
|
|
|
498
505
|
<td style="text-align: center;">
|
|
499
506
|
<nobr>{{row.f_gasproperties}}</nobr>
|
|
500
507
|
</td>
|
|
508
|
+
<td style="text-align: center;">
|
|
509
|
+
<nobr>{{row.f_userfiles_address}}</nobr>
|
|
510
|
+
</td>
|
|
501
511
|
<td style="text-align: center;">
|
|
502
512
|
<nobr>{{row.f_meternumber}}</nobr>
|
|
503
513
|
</td>
|