manage-client 3.2.291 → 3.2.292-2
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/4.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
- package/AutoTest/BasePage.py +42 -0
- package/AutoTest/Config.json +2 -0
- package/AutoTest/PublicScript.py +447 -0
- package/AutoTest/README.md +12 -0
- package/AutoTest/__init__.py +0 -0
- package/AutoTest/all_case/__init__.py +0 -0
- package/AutoTest/all_case/search/__init__.py +0 -0
- package/AutoTest/all_case/search/as_ArchivesQueryScript2.py +155 -0
- package/AutoTest/all_case/search/as_AuditQueryScript2.py +113 -0
- package/AutoTest/all_case/search/as_Chargequery2.py +96 -0
- package/AutoTest/all_case/search/as_FinancialQueryScript2.py +142 -0
- package/AutoTest/all_case/search/as_Security_check3.py +99 -0
- package/AutoTest/all_case/search/as_ServiceQueryScript2.py +547 -0
- package/AutoTest/all_case/search/as_SummaryQueryScript2.py +77 -0
- package/AutoTest/all_case/search/as_Wechatmanage2.py +121 -0
- package/AutoTest/all_case/search/as_Writemetersearch2.py +114 -0
- package/AutoTest/report//346/237/245/350/257/242/351/203/250/345/210/206/346/265/213/350/257/225/346/212/245/345/221/212.html +7322 -0
- package/AutoTest/requirements.txt +9 -0
- package/AutoTest/search_test_run.py +24 -0
- package/build/dev-server.js +3 -3
- package/lib/package_2022-12-01-14-30-50.json +109 -0
- package/package.json +1 -1
- package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +585 -585
- package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +511 -511
- package/src/filiale/ancheng/businessquery/ChargeQuery.vue +1344 -1344
- package/src/filiale/ancheng/businessquery/FMYGasQuery.vue +785 -0
- package/src/filiale/ancheng/exportConfig.js +1111 -0
- package/src/filiale/ancheng/sale.js +13 -9
- package/src/filiale/huayin/ChargeQuery.vue +1 -1
- package/src/filiale/kelai/CollectManage.vue +158 -158
- package/src/filiale/kelai/NewAccountQuery.vue +409 -409
- package/src/filiale/kelai/sale.js +13 -13
- package/src/filiale/shanxian/AreaGeneralQuery.vue +30 -0
- package/src/filiale/shanxian/BankManager.vue +1 -1
- package/src/filiale/shanxian/ChangeMeterQuery.vue +699 -0
- package/src/filiale/shanxian/ChargeQuery.vue +1344 -0
- package/src/filiale/shanxian/FillCardQuery.vue +569 -0
- package/src/filiale/shanxian/FillGasQuery.vue +588 -0
- package/src/filiale/shanxian/LostContactAnalysisList.vue +632 -0
- package/src/filiale/shanxian/OtherChargeDetailQuery.vue +74 -0
- package/src/filiale/shanxian/OtherChargeQuery.vue +684 -0
- package/src/filiale/shanxian/Paymentpie.vue +3 -3
- package/src/filiale/shanxian/RecordInfoQuery.vue +10 -5
- package/src/filiale/shanxian/SiteManager.vue +2 -2
- package/src/filiale/shanxian/UserLostContactAnalysis.vue +583 -0
- package/src/filiale/shanxian/UserQuery.vue +959 -0
- package/src/filiale/shanxian/config/exportConfig.js +10 -6
- package/src/filiale/shanxian/sale.js +12 -0
- package/src/filiale/shanxian/webmeterManage.js +8 -0
- package/src/filiale/wenxi/GasDeviceQuery.vue +987 -987
- package/src/main.js +2 -2
|
@@ -147,9 +147,9 @@ export default {
|
|
|
147
147
|
setMoney (arrparams, moneydata) {
|
|
148
148
|
console.log('进入组件')
|
|
149
149
|
let option = {
|
|
150
|
-
color: ['#
|
|
151
|
-
'#
|
|
152
|
-
'#00FFC8', '#
|
|
150
|
+
color: ['#00C953', '#FFA500',
|
|
151
|
+
'#FFC0CB', '#00BFFF',
|
|
152
|
+
'#00FFC8', '#87CEEB',
|
|
153
153
|
'#FFE400', '#9FDB1D',
|
|
154
154
|
'#165DFF', '#00FF2A'],
|
|
155
155
|
title: [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<!--<button class="btn btn-default" @click="$parent.$parent.stamp()">打印</button>-->
|
|
39
39
|
|
|
40
40
|
<export-excel :data="$parent.$parent.getCondition"
|
|
41
|
-
:field="$parent.$parent.getExportField"
|
|
41
|
+
:field="$parent.$parent.getExportField" :defaultselect="$parent.$parent.getDefaultExportField"
|
|
42
42
|
v-if="$parent.$parent.authArr.includes('档案查询导出')"
|
|
43
43
|
sqlurl="rs/easyExcel/compreExport" sql-name="compreQuery" template-name='综合档案查询导出' :choose-col="true"></export-excel>
|
|
44
44
|
<print-data :sum-field="$parent.$parent.getExportField" :model="$parent.model" :field="$parent.$parent.getExportField"
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
<th colspan="6">
|
|
473
473
|
<nobr>燃气表</nobr>
|
|
474
474
|
</th>
|
|
475
|
-
<th colspan="
|
|
475
|
+
<th colspan="63">
|
|
476
476
|
<nobr>其他</nobr>
|
|
477
477
|
</th>
|
|
478
478
|
</tr>
|
|
@@ -487,13 +487,13 @@
|
|
|
487
487
|
<nobr>身份证号</nobr>
|
|
488
488
|
</th>
|
|
489
489
|
<th>
|
|
490
|
-
<nobr
|
|
490
|
+
<nobr>用户地址</nobr>
|
|
491
491
|
</th>
|
|
492
492
|
<th>
|
|
493
493
|
<nobr>联系电话</nobr>
|
|
494
494
|
</th>
|
|
495
495
|
<th>
|
|
496
|
-
<
|
|
496
|
+
<data-order field="f_createfile_date" name="建档日期" :order.sync="$parent.$parent.$parent.orderFields.f_createfile_date"></data-order>
|
|
497
497
|
</th>
|
|
498
498
|
<th>
|
|
499
499
|
<nobr>供气合同编号</nobr>
|
|
@@ -535,6 +535,7 @@
|
|
|
535
535
|
<th><nobr>卡号</nobr></th>
|
|
536
536
|
<!-- <th><nobr>客户名称</nobr></th>-->
|
|
537
537
|
<!-- <th><nobr>小区名称</nobr></th>-->
|
|
538
|
+
<th><nobr>详细地址</nobr></th>
|
|
538
539
|
<th><nobr>楼栋</nobr></th>
|
|
539
540
|
<th><nobr>单元</nobr></th>
|
|
540
541
|
<th><nobr>楼层</nobr></th>
|
|
@@ -697,9 +698,10 @@
|
|
|
697
698
|
<td style="text-align: center;"><nobr>{{row.f_card_id}}</nobr></td>
|
|
698
699
|
<!-- <td style="text-align: center;"><nobr>{{row.f_user_name}}</nobr></td>-->
|
|
699
700
|
<!-- <td style="text-align: center;"><nobr>{{row.f_residential_area}}</nobr></td>-->
|
|
700
|
-
<td style="text-align: center;"><nobr>{{row.
|
|
701
|
+
<td style="text-align: center;"><nobr>{{row.address}}</nobr></td>
|
|
701
702
|
<td style="text-align: center;"><nobr>{{row.f_building}}</nobr></td>
|
|
702
703
|
<td style="text-align: center;"><nobr>{{row.f_unit}}</nobr></td>
|
|
704
|
+
<td style="text-align: center;"><nobr>{{row.f_floor}}</nobr></td>
|
|
703
705
|
<!-- <td style="text-align: center;"><nobr>{{row.f_address}}</nobr></td>-->
|
|
704
706
|
<td style="text-align: center;"><nobr>{{row.f_room}}</nobr></td>
|
|
705
707
|
<!-- <td style="text-align: center;"><nobr>{{row.f_user_phone}}</nobr></td>-->
|
|
@@ -1373,6 +1375,9 @@
|
|
|
1373
1375
|
},
|
|
1374
1376
|
getExportField() {
|
|
1375
1377
|
return exportConfig.compreConfig
|
|
1378
|
+
},
|
|
1379
|
+
getDefaultExportField() {
|
|
1380
|
+
return exportConfig.defaultCompreConfig
|
|
1376
1381
|
}
|
|
1377
1382
|
}
|
|
1378
1383
|
}
|
|
@@ -77,7 +77,7 @@ export default {
|
|
|
77
77
|
setNum (arrparams1, numdata1, arrparams2, numdata2, arrparams3, numdata3, color1, color2, color3) {
|
|
78
78
|
console.log('进入组件')
|
|
79
79
|
let option1 = {
|
|
80
|
-
color: ['#
|
|
80
|
+
color: ['#7dabbf', '#9ac57d', '#cfcbbf'],
|
|
81
81
|
title: [
|
|
82
82
|
{
|
|
83
83
|
text: '销售气量饼状图',
|
|
@@ -139,7 +139,7 @@ export default {
|
|
|
139
139
|
setGas (arrparams1, gasdata1, arrparams2, gasdata2, arrparams3, gasdata3, color1, color2, color3) {
|
|
140
140
|
console.log('进入组件')
|
|
141
141
|
let option = {
|
|
142
|
-
color: ['#
|
|
142
|
+
color: ['#7dabbf', '#9ac57d', '#cfcbbf'],
|
|
143
143
|
title: [
|
|
144
144
|
{
|
|
145
145
|
text: '',
|