manage-client 4.0.28 → 4.0.29-1

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 (51) hide show
  1. package/package.json +1 -1
  2. package/src/components/webmeter/gasAnalysis/WebmeterSettlementAnalysis.vue +2 -2
  3. package/src/filiale/fugou/RecordInfoQuery.vue +31 -0
  4. package/src/filiale/fugou/config/exportConfig.js +3 -1
  5. package/src/filiale/jinbin/exportConfig.js +1110 -0
  6. package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +1372 -0
  7. package/src/filiale/jinbin/sale.js +7 -0
  8. package/src/filiale/ningjin/GetNoMetereadData.vue +2 -2
  9. package/src/filiale/ningjin/NewQueryInstruct.vue +609 -0
  10. package/src/filiale/ningjin/report/ReportList.vue +479 -0
  11. package/src/filiale/ningjin/webmeterManage.js +4 -0
  12. package/src/filiale/shanxian/CancellationQuery.vue +1 -1
  13. package/src/filiale/shanxian/ChangeMeterQuery.vue +1 -1
  14. package/src/filiale/shanxian/ChangeUserQuery.vue +1 -1
  15. package/src/filiale/shanxian/DeviceQuery.vue +1 -1
  16. package/src/filiale/shanxian/DisableQuery.vue +1 -1
  17. package/src/filiale/shanxian/EnableQuery.vue +1 -1
  18. package/src/filiale/shanxian/FMYGasQuery.vue +1 -1
  19. package/src/filiale/shanxian/FillCardQuery.vue +1 -1
  20. package/src/filiale/shanxian/FillGasQuery.vue +1 -1
  21. package/src/filiale/shanxian/FmyGasDeviceQuery.vue +1 -1
  22. package/src/filiale/shanxian/GasDeviceQuery.vue +1 -1
  23. package/src/filiale/shanxian/GasInspection.vue +1 -1
  24. package/src/filiale/shanxian/InspectListGas.vue +1 -1
  25. package/src/filiale/shanxian/InspectListUser.vue +1 -1
  26. package/src/filiale/shanxian/InspectListUserNew.vue +1 -1
  27. package/src/filiale/shanxian/LostContactAnalysisList.vue +1 -1
  28. package/src/filiale/shanxian/MeterQuery.vue +1 -1
  29. package/src/filiale/shanxian/MonthGasQuery.vue +1 -1
  30. package/src/filiale/shanxian/NewQueryInstruct.vue +1 -1
  31. package/src/filiale/shanxian/OtherChargeQuery.vue +1 -1
  32. package/src/filiale/shanxian/RecordInfoQuery.vue +1 -1
  33. package/src/filiale/shanxian/ReverseQuery.vue +1 -1
  34. package/src/filiale/shanxian/TransferQuery.vue +1 -1
  35. package/src/filiale/shanxian/UserLostContactAnalysis.vue +1 -1
  36. package/src/filiale/shanxian/newwebmeter/TotalExceptionByMeter.vue +1 -1
  37. package/src/filiale/yangchun/OtherChargeQuery.vue +3 -5
  38. package/.gradle/8.5/checksums/checksums.lock +0 -0
  39. package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  40. package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
  41. package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
  42. package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
  43. package/.gradle/8.5/fileChanges/last-build.bin +0 -0
  44. package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
  45. package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
  46. package/.gradle/8.5/gc.properties +0 -0
  47. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  48. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  49. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  50. package/.gradle/file-system.probe +0 -0
  51. package/.gradle/vcs-1/gc.properties +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.28",
3
+ "version": "4.0.29-1",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -9,7 +9,7 @@
9
9
  <label class="font_normal_body">客户编号</label>
10
10
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
11
11
  v-model="model.f_userinfo_code" placeholder='客户编号'
12
- condition="f_userinfo_code like '%{}%'" v-el:xq v-next-el='userinfocode' v-el:username
12
+ condition="f_userinfo_code = '{}'" v-el:xq v-next-el='userinfocode' v-el:username
13
13
  >
14
14
  </div>
15
15
  <div class="col-sm-2 form-group">
@@ -30,7 +30,7 @@
30
30
  <label class="font_normal_body">&nbsp;&nbsp;&nbsp;表号&nbsp;&nbsp;&nbsp;</label>
31
31
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
32
32
  v-model="model.f_meternumber" placeholder='表号'
