manage-client 3.3.265 → 3.3.266-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.
- package/package.json +1 -1
- package/src/components/sale/businessquery/GasInspection.vue +1 -1
- package/src/components/sale/businessquery/InspectListGas.vue +1 -1
- package/src/components/sale/businessquery/InspectListUser.vue +1 -1
- package/src/components/valueaddinfo/ValueAddinfoQuery.vue +1 -1
- package/src/components/valueaddinfo/valueAddCountQuery.vue +1 -1
- package/src/components/valueaddinfo/valueAddUserQuery.vue +1 -1
- package/src/components/webmeter/DrillData/GetNoMetereadData.vue +1 -1
- package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +1 -1
- package/src/components/webmeter/DrillData/UserGasAll.vue +1 -1
- package/src/components/webmeter/gasAnalysis/NewWebmeterSettlementAnalysis.vue +1 -1
- package/src/components/webmeter/gasAnalysis/WebmeterSettlementAnalysis.vue +1 -1
- package/src/components/webmeter/newwebmeter/NewException/TotalExceptionByMeter.vue +1 -3
- package/src/components/webmeter/newwebmeter/NewException/TotalExceptionByMeterShiQuan.vue +1 -3
- package/src/filiale/WEINAN/InspectListGas.vue +1 -1
- package/src/filiale/WEINAN/InspectListUser.vue +1 -1
- package/src/filiale/WEINAN/UserGasList.vue +0 -3
- package/src/filiale/WEINAN/UserLostContactAnalysis.vue +1 -1
- package/src/filiale/WEINAN/webmeter/LostContactAnalysisList.vue +1 -1
- package/src/filiale/WEINAN/webmeter/TotalExceptionByMeter.vue +1 -3
- package/src/filiale/bayan/webmeter/NewWebmeterSettlementAnalysis.vue +1 -1
- package/src/filiale/hantou/GetNoMetereadData.vue +1 -1
- package/src/filiale/hantou/LostContactAnalysisList.vue +1 -1
- package/src/filiale/hantou/NewWebmeterSettlementAnalysis.vue +1 -1
- package/src/filiale/hantou/UserGasAll.vue +1 -1
- package/src/filiale/lixianV3/UserLostContactAnalysis.vue +1 -1
- package/src/filiale/macheng/WebmeterSettlementAnalysis.vue +1 -1
- package/src/filiale/meihekou/CardHandplanQuery.vue +6 -6
- package/src/filiale/ningjin/GasInspection.vue +1 -1
- package/src/filiale/ningjin/GetNoMetereadData.vue +1 -1
- package/src/filiale/ningjin/InspectListGas.vue +1 -1
- package/src/filiale/ningjin/InspectListUser.vue +1 -1
- package/src/filiale/ningjin/LostContactAnalysisList.vue +1 -1
- package/src/filiale/ningjin/MeterExceptionList.vue +1 -1
- package/src/filiale/ningjin/UserLostContactAnalysis.vue +1 -1
- package/src/filiale/rizhao/InspectListUser.vue +1 -1
- package/src/filiale/shangluo/webmeter/WebmeterSettlementAnalysis.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/UserGasAll.vue +1 -1
- package/src/filiale/shanxian/UserLostContactAnalysis.vue +1 -1
- package/src/filiale/shanxian/newwebmeter/TotalExceptionByMeter.vue +1 -3
- package/src/filiale/tongchuan/GasInspection.vue +1 -1
- package/src/filiale/tongchuan/InspectListGas.vue +1 -1
- package/src/filiale/wenxi/GetNoMetereadData.vue +1 -1
- package/src/filiale/wuhai/UserGasAll.vue +1 -1
- package/src/filiale/yuncheng/GasInspection.vue +1 -1
- package/src/filiale/yuncheng/LostContactAnalysisList.vue +1 -1
- package/src/filiale/zhongyi/LostContactAnalysisList.vue +1 -1
- package/src/filiale/zhongyi/MeterExceptionList.vue +1 -1
- package/src/filiale/zhongyi/UserLostContactAnalysis.vue +1 -1
- package/.npmignore +0 -10
- package/build/.npmignore +0 -1
- package/package-lock.json +0 -28484
package/package.json
CHANGED
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
org:[this.$login.f.orgid],
|
|
323
323
|
criteriaShow: false,
|
|
324
324
|
filialeNameStr: null,
|
|
325
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
325
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
326
326
|
userid: this.$login.f.id,
|
|
327
327
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
328
328
|
model: new PagedList('api/af-revenue/sql/getGasInspection', 50,{mycondition:'this.model.model.mycondition'},{
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
criteriaShow: false,
|
|
307
307
|
meter_classify:'卡表',
|
|
308
308
|
filialeNameStr: null,
|
|
309
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
309
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
310
310
|
userid: this.$login.f.id,
|
|
311
311
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
312
312
|
getfield:{"f_userinfo_code":"客户编号","f_user_phone":"客户电话","f_olduserinfo_code":"档案编号","f_meternumber":"表号",
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
criteriaShow: false,
|
|
409
409
|
meter_classify:'卡表',
|
|
410
410
|
filialeNameStr: null,
|
|
411
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
411
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
412
412
|
userid: this.$login.f.id,
|
|
413
413
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
414
414
|
getfield:{"f_userinfo_code":"客户编号","f_olduserinfo_code":"档案编号","f_meternumber":"表号","f_user_name":"客户名称",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
data() {
|
|
237
237
|
return {
|
|
238
238
|
org:[this.$login.f.orgid],
|
|
239
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
239
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
240
240
|
config: {
|
|
241
241
|
defaultPrint: ['f_userinfo_code', 'f_address', 'f_pregas', 'f_preamount']
|
|
242
242
|
},
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
data() {
|
|
131
131
|
return {
|
|
132
132
|
org:[this.$login.f.orgid],
|
|
133
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
133
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
134
134
|
config: {
|
|
135
135
|
defaultPrint: ['f_userinfo_code', 'f_address', 'f_pregas', 'f_preamount']
|
|
136
136
|
},
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
data() {
|
|
198
198
|
return {
|
|
199
199
|
org:[this.$login.f.orgid],
|
|
200
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
200
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
201
201
|
config: {
|
|
202
202
|
defaultPrint: ['f_userinfo_code', 'f_address', 'f_pregas', 'f_preamount']
|
|
203
203
|
},
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
operator: [],
|
|
274
274
|
meterbrands: [],
|
|
275
275
|
meterstyle:{},
|
|
276
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
276
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
277
277
|
orgid:[this.$login.f.orgid],
|
|
278
278
|
condition: '1=1',
|
|
279
279
|
org:[this.$login.f.orgid]
|
|
@@ -501,7 +501,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
501
501
|
if (this.orgCondtionStr)
|
|
502
502
|
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid in ${this.orgCondtionStr}`
|
|
503
503
|
else
|
|
504
|
-
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid = ${this.$login.f.orgid}`
|
|
504
|
+
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid = '${this.$login.f.orgid}'`
|
|
505
505
|
if(this.zonesdata){
|
|
506
506
|
this.condition = this.$refs.paged.$refs.cri.condition + ` and ${this.zonesdata}`
|
|
507
507
|
}
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
meterbrands: [],
|
|
305
305
|
states: [],
|
|
306
306
|
meterstyle:{},
|
|
307
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
307
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
308
308
|
orgid:[this.$login.f.orgid],
|
|
309
309
|
condition: '1=1',
|
|
310
310
|
org:[this.$login.f.orgid]
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
meterbrands: [],
|
|
310
310
|
states: [],
|
|
311
311
|
meterstyle:{},
|
|
312
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
312
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
313
313
|
orgid:[this.$login.f.orgid],
|
|
314
314
|
condition: '1=1',
|
|
315
315
|
org:[this.$login.f.orgid]
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
},
|
|
369
369
|
condition: '1=1',
|
|
370
370
|
org:`${[this.$login.f.orgid]}`,
|
|
371
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`
|
|
371
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`
|
|
372
372
|
}
|
|
373
373
|
},
|
|
374
374
|
ready() {
|
|
@@ -403,8 +403,6 @@
|
|
|
403
403
|
for (let i = 0; i < res.data.length; i++) {
|
|
404
404
|
if (groupname == 'f_meter_brand') {
|
|
405
405
|
self.WarningType.push({label: res.data[i].f_meter_brand, value:res.data[i].f_meter_brand})
|
|
406
|
-
console.log('气表品牌~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
|
|
407
|
-
console.log( self.WarningType)
|
|
408
406
|
} else if (groupname == 'f_meter_style') {
|
|
409
407
|
//气表类型
|
|
410
408
|
self.Warningstyle.push({label: res.data[i].f_meter_style, value:res.data[i].f_meter_style})
|
|
@@ -382,7 +382,7 @@ export default {
|
|
|
382
382
|
},
|
|
383
383
|
condition: '1=1',
|
|
384
384
|
org: [this.$login.f.orgid],
|
|
385
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`
|
|
385
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`
|
|
386
386
|
}
|
|
387
387
|
},
|
|
388
388
|
ready() {
|
|
@@ -427,8 +427,6 @@ export default {
|
|
|
427
427
|
for (let i = 0; i < res.data.length; i++) {
|
|
428
428
|
if (groupname == 'f_meter_brand') {
|
|
429
429
|
self.WarningType.push({label: res.data[i].f_meter_brand, value: res.data[i].f_meter_brand})
|
|
430
|
-
console.log('气表品牌~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
|
|
431
|
-
console.log(self.WarningType)
|
|
432
430
|
} else if (groupname == 'f_meter_style') {
|
|
433
431
|
//气表类型
|
|
434
432
|
self.Warningstyle.push({label: res.data[i].f_meter_style, value: res.data[i].f_meter_style})
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
criteriaShow: false,
|
|
326
326
|
meter_classify:'卡表',
|
|
327
327
|
filialeNameStr: null,
|
|
328
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
328
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
329
329
|
userid: this.$login.f.id,
|
|
330
330
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
331
331
|
getfield:{"f_userinfo_code":"客户编号","f_olduserinfo_code":"档案编号","f_meternumber":"表号",
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
prices: [],
|
|
283
283
|
f_filialeid: this.$login.f.f_orgid,
|
|
284
284
|
filialeNameStr: null,
|
|
285
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
285
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
286
286
|
userid: this.$login.f.id,
|
|
287
287
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
288
288
|
getfield:{"f_userinfo_code":"客户编号","f_user_phone":"用户电话","f_meternumber":"表号","f_user_name":"客户名称","f_address":"地址","f_user_type":"用户类型",
|
|
@@ -346,9 +346,6 @@
|
|
|
346
346
|
dr.value = res.data[i].f_meter_brand
|
|
347
347
|
//气表品牌
|
|
348
348
|
self.WarningType.push(dr)
|
|
349
|
-
console.log('气表品牌~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
|
|
350
|
-
console.log(dr)
|
|
351
|
-
console.log( self.WarningType)
|
|
352
349
|
} else if (groupname == 'f_meter_style') {
|
|
353
350
|
dr.label = res.data[i].f_meter_style
|
|
354
351
|
dr.value = res.data[i].f_meter_style
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
},
|
|
400
400
|
styles:false,
|
|
401
401
|
org:[this.$login.f.orgid],
|
|
402
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
402
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
403
403
|
echarts: false,
|
|
404
404
|
searchshow: false,
|
|
405
405
|
isActiveTotalForm: false,
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
useinstitutions: [],
|
|
432
432
|
userusenatures: [],
|
|
433
433
|
filename: '',
|
|
434
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
434
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
435
435
|
echarts: false,
|
|
436
436
|
orgid:[this.$login.f.orgid],
|
|
437
437
|
searchshow: false,
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
userusenatures: [],
|
|
406
406
|
condition: '1=1',
|
|
407
407
|
org:[this.$login.f.orgid],
|
|
408
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`
|
|
408
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`
|
|
409
409
|
}
|
|
410
410
|
},
|
|
411
411
|
ready() {
|
|
@@ -456,8 +456,6 @@
|
|
|
456
456
|
for (let i = 0; i < res.data.length; i++) {
|
|
457
457
|
if (groupname == 'f_meter_brand') {
|
|
458
458
|
self.WarningType.push({label: res.data[i].f_meter_brand, value:res.data[i].f_meter_brand})
|
|
459
|
-
console.log('气表品牌~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
|
|
460
|
-
console.log( self.WarningType)
|
|
461
459
|
} else if (groupname == 'f_meter_style') {
|
|
462
460
|
//气表类型
|
|
463
461
|
self.Warningstyle.push({label: res.data[i].f_meter_style, value:res.data[i].f_meter_style})
|
|
@@ -336,7 +336,7 @@ export default {
|
|
|
336
336
|
meterbrands: [],
|
|
337
337
|
states: [],
|
|
338
338
|
meterstyle: {},
|
|
339
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
339
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
340
340
|
orgid: [this.$login.f.orgid],
|
|
341
341
|
condition: '1=1',
|
|
342
342
|
org: {
|
|
@@ -275,7 +275,7 @@ import MagLoadParams from "../../stores/MagLoadParams";
|
|
|
275
275
|
operator: [],
|
|
276
276
|
meterbrands: [],
|
|
277
277
|
meterstyle:{},
|
|
278
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
278
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
279
279
|
orgid:[this.$login.f.orgid],
|
|
280
280
|
condition: '1=1',
|
|
281
281
|
org:[this.$login.f.orgid]
|
|
@@ -304,7 +304,7 @@ import MagLoadParams from "../../stores/MagLoadParams";
|
|
|
304
304
|
operator: [],
|
|
305
305
|
meterbrands: [],
|
|
306
306
|
meterstyle:{},
|
|
307
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
307
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
308
308
|
orgid:[this.$login.f.orgid],
|
|
309
309
|
condition: '1=1',
|
|
310
310
|
org:[this.$login.f.orgid],
|
|
@@ -501,7 +501,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
501
501
|
if (this.orgCondtionStr)
|
|
502
502
|
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid in ${this.orgCondtionStr}`
|
|
503
503
|
else
|
|
504
|
-
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid = ${this.$login.f.orgid}`
|
|
504
|
+
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid = '${this.$login.f.orgid}'`
|
|
505
505
|
if(this.zonesdata){
|
|
506
506
|
this.condition = this.$refs.paged.$refs.cri.condition + ` and ${this.zonesdata}`
|
|
507
507
|
}
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
],
|
|
384
384
|
styles:false,
|
|
385
385
|
org:[this.$login.f.orgid],
|
|
386
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
386
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
387
387
|
echarts: false,
|
|
388
388
|
searchshow: false,
|
|
389
389
|
isActiveTotalForm: false,
|
|
@@ -256,7 +256,7 @@ export default {
|
|
|
256
256
|
meterbrands: [],
|
|
257
257
|
states: [],
|
|
258
258
|
meterstyle: {},
|
|
259
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
259
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
260
260
|
orgid: [this.$login.f.orgid],
|
|
261
261
|
condition: '1=1',
|
|
262
262
|
org: [this.$login.f.orgid]
|
|
@@ -170,9 +170,9 @@
|
|
|
170
170
|
<th>
|
|
171
171
|
<nobr>表号</nobr>
|
|
172
172
|
</th>
|
|
173
|
-
<th
|
|
174
|
-
<nobr>地址</nobr
|
|
175
|
-
</th
|
|
173
|
+
<!-- <th>-->
|
|
174
|
+
<!-- <nobr>地址</nobr>-->
|
|
175
|
+
<!-- </th>-->
|
|
176
176
|
<th>
|
|
177
177
|
<nobr>上期底数</nobr>
|
|
178
178
|
</th>
|
|
@@ -253,9 +253,9 @@
|
|
|
253
253
|
<td style="text-align: center;">
|
|
254
254
|
<nobr>{{row.f_meternumber}}</nobr>
|
|
255
255
|
</td>
|
|
256
|
-
<td style="text-align: center;"
|
|
257
|
-
<nobr>{{row.f_address}}</nobr
|
|
258
|
-
</td
|
|
256
|
+
<!-- <td style="text-align: center;">-->
|
|
257
|
+
<!-- <nobr>{{row.f_address}}</nobr>-->
|
|
258
|
+
<!-- </td>-->
|
|
259
259
|
<td style="text-align: center;">
|
|
260
260
|
<nobr>{{row.f_last_tablebase}}</nobr>
|
|
261
261
|
</td>
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
org:[this.$login.f.orgid],
|
|
318
318
|
criteriaShow: false,
|
|
319
319
|
filialeNameStr: null,
|
|
320
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
320
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
321
321
|
userid: this.$login.f.id,
|
|
322
322
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
323
323
|
model: new PagedList('api/af-revenue/sql/getGasInspection', 50,{mycondition:'this.model.model.mycondition'},{
|
|
@@ -264,7 +264,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
264
264
|
operator: [],
|
|
265
265
|
meterbrands: [],
|
|
266
266
|
meterstyle:{},
|
|
267
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
267
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
268
268
|
orgid:[this.$login.f.orgid],
|
|
269
269
|
condition: '1=1',
|
|
270
270
|
org:[this.$login.f.orgid]
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
criteriaShow: false,
|
|
301
301
|
meter_classify:'卡表',
|
|
302
302
|
filialeNameStr: null,
|
|
303
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
303
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
304
304
|
userid: this.$login.f.id,
|
|
305
305
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
306
306
|
getfield:{"f_userinfo_code":"客户编号","f_user_phone":"客户电话","f_olduserinfo_code":"档案编号","f_meternumber":"表号",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
criteriaShow: false,
|
|
410
410
|
meter_classify:'卡表',
|
|
411
411
|
filialeNameStr: null,
|
|
412
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
412
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
413
413
|
userid: this.$login.f.id,
|
|
414
414
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
415
415
|
getfield:{"f_userinfo_code":"客户编号","f_olduserinfo_code":"档案编号","f_meternumber":"表号","f_user_name":"客户名称",
|
|
@@ -439,7 +439,7 @@ export default {
|
|
|
439
439
|
],
|
|
440
440
|
styles: false,
|
|
441
441
|
filename: '',
|
|
442
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
442
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
443
443
|
echarts: false,
|
|
444
444
|
orgid: [this.$login.f.orgid],
|
|
445
445
|
searchshow: false,
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
],
|
|
391
391
|
styles:false,
|
|
392
392
|
org:[this.$login.f.orgid],
|
|
393
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
393
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
394
394
|
echarts: false,
|
|
395
395
|
searchshow: false,
|
|
396
396
|
isActiveTotalForm: false,
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
criteriaShow: false,
|
|
269
269
|
meter_classify:'卡表',
|
|
270
270
|
filialeNameStr: null,
|
|
271
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
271
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
272
272
|
userid: this.$login.f.id,
|
|
273
273
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
274
274
|
getfield:{"f_userinfo_code":"客户编号","f_olduserinfo_code":"档案编号","f_meternumber":"表号","f_user_name":"客户名称",
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
meterbrands: [],
|
|
306
306
|
states: [],
|
|
307
307
|
meterstyle:{},
|
|
308
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
308
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
309
309
|
orgid:[this.$login.f.orgid],
|
|
310
310
|
condition: '1=1',
|
|
311
311
|
org:[this.$login.f.orgid]
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
org:[this.$login.f.orgid],
|
|
303
303
|
criteriaShow: false,
|
|
304
304
|
filialeNameStr: null,
|
|
305
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
305
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
306
306
|
userid: this.$login.f.id,
|
|
307
307
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
308
308
|
model: new PagedList('api/af-revenue/sql/getGasInspection', 50,{mycondition:'this.model.model.mycondition'},{
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
criteriaShow: false,
|
|
314
314
|
meter_classify:'卡表',
|
|
315
315
|
filialeNameStr: null,
|
|
316
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
316
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
317
317
|
userid: this.$login.f.id,
|
|
318
318
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
319
319
|
getfield:{"f_userinfo_code":"客户编号","f_olduserinfo_code":"档案编号","f_meternumber":"表号",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
criteriaShow: false,
|
|
267
267
|
meter_classify:'卡表',
|
|
268
268
|
filialeNameStr: null,
|
|
269
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
269
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
270
270
|
userid: this.$login.f.id,
|
|
271
271
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
272
272
|
getfield:{"f_userinfo_code":"客户编号","f_olduserinfo_code":"档案编号","f_meternumber":"表号","f_user_name":"客户名称",
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
criteriaShow: false,
|
|
290
290
|
// meter_classify:'卡表',
|
|
291
291
|
filialeNameStr: null,
|
|
292
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
292
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
293
293
|
userid: this.$login.f.id,
|
|
294
294
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
295
295
|
getfield:{"f_userinfo_code":"用户编号","f_olduserinfo_code":"档案编号","f_meternumber":"表号","f_user_name":"用户名称",
|
|
@@ -449,7 +449,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
449
449
|
if (this.orgCondtionStr)
|
|
450
450
|
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid in ${this.orgCondtionStr}`
|
|
451
451
|
else
|
|
452
|
-
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid = ${this.$login.f.orgid}`
|
|
452
|
+
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid = '${this.$login.f.orgid}'`
|
|
453
453
|
if(this.zonesdata){
|
|
454
454
|
this.condition = this.$refs.paged.$refs.cri.condition + ` and ${this.zonesdata}`
|
|
455
455
|
}
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
],
|
|
383
383
|
styles:false,
|
|
384
384
|
org:[this.$login.f.orgid],
|
|
385
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
385
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
386
386
|
echarts: false,
|
|
387
387
|
searchshow: false,
|
|
388
388
|
isActiveTotalForm: false,
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
condition: '1=1',
|
|
371
371
|
org:[this.$login.f.orgid],
|
|
372
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`
|
|
372
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`
|
|
373
373
|
}
|
|
374
374
|
},
|
|
375
375
|
ready() {
|
|
@@ -404,8 +404,6 @@
|
|
|
404
404
|
for (let i = 0; i < res.data.length; i++) {
|
|
405
405
|
if (groupname == 'f_meter_brand') {
|
|
406
406
|
self.WarningType.push({label: res.data[i].f_meter_brand, value:res.data[i].f_meter_brand})
|
|
407
|
-
console.log('气表品牌~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~')
|
|
408
|
-
console.log( self.WarningType)
|
|
409
407
|
} else if (groupname == 'f_meter_style') {
|
|
410
408
|
//气表类型
|
|
411
409
|
self.Warningstyle.push({label: res.data[i].f_meter_style, value:res.data[i].f_meter_style})
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
org:[this.$login.f.orgid],
|
|
365
365
|
criteriaShow: false,
|
|
366
366
|
filialeNameStr: null,
|
|
367
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
367
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
368
368
|
userid: this.$login.f.id,
|
|
369
369
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
370
370
|
model: new PagedList('api/af-revenue/sql/getGasInspection', 50,{mycondition:'this.model.model.mycondition'},{
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
criteriaShow: false,
|
|
379
379
|
meter_classify:'卡表',
|
|
380
380
|
filialeNameStr: null,
|
|
381
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
381
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
382
382
|
userid: this.$login.f.id,
|
|
383
383
|
// 气表型号
|
|
384
384
|
meterstyle: {},
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
operator: [],
|
|
246
246
|
meterbrands: [],
|
|
247
247
|
meterstyle:{},
|
|
248
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
248
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
249
249
|
orgid:[this.$login.f.orgid],
|
|
250
250
|
condition: '1=1',
|
|
251
251
|
org:[this.$login.f.orgid]
|
|
@@ -540,7 +540,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
540
540
|
if (this.orgCondtionStr)
|
|
541
541
|
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid in ${this.orgCondtionStr}`
|
|
542
542
|
else
|
|
543
|
-
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid = ${this.$login.f.orgid}`
|
|
543
|
+
this.condition = this.$refs.paged.$refs.cri.condition + ` and f_orgid = '${this.$login.f.orgid}'`
|
|
544
544
|
if(this.zonesdata){
|
|
545
545
|
this.condition = this.$refs.paged.$refs.cri.condition + ` and ${this.zonesdata}`
|
|
546
546
|
}
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
org:[this.$login.f.orgid],
|
|
335
335
|
criteriaShow: false,
|
|
336
336
|
filialeNameStr: null,
|
|
337
|
-
filialeCodeStr: `and f_orgid = ${this.$login.f.orgid}`,
|
|
337
|
+
filialeCodeStr: `and f_orgid = '${this.$login.f.orgid}'`,
|
|
338
338
|
userid: this.$login.f.id,
|
|
339
339
|
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
340
340
|
model: new PagedList('api/af-revenue/sql/getGasInspection', 50,{mycondition:'this.model.model.mycondition'},{
|
|
@@ -439,7 +439,7 @@ export default {
|
|
|
439
439
|
],
|
|
440
440
|
styles: false,
|
|
441
441
|
filename: '',
|
|
442
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
442
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
443
443
|
echarts: false,
|
|
444
444
|
orgid: [this.$login.f.orgid],
|
|
445
445
|
searchshow: false,
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
],
|
|
392
392
|
styles:false,
|
|
393
393
|
org:[this.$login.f.orgid],
|
|
394
|
-
orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid}`,
|
|
394
|
+
orgCondtionStr: ` and f_orgid = '${this.$login.f.orgid}'`,
|
|
395
395
|
echarts: false,
|
|
396
396
|
searchshow: false,
|
|
397
397
|
isActiveTotalForm: false,
|
package/.npmignore
DELETED
package/build/.npmignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|