manage-client 4.0.29 → 4.0.30

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 (46) hide show
  1. package/package.json +1 -1
  2. package/src/filiale/jinbin/exportConfig.js +1110 -0
  3. package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +1372 -0
  4. package/src/filiale/jinbin/sale.js +7 -0
  5. package/src/filiale/ningjin/report/ReportList.vue +479 -0
  6. package/src/filiale/ningjin/webmeterManage.js +2 -0
  7. package/src/filiale/shanxian/CancellationQuery.vue +1 -1
  8. package/src/filiale/shanxian/ChangeMeterQuery.vue +1 -1
  9. package/src/filiale/shanxian/ChangeUserQuery.vue +1 -1
  10. package/src/filiale/shanxian/DeviceQuery.vue +1 -1
  11. package/src/filiale/shanxian/DisableQuery.vue +1 -1
  12. package/src/filiale/shanxian/EnableQuery.vue +1 -1
  13. package/src/filiale/shanxian/FMYGasQuery.vue +1 -1
  14. package/src/filiale/shanxian/FillCardQuery.vue +1 -1
  15. package/src/filiale/shanxian/FillGasQuery.vue +1 -1
  16. package/src/filiale/shanxian/FmyGasDeviceQuery.vue +1 -1
  17. package/src/filiale/shanxian/GasDeviceQuery.vue +1 -1
  18. package/src/filiale/shanxian/GasInspection.vue +1 -1
  19. package/src/filiale/shanxian/InspectListGas.vue +1 -1
  20. package/src/filiale/shanxian/InspectListUser.vue +1 -1
  21. package/src/filiale/shanxian/InspectListUserNew.vue +1 -1
  22. package/src/filiale/shanxian/LostContactAnalysisList.vue +1 -1
  23. package/src/filiale/shanxian/MeterQuery.vue +1 -1
  24. package/src/filiale/shanxian/MonthGasQuery.vue +1 -1
  25. package/src/filiale/shanxian/NewQueryInstruct.vue +1 -1
  26. package/src/filiale/shanxian/OtherChargeQuery.vue +1 -1
  27. package/src/filiale/shanxian/RecordInfoQuery.vue +1 -1
  28. package/src/filiale/shanxian/ReverseQuery.vue +1 -1
  29. package/src/filiale/shanxian/TransferQuery.vue +1 -1
  30. package/src/filiale/shanxian/UserLostContactAnalysis.vue +1 -1
  31. package/src/filiale/shanxian/newwebmeter/TotalExceptionByMeter.vue +1 -1
  32. package/src/filiale/yangchun/OtherChargeQuery.vue +3 -5
  33. package/.gradle/8.5/checksums/checksums.lock +0 -0
  34. package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  35. package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
  36. package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
  37. package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
  38. package/.gradle/8.5/fileChanges/last-build.bin +0 -0
  39. package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
  40. package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
  41. package/.gradle/8.5/gc.properties +0 -0
  42. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  43. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  44. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  45. package/.gradle/file-system.probe +0 -0
  46. package/.gradle/vcs-1/gc.properties +0 -0
@@ -19,7 +19,7 @@
19
19
  <div class="col-sm-2 form-group">
20
20
  <label class="font_normal_body">用户名称</label>
21
21
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
22
- condition="f_user_name = '{}'" placeholder="用户名称">
22
+ condition="f_user_name like '%{}%'" placeholder="用户名称">
23
23
  </div>
24
24
  <div class="col-sm-2 form-group">
25
25
  <label class="font_normal_body">详细地址</label>
@@ -22,7 +22,7 @@
22
22
  <label class="font_normal_body">{{$parent.$parent.usertitle}}名称</label>
23
23
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
24
24
  v-model="model.f_user_name" placeholder='用户名称'
25
- condition="f_user_name = '{}'" v-el:xq v-next-el='username' v-el:username
25
+ condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
26
26
  >
27
27
  </div>
28
28
  <div class="col-sm-2 form-group">
@@ -15,7 +15,7 @@
15
15
  <div class="col-sm-2 form-group">
16
16
  <label class="font_normal_body">{{$parent.$parent.usertitle}}名称</label>
17
17
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
18
- condition="f_user_name = '{}'" placeholder={{$parent.$parent.usertitle}}名称>
18
+ condition="f_user_name like '%{}%'" placeholder={{$parent.$parent.usertitle}}名称>
19
19
  </div>
20
20
  <div class="col-sm-2 form-group">
21
21
  <label class="font_normal_body">{{$parent.$parent.usertitle}}地址</label>
@@ -9,7 +9,7 @@
9
9
  <div class="col-sm-2 form-group">
10
10
  <label class="font_normal_body">{{$parent.$parent.usertitle}}名称</label>
