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.
- package/package.json +1 -1
- package/src/filiale/jinbin/exportConfig.js +1110 -0
- package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +1372 -0
- package/src/filiale/jinbin/sale.js +7 -0
- package/src/filiale/ningjin/report/ReportList.vue +479 -0
- package/src/filiale/ningjin/webmeterManage.js +2 -0
- package/src/filiale/shanxian/CancellationQuery.vue +1 -1
- package/src/filiale/shanxian/ChangeMeterQuery.vue +1 -1
- package/src/filiale/shanxian/ChangeUserQuery.vue +1 -1
- package/src/filiale/shanxian/DeviceQuery.vue +1 -1
- package/src/filiale/shanxian/DisableQuery.vue +1 -1
- package/src/filiale/shanxian/EnableQuery.vue +1 -1
- package/src/filiale/shanxian/FMYGasQuery.vue +1 -1
- package/src/filiale/shanxian/FillCardQuery.vue +1 -1
- package/src/filiale/shanxian/FillGasQuery.vue +1 -1
- package/src/filiale/shanxian/FmyGasDeviceQuery.vue +1 -1
- package/src/filiale/shanxian/GasDeviceQuery.vue +1 -1
- package/src/filiale/shanxian/GasInspection.vue +1 -1
- package/src/filiale/shanxian/InspectListGas.vue +1 -1
- package/src/filiale/shanxian/InspectListUser.vue +1 -1
- package/src/filiale/shanxian/InspectListUserNew.vue +1 -1
- package/src/filiale/shanxian/LostContactAnalysisList.vue +1 -1
- package/src/filiale/shanxian/MeterQuery.vue +1 -1
- package/src/filiale/shanxian/MonthGasQuery.vue +1 -1
- package/src/filiale/shanxian/NewQueryInstruct.vue +1 -1
- package/src/filiale/shanxian/OtherChargeQuery.vue +1 -1
- package/src/filiale/shanxian/RecordInfoQuery.vue +1 -1
- package/src/filiale/shanxian/ReverseQuery.vue +1 -1
- package/src/filiale/shanxian/TransferQuery.vue +1 -1
- package/src/filiale/shanxian/UserLostContactAnalysis.vue +1 -1
- package/src/filiale/shanxian/newwebmeter/TotalExceptionByMeter.vue +1 -1
- package/src/filiale/yangchun/OtherChargeQuery.vue +3 -5
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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">
|
|
@@ -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
|
|
565
|
-
|
|
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 =['未审核']
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|