manage-client 3.3.95 → 3.3.97

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.
Files changed (29) hide show
  1. package/package.json +1 -1
  2. package/src/components/SellReport/MonthSellSummary.vue +5 -5
  3. package/src/components/SellReport/daySellSummary.vue +5 -5
  4. package/src/components/sale/config/exportConfig.js +1 -1
  5. package/src/components/sale/filesquery/RecordInfoQuery.vue +1 -1
  6. package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +7 -0
  7. package/src/filiale/Baole/RecordInfoQuery.vue +3 -9
  8. package/src/filiale/WEINAN/ManageCompanyGasDetail.vue +2 -2
  9. package/src/filiale/WEINAN/ManageCompanyGasSummary.vue +1 -0
  10. package/src/filiale/WEINAN/ManageSummaryReport.vue +70 -16
  11. package/src/filiale/WEINAN/ManageSummaryReportDetail.vue +260 -0
  12. package/src/filiale/WEINAN/ManageSummaryReportManage.vue +58 -0
  13. package/src/filiale/WEINAN/config/exportConfig.js +8 -0
  14. package/src/filiale/WEINAN/reportManage.js +2 -0
  15. package/src/filiale/daliyihua/RecordInfoQuery.vue +1 -1
  16. package/src/filiale/huayin/RecordInfoQuery.vue +1 -1
  17. package/src/filiale/liaoyuan/ArrearsQuery.vue +1 -1
  18. package/src/filiale/liaoyuan/ChargeQuery.vue +1 -1
  19. package/src/filiale/liaoyuan/HandplanQuery.vue +1 -1
  20. package/src/filiale/liaoyuan/MeterQuery.vue +1 -1
  21. package/src/filiale/liaoyuan/RecordInfoQuery.vue +1 -1
  22. package/src/filiale/liaoyuan/ReportList.vue +1 -1
  23. package/src/filiale/rongchuang/RecordInfoQuery.vue +1 -1
  24. package/src/filiale/shaoguan/config/exportConfig.js +1 -1
  25. package/src/filiale/shiquan/RecordInfoQuery.vue +1 -1
  26. package/src/filiale/tongchuan/InspectListGas.vue +726 -0
  27. package/src/filiale/tongchuan/MeterQuery.vue +20 -0
  28. package/src/filiale/tongchuan/sale.js +4 -0
  29. package/src/filiale/xinkang/RecordInfoQuery.vue +1 -1
@@ -265,6 +265,26 @@
265
265
  condition="f_user_state = '{}'"
266
266
  close-on-select></v-select>
267
267
  </div>
268
+ <div class="col-sm-2 form-group">
269
+ <label for="startUseDate" class="font_normal_body">使用日期</label>
270
+ <datepicker id="startUseDate" placeholder="开始日期" style="width:60%"
271
+ v-model="model.startUseDate"
272
+ :value.sync="model.startUseDate"
273
+ :format="'yyyy-MM-dd'"
274
+ :show-reset-button="true"
275
+ condition="f_use_date >= '{} 00:00:00'">
276
+ </datepicker>
277
+ </div>
278
+ <div class="col-sm-2 form-group">
279
+ <label for="endUseDate" class="font_normal_body">使用日期</label>
280
+ <datepicker id="endUseDate" placeholder="结束日期" style="width:60%"
281
+ v-model="model.endUseDate"
282
+ :value.sync="model.endUseDate"
283
+ :format="'yyyy-MM-dd'"
284
+ :show-reset-button="true"
285
+ condition="f_use_date <= '{} 23:59:59'">
286
+ </datepicker>
287
+ </div>
268
288
  </div>
269
289
  </div>
270
290
  </criteria>
@@ -16,4 +16,8 @@ export default function () {
16
16
  Vue.component('equipment-query', (resolve) => { require(['./DeviceQuery'], resolve) })
17
17
  // 表具查询
18
18
  Vue.component('meter-query', (resolve) => { require(['./MeterQuery'], resolve) })
19
+ // 气量稽查查询
20
+ Vue.component('inspect-list-gas', (resolve) => {
21
+ require(['./InspectListGas'], resolve)
22
+ })
19
23
  }
@@ -628,9 +628,9 @@
628
628
  <td style="text-align: center;"><nobr>{{row.f_card_id}}</nobr></td>
629
629
  <td style="text-align: center;"><nobr>{{row.f_user_name}}</nobr></td>
630
630
  <td style="text-align: center;"><nobr>{{row.f_residential_area}}</nobr></td>
631
- <td style="text-align: center;"><nobr>{{row.f_floor}}</nobr></td>
632
631
  <td style="text-align: center;"><nobr>{{row.f_building}}</nobr></td>
633
632
  <td style="text-align: center;"><nobr>{{row.f_unit}}</nobr></td>
633
+ <td style="text-align: center;"><nobr>{{row.f_floor}}</nobr></td>
634
634
  <td style="text-align: center;"><nobr>{{row.f_address}}</nobr></td>
635
635
  <td style="text-align: center;"><nobr>{{row.f_room}}</nobr></td>
636
636
  <td style="text-align: center;"><nobr>{{row.f_user_phone}}</nobr></td>