33
- condition="f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
33
+ condition="f_meternumber = '{}'" v-next-el='meternumber' v-el:meternumber
34
34
  >
35
35
  </div>
36
36
  <div style="float:right">
@@ -493,6 +493,14 @@
493
493
  condition="f_network_valve='{}'">
494
494
  </v-select>
495
495
  </div>
496
+ <div class="col-sm-2 form-group">
497
+ <label class="font_normal_body">调&ensp;压&ensp;箱</label>
498
+ <v-select :options='$parent.$parent.adjustables'
499
+ :value.sync="model.f_adjustable_id"
500
+ close-on-select
501
+ condition="f_adjustable_id = '{}'" placeholder='调压箱'
502
+ v-model='model.f_adjustable_id'></v-select>
503
+ </div>
496
504
  </div>
497
505
  </div>
498
506
  </criteria>
@@ -710,6 +718,12 @@
710
718
  <th>
711
719
  <nobr>灶具信息</nobr>
712
720
  </th>
721
+ <th>
722
+ <nobr>调压箱编号</nobr>
723
+ </th>
724
+ <th>
725
+ <nobr>调压箱名称</nobr>
726
+ </th>
713
727
  <th>
714
728
  <nobr>备注</nobr>
715
729
  </th>
@@ -842,6 +856,8 @@
842
856
  <td style="text-align: center;"><nobr>{{row.f_alarm_code}}</nobr></td>
843
857
  <td style="text-align: center;"><nobr>{{row.f_maxdate}}</nobr></td>
844
858
  <td style="text-align: center;"><nobr>{{row.f_devices_type}}</nobr></td>
859
+ <td style="text-align: center;"><nobr>{{row.f_adjustable_id}}</nobr></td>
860
+ <td style="text-align: center;"><nobr>{{row.f_adjustable_name}}</nobr></td>
845
861
  <td style="text-align: center;"><nobr>{{row.f_comments}}</nobr></td>
846
862
  </template>
847
863
  <template partial='foot'>
@@ -930,6 +946,9 @@
930
946
  // self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
931
947
  // await self.$refs.paged.$refs.cri.search()
932
948
  }
949
+
950
+
951
+
933
952
  export default {
934
953
  title: '综合档案信息查询',
935
954
  data() {
@@ -954,6 +973,7 @@
954
973
  thead: '',
955
974
  tfoot: '',
956
975
  defaultfield: [],
976
+ adjustables: [],
957
977
  //排序
958
978
  orderitem: 'f_residential_area desc,f_building desc,f_unit desc,f_floor desc,f_room desc,f_userfiles_id desc',
959
979
  orderFields: {
@@ -995,6 +1015,7 @@
995
1015
  })
996
1016
  },
997
1017
  methods: {
1018
+
998
1019
  recombine (param) {
999
1020
  // 条件拼接数据,多用于in ()。将数组转成字符串时加上单引号处理
1000
1021
  let str = ''
@@ -1096,6 +1117,16 @@
1096
1117
  this.meterbrands = [{label: '全部', value: ''}, ...brandArr]
1097
1118
  //初始化气表价格
1098
1119
  this.prices = this.$MagGetSaleParam.getPrices();
1120
+ console.log('初始化调压箱', this.$MagGetSaleParam)
1121
+ let arr = []
1122
+ let filter = this.$login.f.orgid
1123
+ this.$MagGetSaleParam.getAdjustable(filter).forEach((item) => {
1124
+ let temp = {}
1125
+ temp.label = `[${item.value.f_adjustable_id}]-${item.label}`
1126
+ temp.value = `${item.value.id}`
1127
+ arr.push(temp)
1128
+ })
1129
+ this.adjustables = [{label: '全部', value: ''}, ...arr]
1099
1130
  },
1100
1131
  async getaddress(){
1101
1132
  console.log('开始获取小区')
@@ -673,7 +673,9 @@ export default {
673
673
  'f_devices_type': '灶具信息',
674
674
  'f_network_valve': '自动阀控',
675
675
  'f_defendcard': '防盗卡号',
676
- 'f_factory_date': '生产年月'
676
+ 'f_factory_date': '生产年月',
677
+ 'f_adjustable_id': '调压箱编号',
678
+ 'f_adjustable_name': '调压箱名称'
677
679
  },
678
680
 
679
681
  compreConfigGY: {