11
11
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
12
- condition="f_user_name = '{}'" placeholder="客户名称">
12
+ condition="f_user_name like '%{}%'" placeholder="客户名称">
13
13
  </div>
14
14
  <div class="col-sm-2 form-group">
15
15
  <label class="font_normal_body">{{$parent.$parent.usertitle}}地址</label>
@@ -21,7 +21,7 @@
21
21
  <div class="col-sm-2 form-group">
22
22
  <label class="font_normal_body">{{$parent.$parent.usertitle}}名称</label>
23
23
  <input
24
- class="input_search" condition="f_user_name = '{}'"
24
+ class="input_search" condition="f_user_name like '%{}%'"
25
25
  placeholder='用户名称'
26
26
  style="width:60%"
27
27
  type="text"
@@ -15,7 +15,7 @@
15
15
  <div class="col-sm-2 form-group">
16
16
  <label class="font_normal_body">用户名称</label>
17
17
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
18
- condition="f_user_name = '{}'" placeholder="用户名称">
18
+ condition="f_user_name like '%{}%'" placeholder="用户名称">
19
19
  </div>
20
20
  <div class="col-sm-2 form-group">
21
21
  <label class="font_normal_body">用户地址</label>
@@ -15,7 +15,7 @@
15
15
  <div class="col-sm-2 form-group" >
16
16
  <label class="font_normal_body">客户名称</label>
17
17
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
18
- condition="f_user_name = '{}'" placeholder="客户名称">
18
+ condition="f_user_name like '%{}%'" placeholder="客户名称">
19
19
  </div>
20
20
  <div class="col-sm-2 form-group">
21
21
  <label class="font_normal_body">客户电话</label>
@@ -10,7 +10,7 @@
10
10
  <div class="col-sm-2 form-group">
11
11
  <label class="font_normal_body">{{$parent.$parent.usertitle}}名称</label>
12
12
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
13
- condition="f_user_name = '{}'" placeholder={{$parent.$parent.usertitle}}名称>
13
+ condition="f_user_name like '%{}%'" placeholder={{$parent.$parent.usertitle}}名称>
14
14
  </div>
15
15
  <div class="col-sm-2 form-group">
16
16
  <label class="font_normal_body">{{$parent.$parent.usertitle}}地址</label>
@@ -83,7 +83,7 @@
83
83
  <label class="font_normal_body">原户姓名</label>
84
84
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
85
85
  placeholder="原户姓名"
86
- condition="f_user_name = '{}'">
86
+ condition="f_user_name like '%{}%'">
87
87
  </div>
88
88
  <div class="col-sm-2 form-group">
89
89
  <label class="font_normal_body">新户姓名</label>
@@ -22,7 +22,7 @@
22
22
  <label class="font_normal_body">{{$parent.$parent.usertitle}}名称</label>
23
23
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
24
24
  v-model="model.f_user_name" placeholder='用户名称'
25
- condition="f_user_name = '{}'" v-el:xq v-next-el='username' v-el:username
25
+ condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
26
26
  >
27
27
  </div>
28
28
  <div class="col-sm-2 form-group">
@@ -21,7 +21,7 @@
21
21
  v-model="model.f_user_name"
22
22
  @keyup.enter="search"
23
23
  placeholder='用户名称'
24
- condition="f_user_name = '{}'"
24
+ condition="f_user_name like '%{}%'"
25
25
  v-el:xq v-next-el='username'
26
26
  v-el:username>
27
27
  </div>
@@ -561,11 +561,9 @@
561
561
  this.$showMessage(`是否确认批量收款,数量 ${this.$refs.paged.$refs.grid.getRowData().length} 个`, ['confirm', 'cancel']).then(
562
562
  (response) => {
563
563
  if (response === 'confirm') {
564
- const sqlStatements = this.$refs.paged.$refs.grid.getRowData().map(row =>
565
- `UPDATE t_othercharge SET f_audit_state = '审核通过' WHERE id = '${row.id}'`
566
- );
567
-
568
- const sql = sqlStatements.join('; ');
564
+ const rowIds = this.$refs.paged.$refs.grid.getRowData().map(row => row.id)
565
+ const sql = `update t_othercharge set f_audit_state = '审核通过' where id in (${rowIds.map(id => `'${id}'`).join(', ')})`
566
+ console.log(sql)
569
567
  const updateData = this.$resetpost('api/af-revenue/logic/runSQL', { data: { sql } }, { resolveMsg: '已确认', rejectMsg: '审核失败!!!' });
570
568
  updateData.then(() => {
571
569
  this.$refs.paged.$refs.cri.model.f_audit_state =['未审核']
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Mon Nov 04 18:30:03 CST 2024
2
- gradle.version=8.5
Binary file
File without changes