sale-client 4.2.17 → 4.2.18
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/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/build/dev-server.js +5 -2
- package/package.json +1 -1
- package/src/components/FilesManage/addressts/FileUserFilests.vue +671 -0
- package/src/components/FilesManage/ncUserinfoList.vue +315 -0
- package/src/components/SellGasCharge/MeterCharge/CardDataRewrite.vue +107 -0
- package/src/components/SendCard/SendCardData.vue +208 -0
- package/src/components/accounts/accountAdd.vue +276 -0
- package/src/components/accounts/accountsList.vue +183 -0
- package/src/components/accounts/accountsManage.vue +87 -0
- package/src/components/common/chargeinfo/chargeinfo.vue +55 -0
- package/src/components/common/userinfo_detail/config/exportConfig.js +85 -0
- package/src/components/ncarchives/ncArchivesAdd.vue +468 -0
- package/src/components/ncarchives/ncArchivesList.vue +159 -0
- package/src/components/ncarchives/ncUserfilesList.vue +373 -0
- package/src/components/ncarchives/ncarchivesmanage.vue +80 -0
- package/src/components/revenue/IOTArrears/arrears.vue +323 -0
- package/src/components/revenue/IOTArrears/iotRechargeAudit.vue +369 -0
- package/src/components/revenue/base/rightview/carddetail/cardiotfeeChangeDetail.vue +59 -0
- package/src/components/revenue/base/rightview/carddetail/reduceChangeDetail.vue +59 -0
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellationts.vue +73 -0
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchEnablets.vue +73 -0
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/ReduceAddGas.vue +199 -0
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icdeductionManage.vue +24 -0
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icdeductionYSManage.vue +24 -0
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icfeeDeduction.vue +185 -0
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icfeeYSDeduction.vue +185 -0
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeFlowMeter.vue +356 -0
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/CorrectionMeter.vue +148 -0
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackUserList.vue +136 -0
- package/src/components/revenue/recordMainten/sellinggas/AddWarehousemain.vue +65 -0
- package/src/components/revenue/recordMainten/sellinggas/MeterOperateAdd.vue +483 -0
- package/src/components/revenue/recordMainten/sellinggas/MeterOperatemain.vue +279 -0
- package/src/components/revenue/recordMainten/sellinggas/MeterOperatemainImport.vue +265 -0
- package/src/components/thirdapply/thirdAdd.vue +289 -0
- package/src/components/thirdapply/thirdList.vue +162 -0
- package/src/components/thirdapply/thirdManage.vue +74 -0
- package/src/components/webMeter/InstructQuery.vue +414 -0
- package/src/components/webMeter/ParamSet/ParamSet.vue +556 -0
- package/src/components/webMeter/ParamSet/ParamSetForm.vue +296 -0
- package/src/components/webMeter/WebUserHand.vue +483 -0
- package/src/components/webMeter/instructionView/NewQueryInstruct.vue +509 -0
- package/src/components/webMeter/instructionView/NewQueryInstructMain.vue +48 -0
- package/src/components/webMeter/webManage/NewMeterList.vue +461 -0
- package/src/filiale/jinhuang/WebHand.vue +1026 -1026
- package/src/filiale/yuncheng/IndustryCommerceHand.vue +17 -4
- package/src/main.js +1 -1
- package/src/plugins/FileManageServicets.js +214 -0
- package/src/plugins/GetImg.js +53 -0
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/file-system.probe +0 -0
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div id="unit" class="flex-row">
|
|
3
|
+
<div class="basic-main">
|
|
4
|
+
<div class="flex" v-if="!listpage">
|
|
5
|
+
<criteria-paged :model="model" v-ref:paged>
|
|
6
|
+
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
7
|
+
<!-- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>-->
|
|
8
|
+
<div class="form-horizontal select-overspread container-fluid auto" novalidate partial>
|
|
9
|
+
<div class="row">
|
|
10
|
+
<div class="col-sm-2 form-group">
|
|
11
|
+
<label class="font_normal_body" >组织机构</label>
|
|
12
|
+
<res-select
|
|
13
|
+
:initresid='$parent.$parent.curorgid'
|
|
14
|
+
@res-select="$parent.$parent.getorg"
|
|
15
|
+
is-mul="false"
|
|
16
|
+
restype='organization'>
|
|
17
|
+
</res-select>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="col-sm-2 form-group">
|
|
20
|
+
<label class="font_normal_body">客户编号</label>
|
|
21
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_userinfo_code" style="width:60%"
|
|
22
|
+
condition="f_userinfo_code like '{}%'" placeholder="客户编号"
|
|
23
|
+
/>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="col-sm-2 form-group">
|
|
26
|
+
<label class="font_normal_body">客户名称</label>
|
|
27
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_user_name" style="width:60%"
|
|
28
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称"
|
|
29
|
+
/>
|
|
30
|
+
</div>
|
|
31
|
+
<div class="col-sm-2 form-group">
|
|
32
|
+
<label class="font_normal_body">费用状态</label>
|
|
33
|
+
<v-select :options='$parent.$parent.moneystate'
|
|
34
|
+
:value.sync="model.f_money_state"
|
|
35
|
+
close-on-select condition="f_balance_amount {} 0"
|
|
36
|
+
placeholder='费用状态'
|
|
37
|
+
style="width: 60%" v-model="model.f_money_state"></v-select>
|
|
38
|
+
</div>
|
|
39
|
+
<div class="col-sm-2 form-group">
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
<label class="font_normal_body">气表品牌</label>
|
|
43
|
+
<v-select :value.sync="model.f_meter_brand"
|
|
44
|
+
v-model="model.f_meter_brand"
|
|
45
|
+
:options='$parent.$parent.meterbrands' placeholder='请选择'
|
|
46
|
+
condition="f_meter_brand = '{}'"
|
|
47
|
+
close-on-select></v-select>
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
<div style="float:right">
|
|
51
|
+
<button class="button_search button_spacing" @click="search()" >查询</button>
|
|
52
|
+
<button class="button_search button_spacing" @click="clear()" >清空</button>
|
|
53
|
+
<!-- <button class="button_search button_spacing" @click="$parent.$parent.SaveAsFileAll('daochu')" >导出</button>-->
|
|
54
|
+
<export-excel :data="$parent.$parent.getcondition" :defaultselect="$parent.$parent.defaultfield"
|
|
55
|
+
:field="$parent.$parent.getfield"
|
|
56
|
+
sqlurl="rs/logic/saleExport" sql-name="iotArrearsInfo" template-name='物联网表欠费用户信息'
|
|
57
|
+
:choose-col="true"></export-excel>
|
|
58
|
+
<!-- <button class="button_export" @click="$parent.$parent.importFile()">导入</button>-->
|
|
59
|
+
<div
|
|
60
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
61
|
+
@click="$parent.$parent.hidden()" class="button_spacing" style="float: right"></div>
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
65
|
+
<div class="col-sm-2 form-group">
|
|
66
|
+
<label class="font_normal_body">客户类型</label>
|
|
67
|
+
<v-select :options='$parent.$parent.usertypes'
|
|
68
|
+
@change="$parent.$parent.userTypeChange"
|
|
69
|
+
:value.sync="model.f_user_type"
|
|
70
|
+
close-on-select condition="f_user_type = '{}'"
|
|
71
|
+
placeholder='用户类型'
|
|
72
|
+
style="width: 60%" v-model="model.f_user_type"></v-select>
|
|
73
|
+
</div>
|
|
74
|
+
<div class="col-sm-2 form-group">
|
|
75
|
+
<label class="font_normal_body">用气性质</label>
|
|
76
|
+
<v-select :options='$parent.$parent.gasproperties'
|
|
77
|
+
:value.sync="model.f_gasproperties"
|
|
78
|
+
close-on-select
|
|
79
|
+
condition="f_gasproperties = '{}'"
|
|
80
|
+
placeholder='用气性质'
|
|
81
|
+
style="width: 60%"
|
|
82
|
+
v-model="model.f_gasproperties">
|
|
83
|
+
</v-select>
|
|
84
|
+
</div>
|
|
85
|
+
<div class="col-sm-2 form-group">
|
|
86
|
+
<label class="font_normal_body">表具状态</label>
|
|
87
|
+
<v-select :options='$parent.$parent.tableState'
|
|
88
|
+
:value.sync="model.f_table_state"
|
|
89
|
+
close-on-select
|
|
90
|
+
condition="f_table_state = '{}'"
|
|
91
|
+
placeholder='用气性质'
|
|
92
|
+
style="width: 60%"
|
|
93
|
+
v-model="model.f_table_state">
|
|
94
|
+
</v-select>
|
|
95
|
+
</div>
|
|
96
|
+
|
|
97
|
+
<div class="col-sm-2 form-group">
|
|
98
|
+
<label class="font_normal_body">地  址</label>
|
|
99
|
+
<input type="text" class="input_search"
|
|
100
|
+
v-model="model.f_name" style="width:60%"
|
|
101
|
+
condition="f_name like '%{}%'" placeholder="地址"
|
|
102
|
+
/>
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
105
|
+
</div>
|
|
106
|
+
</criteria>
|
|
107
|
+
<data-grid id="daochu" :model="model" partial='list' class="list_area table_sy" v-ref:grid>
|
|
108
|
+
<template partial='head'>
|
|
109
|
+
<tr>
|
|
110
|
+
<th><nobr>用户编号</nobr></th>
|
|
111
|
+
<th><nobr>用户姓名/单位名称</nobr></th>
|
|
112
|
+
<th><nobr>用户状态</nobr></th>
|
|
113
|
+
<th><nobr>表号</nobr></th>
|
|
114
|
+
<th><nobr>用户类型</nobr></th>
|
|
115
|
+
<th><nobr>用气性质</nobr></th>
|
|
116
|
+
<th><nobr>气表分类</nobr></th>
|
|
117
|
+
<th><nobr>气表底数</nobr></th>
|
|
118
|
+
<th><nobr>表状态</nobr></th>
|
|
119
|
+
<th><nobr>剩余金额</nobr></th>
|
|
120
|
+
<th><nobr>费用状态</nobr></th>
|
|
121
|
+
<th><nobr>气表品牌</nobr></th>
|
|
122
|
+
<th><nobr>地址</nobr></th>
|
|
123
|
+
</tr>
|
|
124
|
+
</template>
|
|
125
|
+
<template partial='body'>
|
|
126
|
+
<tr>
|
|
127
|
+
<td style="text-align:center">
|
|
128
|
+
<span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.f_userinfo_code}}</a></span>
|
|
129
|
+
<!-- <button-link type="button" class="btn btn-link" @click="$parent.$parent.$parent.getUserInfo(row)">-->
|
|
130
|
+
<!-- {{ row.f_userinfo_code}}</button-link>-->
|
|
131
|
+
</td>
|
|
132
|
+
<td style="text-align:center"><nobr>{{row.f_user_name}}</nobr></td>
|
|
133
|
+
<td style="text-align:center"><nobr>{{row.f_user_state}}</nobr>
|
|
134
|
+
<td style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></td>
|
|
135
|
+
<td style="text-align:center"><nobr>{{row.f_user_type}}</nobr></td>
|
|
136
|
+
<td style="text-align:center"><nobr>{{row.f_gasproperties}}</nobr></td>
|
|
137
|
+
<td style="text-align:center"><nobr>{{row.f_meter_classify}}</nobr></td>
|
|
138
|
+
<td style="text-align:center"><nobr>{{row.f_meter_base}}</nobr></td>
|
|
139
|
+
<td style="text-align:center"><nobr>{{row.f_table_state}}</nobr></td>
|
|
140
|
+
<td style="text-align:center"><nobr>{{row.f_balance_amount}}</nobr></td>
|
|
141
|
+
<td style="text-align:center"><nobr>{{row.f_money_state}}</nobr></td>
|
|
142
|
+
<td style="text-align:center"><nobr>{{row.f_meter_brand}}</nobr></td>
|
|
143
|
+
<td style="text-align:center"><nobr>{{row.f_address}}</nobr></td>
|
|
144
|
+
</tr>
|
|
145
|
+
</template>
|
|
146
|
+
<template partial='foot'></template>
|
|
147
|
+
</data-grid>
|
|
148
|
+
</criteria-paged>
|
|
149
|
+
</div>
|
|
150
|
+
<div v-if="listpage">
|
|
151
|
+
<user-info-detail-manage :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage>
|
|
152
|
+
</div>
|
|
153
|
+
</div>
|
|
154
|
+
</div>
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
<modal :show.sync="fileshow" width="500px" title="文件导入" v-ref:modal large backdrop="false">
|
|
158
|
+
<article slot="modal-body" class="modal-body">
|
|
159
|
+
<file-upload class="my-file-uploader " name="UploadFile" class="btn btn-success" style="border-radius: 2px;"
|
|
160
|
+
action="rs/file/uploadFile" tagname="导入发票" v-ref:file :headers="headers"></file-upload>
|
|
161
|
+
</article>
|
|
162
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
163
|
+
</footer>
|
|
164
|
+
</modal>
|
|
165
|
+
|
|
166
|
+
</template>
|
|
167
|
+
|
|
168
|
+
<script>
|
|
169
|
+
import { PagedList } from 'vue-client'
|
|
170
|
+
import {HttpResetClass} from 'vue-client'
|
|
171
|
+
import Vue from "vue";
|
|
172
|
+
import getLodop from "../../../plugins/LodopFuncs";
|
|
173
|
+
import exportConfig from "../../common/userinfo_detail/config/exportConfig"
|
|
174
|
+
let getGasbrandGen = async function (self) {
|
|
175
|
+
await self.$LoadParams.loadParam()
|
|
176
|
+
self.initQueryParam()
|
|
177
|
+
}
|
|
178
|
+
// self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
|
|
179
|
+
export default {
|
|
180
|
+
data () {
|
|
181
|
+
return {
|
|
182
|
+
defaultfield: [],
|
|
183
|
+
config: {
|
|
184
|
+
defaultPrint: ['f_user_name','f_meter_brand','f_user_type']
|
|
185
|
+
},
|
|
186
|
+
model: new PagedList('rs/sql/iotArrearsInfo',20),
|
|
187
|
+
fileshow: false,
|
|
188
|
+
condition: '1=1',
|
|
189
|
+
moneystate: [{label: '欠费', value: '<'}, {label: '正常', value: '>='}],
|
|
190
|
+
// f_usertype:[{label:'民用',value:'民用'},{label:'非民用',value:'非民用'}],
|
|
191
|
+
// gasproperties:[],
|
|
192
|
+
meterBrand:[],
|
|
193
|
+
meterbrands: [],
|
|
194
|
+
curorgid: [this.$login.f.orgid],
|
|
195
|
+
radio: [],
|
|
196
|
+
//选中的页
|
|
197
|
+
all: [],
|
|
198
|
+
//row数据
|
|
199
|
+
rowsdata: [],
|
|
200
|
+
printModel: {
|
|
201
|
+
rows: []
|
|
202
|
+
},
|
|
203
|
+
listpage:false,
|
|
204
|
+
criteriaShow:false,
|
|
205
|
+
iscomplanAllInfo:false,
|
|
206
|
+
rowdata:[],
|
|
207
|
+
gasproperties: this.$appdata.getParam('用气性质') ? [{
|
|
208
|
+
label: '全部',
|
|
209
|
+
value: ''
|
|
210
|
+
}, ...this.$appdata.getParam('用气性质')] : [],
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
title: '物联网欠费查询',
|
|
214
|
+
ready(){
|
|
215
|
+
this.search()
|
|
216
|
+
for(var item in exportConfig.iotArrearsField){
|
|
217
|
+
this.defaultfield.push(item)
|
|
218
|
+
}
|
|
219
|
+
getGasbrandGen(this)
|
|
220
|
+
},
|
|
221
|
+
computed : {
|
|
222
|
+
// ischecked() {
|
|
223
|
+
// return function (index, i) {
|
|
224
|
+
// if (!this.radio[index]) {
|
|
225
|
+
// return false
|
|
226
|
+
// }
|
|
227
|
+
// return this.radio[index][i]
|
|
228
|
+
// }
|
|
229
|
+
// },
|
|
230
|
+
getcondition(){
|
|
231
|
+
return {
|
|
232
|
+
condition: `${this.$refs.paged.$refs.cri.condition}`
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
getfield() {
|
|
236
|
+
return exportConfig.iotArrearsField
|
|
237
|
+
},
|
|
238
|
+
// meterbrands () {
|
|
239
|
+
// return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('气表品牌')]
|
|
240
|
+
// },
|
|
241
|
+
// meterbrands() {
|
|
242
|
+
// return this.$GetSaleParam.getGasbrand()
|
|
243
|
+
// },
|
|
244
|
+
usertypes() {
|
|
245
|
+
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('客户类型')]
|
|
246
|
+
},
|
|
247
|
+
metertypes() {
|
|
248
|
+
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('气表类型')]
|
|
249
|
+
},
|
|
250
|
+
pricetypes() {
|
|
251
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('气价类型')]
|
|
252
|
+
},
|
|
253
|
+
tableState () {
|
|
254
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('表具状态')]
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
events : {
|
|
258
|
+
|
|
259
|
+
},
|
|
260
|
+
methods: {
|
|
261
|
+
hidden(){
|
|
262
|
+
this.criteriaShow = !this.criteriaShow
|
|
263
|
+
},
|
|
264
|
+
cancel(){
|
|
265
|
+
this.listpage=false
|
|
266
|
+
},
|
|
267
|
+
dealmsg(val) {
|
|
268
|
+
console.log("=---------------dealmsg--------------")
|
|
269
|
+
this.listpage=true
|
|
270
|
+
this.rowdata=val
|
|
271
|
+
console.log(this.rowdata.f_userinfo_id)
|
|
272
|
+
val.model = this.model.model
|
|
273
|
+
// this('deal-msg', val)
|
|
274
|
+
},
|
|
275
|
+
search () {
|
|
276
|
+
this.$refs.paged.$refs.cri.search()
|
|
277
|
+
},
|
|
278
|
+
userTypeChange () {
|
|
279
|
+
this.gasproperties=[]
|
|
280
|
+
if(this.$refs.paged.model.model !== null ) {
|
|
281
|
+
this.$refs.paged.model.model.f_gasproperties=''
|
|
282
|
+
|
|
283
|
+
console.log(this.$refs.paged.model.model.f_user_type[0])
|
|
284
|
+
this.gasproperties = this.$appdata.getParam(this.$refs.paged.model.model.f_user_type[0])
|
|
285
|
+
// this.gasproperties.push({label: '全部', value: ''})
|
|
286
|
+
}
|
|
287
|
+
else{
|
|
288
|
+
this.gasproperties =[{label: '全部', value: ''}]
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
async selfSearch (args) {
|
|
292
|
+
if (!this.f_orgid) {
|
|
293
|
+
this.getorg([this.$login.f.orgid])
|
|
294
|
+
}
|
|
295
|
+
console.log('查询。。。', this.f_orgid)
|
|
296
|
+
args.condition = `${args.condition} and f_filialeid in ${this.f_orgid}`
|
|
297
|
+
this.model.search(args.condition, args.model)
|
|
298
|
+
},
|
|
299
|
+
//清空
|
|
300
|
+
clear(){
|
|
301
|
+
this.$refs.paged.$refs.cri.model = {}
|
|
302
|
+
},
|
|
303
|
+
getorg (val) {
|
|
304
|
+
this.f_orgid = this.$login.convertToIn(val)
|
|
305
|
+
this.f_filialeids = val[0]
|
|
306
|
+
},
|
|
307
|
+
initQueryParam () {
|
|
308
|
+
let arr = []
|
|
309
|
+
this.$GetSaleParam.getGasbrand().forEach((item) => {
|
|
310
|
+
let temp = {}
|
|
311
|
+
if(item.value.f_meter_type==='物联网表'){
|
|
312
|
+
temp.label = item.label
|
|
313
|
+
temp.value = item.value.f_meter_brand
|
|
314
|
+
arr.push(temp )
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
})
|
|
318
|
+
this.meterbrands = [{label: '全部', value: ''}, ...arr]
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
}
|
|
323
|
+
</script>
|