sale-client 4.2.81 → 4.2.82

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 (95) hide show
  1. package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
  2. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  3. package/.gradle/5.2.1/gc.properties +0 -0
  4. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  5. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  6. package/.gradle/vcs-1/gc.properties +0 -0
  7. package/build/dev-server.js +30 -52
  8. package/index.html +2 -7
  9. package/package.json +1 -1
  10. package/src/App.vue +1 -1
  11. package/src/components/FilesManage/addressts/FileUserFilests.vue +671 -0
  12. package/src/components/FilesManage/ncUserinfoList.vue +315 -0
  13. package/src/components/SellGasCharge/MeterCharge/CardDataRewrite.vue +107 -0
  14. package/src/components/SendCard/SendCardData.vue +208 -0
  15. package/src/components/accounts/accountAdd.vue +276 -0
  16. package/src/components/accounts/accountsList.vue +183 -0
  17. package/src/components/accounts/accountsManage.vue +87 -0
  18. package/src/components/common/chargeinfo/chargeinfo.vue +55 -0
  19. package/src/components/common/userinfo_detail/config/exportConfig.js +85 -0
  20. package/src/components/ncarchives/ncArchivesAdd.vue +468 -0
  21. package/src/components/ncarchives/ncArchivesList.vue +159 -0
  22. package/src/components/ncarchives/ncUserfilesList.vue +373 -0
  23. package/src/components/ncarchives/ncarchivesmanage.vue +80 -0
  24. package/src/components/revenue/HandManager/MeterBookUser.vue +726 -726
  25. package/src/components/revenue/IOTArrears/arrears.vue +323 -0
  26. package/src/components/revenue/IOTArrears/iotRechargeAudit.vue +369 -0
  27. package/src/components/revenue/base/rightview/carddetail/cardiotfeeChangeDetail.vue +59 -0
  28. package/src/components/revenue/base/rightview/carddetail/reduceChangeDetail.vue +59 -0
  29. package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellationts.vue +73 -0
  30. package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchEnablets.vue +73 -0
  31. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/ReduceAddGas.vue +199 -0
  32. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icdeductionManage.vue +24 -0
  33. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icdeductionYSManage.vue +24 -0
  34. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icfeeDeduction.vue +185 -0
  35. package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icfeeYSDeduction.vue +185 -0
  36. package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +2 -0
  37. package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentDetailed.vue +423 -423
  38. package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeFlowMeter.vue +356 -0
  39. package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/CorrectionMeter.vue +148 -0
  40. package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
  41. package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackUserList.vue +136 -0
  42. package/src/components/revenue/machineHandManage/ArrearsQuery.vue +938 -938
  43. package/src/components/revenue/recordMainten/sellinggas/AddWarehousemain.vue +65 -0
  44. package/src/components/revenue/recordMainten/sellinggas/MeterOperateAdd.vue +483 -0
  45. package/src/components/revenue/recordMainten/sellinggas/MeterOperatemain.vue +279 -0
  46. package/src/components/revenue/recordMainten/sellinggas/MeterOperatemainImport.vue +265 -0
  47. package/src/components/thirdapply/thirdAdd.vue +289 -0
  48. package/src/components/thirdapply/thirdList.vue +162 -0
  49. package/src/components/thirdapply/thirdManage.vue +74 -0
  50. package/src/components/webMeter/InstructQuery.vue +414 -0
  51. package/src/components/webMeter/ParamSet/ParamSet.vue +556 -0
  52. package/src/components/webMeter/ParamSet/ParamSetForm.vue +296 -0
  53. package/src/components/webMeter/WebUserHand.vue +483 -0
  54. package/src/components/webMeter/instructionView/NewQueryInstruct.vue +509 -0
  55. package/src/components/webMeter/instructionView/NewQueryInstructMain.vue +48 -0
  56. package/src/components/webMeter/webManage/NewMeterList.vue +461 -0
  57. package/src/filiale/alashan/eticket/EticketRecordList.vue +428 -428
  58. package/src/filiale/bayan/ChargeList.vue +1010 -1010
  59. package/src/filiale/bayan/StockListmain.vue +543 -543
  60. package/src/filiale/bazhong/UserInfoDetailManageNew.vue +245 -245
  61. package/src/filiale/bazhong/ic_detail/ChangeMeterQueryUser.vue +370 -370
  62. package/src/filiale/bazhong/sale.js +8 -8
  63. package/src/filiale/beifangshiye/OtherChargeNew.vue +625 -625
  64. package/src/filiale/lixianV3/ArrearsQuery.vue +938 -938
  65. package/src/filiale/lixianV3/InsuranceChargesDetails.vue +425 -425
  66. package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +281 -281
  67. package/src/filiale/ronghao/ArrearsQuery.vue +974 -974
  68. package/src/filiale/ronghao/CardService.js +2144 -2144
  69. package/src/filiale/ronghao/InsuranceManage.vue +58 -58
  70. package/src/filiale/ronghao/MachineChargeService.js +149 -149
  71. package/src/filiale/ronghao/PaymentCode.vue +174 -174
  72. package/src/filiale/ronghao/PriceChangeCompensation/CompensationManage.vue +26 -26
  73. package/src/filiale/ronghao/PriceChangeCompensation/IotCompensation.vue +318 -318
  74. package/src/filiale/ronghao/PriceChangeCompensation/JbCompensation.vue +343 -343
  75. package/src/filiale/ronghao/PriceChangeCompensation/SurplusRecordDetail.vue +74 -74
  76. package/src/filiale/ronghao/ReplaceCardManage.vue +415 -415
  77. package/src/filiale/ronghao/Upload.vue +654 -654
  78. package/src/filiale/ronghao/cardDown.vue +1141 -1141
  79. package/src/filiale/ronghao/changemeterOperate.vue +315 -315
  80. package/src/filiale/ronghao/fillgasSpecific.vue +313 -313
  81. package/src/filiale/ronghao/ic_detail/ChargeRecordQuery.vue +106 -106
  82. package/src/filiale/ronghao/ic_detail/WatchCollection.vue +115 -115
  83. package/src/filiale/ronghao/ic_detail/WebHandQueryUser.vue +411 -411
  84. package/src/filiale/ronghao/machineDown.vue +1176 -1176
  85. package/src/filiale/ronghao/replacementSingleInfoOperation.vue +315 -315
  86. package/src/filiale/ronghao/specificInformation.vue +537 -537
  87. package/src/filiale/yangchun/ChargeList.vue +954 -954
  88. package/src/filiale/yuncheng/ChangeMeter.vue +9 -0
  89. package/src/filiale/yuncheng/FileManageService.js +469 -469
  90. package/src/filiale/yuncheng/changemeterListMaintain.vue +504 -504
  91. package/src/filiale/zhongsheng/BlackListList.vue +293 -293
  92. package/src/filiale/zhongyi/HandQueryUser.vue +389 -389
  93. package/src/main.js +3 -3
  94. package/src/plugins/FileManageServicets.js +214 -0
  95. package/src/plugins/GetImg.js +53 -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">地&emsp;&emsp;址</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>