sale-client 3.6.310 → 3.6.311
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/build/dev-server.js +108 -108
- package/build/versionCheck.js +29 -29
- package/package.json +120 -120
- package/src/components/FilesManage/AddHostMeterUserList.vue +185 -185
- package/src/components/FilesManage/AddSubMeterUserList.vue +185 -185
- package/src/components/FilesManage/FileAddressList.vue +141 -141
- package/src/components/FilesManage/FileMergeInfo.vue +68 -68
- package/src/components/FilesManage/FileUserAddress.vue +776 -776
- package/src/components/FilesManage/FileUserAddressChange.vue +65 -65
- package/src/components/FilesManage/FileUserFiles.vue +1073 -1073
- package/src/components/FilesManage/FileUserMerge.vue +203 -203
- package/src/components/FilesManage/HostMeterAdd.vue +219 -219
- package/src/components/FilesManage/HostMeterList.vue +323 -323
- package/src/components/FilesManage/HostMeterUserList.vue +270 -270
- package/src/components/FilesManage/MeterinfoTest.vue +1207 -1207
- package/src/components/FilesManage/TemplateManage.vue +167 -167
- package/src/components/FilesManage/TotalSplit/SplitList.vue +154 -154
- package/src/components/FilesManage/TotalSplit/TotalSplitList.vue +83 -83
- package/src/components/FilesManage/UserAddressCollection.vue +694 -694
- package/src/components/FilesManage/UserAddressInFile.vue +646 -646
- package/src/components/FilesManage/UserDeviceInfoTest.vue +410 -410
- package/src/components/FilesManage/UserEssentialInfoTest.vue +602 -602
- package/src/components/FilesManage/UserGeneralInfoTest.vue +800 -800
- package/src/components/FilesManage/UserPaperInfoTest.vue +63 -63
- package/src/components/FilesManageNew/FileAddressList.vue +138 -138
- package/src/components/FilesManageNew/FileMergeInfo.vue +68 -68
- package/src/components/FilesManageNew/FileUserAddress.vue +484 -484
- package/src/components/FilesManageNew/FileUserAddressChange.vue +65 -65
- package/src/components/FilesManageNew/FileUserFiles.vue +749 -749
- package/src/components/FilesManageNew/FileUserMerge.vue +202 -202
- package/src/components/FilesManageNew/MeterinfoTest.vue +831 -831
- package/src/components/FilesManageNew/TotalSplit/SplitList.vue +154 -154
- package/src/components/FilesManageNew/TotalSplit/TotalSplitList.vue +83 -83
- package/src/components/FilesManageNew/UserGeneralInfoTest.vue +692 -692
- package/src/components/MaterialsManage/MaterialsBase.vue +163 -163
- package/src/components/MaterialsManage/MaterialsList.vue +186 -186
- package/src/components/SellGasCharge/ChargeCancel/CardMeterChargeCancel.vue +395 -395
- package/src/components/SellGasCharge/MeterCharge/CustomInvoice.vue +282 -282
- package/src/components/SellGasCharge/MeterChargeforUser/ChargeUserCenter.vue +183 -183
- package/src/components/SellGasCharge/MeterChargeforUser/ChargeUserManager.vue +112 -112
- package/src/components/SellGasCharge/MeterChargeforUser/ChargeUserlist.vue +82 -82
- package/src/components/SellGasCharge/MeterTrace/MeterList.vue +142 -142
- package/src/components/SellGasCharge/MeterTrace/MeterTrace.vue +222 -222
- package/src/components/UserFiles/AdjustableBox/AddBox.vue +343 -343
- package/src/components/UserFiles/AdjustableBox/BOXUserList.vue +54 -54
- package/src/components/UserFiles/AdjustableBox/BoxList.vue +186 -186
- package/src/components/UserFiles/AreaList.vue +84 -84
- package/src/components/UserFiles/Meterinfo.vue +428 -428
- package/src/components/UserFiles/NewAreaInfo.vue +556 -556
- package/src/components/UserFiles/UserFiles.vue +459 -459
- package/src/components/UserFiles/UserGeneralInfo.vue +378 -378
- package/src/components/UserFiles/UserPriceChangeHistory.vue +66 -66
- package/src/components/UserFiles/UserPriceChangeManage.vue +662 -662
- package/src/components/UserFiles/XieKaUser/AddUser.vue +208 -208
- package/src/components/UserFiles/XieKaUser/UsersList.vue +269 -269
- package/src/components/UserFiles/XieKaUser/XieKaManager.vue +148 -148
- package/src/components/UserFiles/admissibility.vue +46 -46
- package/src/components/UserFiles/batchUpdateInputtor.vue +347 -347
- package/src/components/WechatManage/Knowledge.vue +439 -439
- package/src/components/WechatManage/KnowledgeAdd.vue +326 -326
- package/src/components/WechatManage/KnowledgeModify.vue +325 -325
- package/src/components/WechatManage/KnowledgeRecord.vue +64 -64
- package/src/components/WechatManage/OrderCenter/Step.vue +153 -153
- package/src/components/WechatManage/OrderCenter/orderList.vue +258 -258
- package/src/components/WechatManage/OutLets.vue +461 -461
- package/src/components/WechatManage/OutLetsRecord.vue +65 -65
- package/src/components/WechatManage/Stopgas.vue +240 -240
- package/src/components/WechatManage/UserNoticeList.vue +745 -745
- package/src/components/WechatManage/UserNoticeRecord.vue +106 -106
- package/src/components/archives/ArchivesAdd.vue +190 -190
- package/src/components/archives/ArchivesList.vue +219 -219
- package/src/components/archives/UserfilesList.vue +351 -351
- package/src/components/baichuan/ChangeTable.vue +284 -284
- package/src/components/baichuan/newTableInfo.vue +202 -202
- package/src/components/charge/ChargeList.vue +948 -948
- package/src/components/charge/ChargeManage.vue +316 -316
- package/src/components/charge/ChargeManageOther.vue +204 -204
- package/src/components/charge/ChargeManageSell.vue +202 -202
- package/src/components/charge/ChargeModal.vue +101 -101
- package/src/components/charge/ChargeOper.vue +285 -285
- package/src/components/charge/ChargeOtherOper.vue +195 -195
- package/src/components/charge/HandList.vue +121 -121
- package/src/components/charge/NfcCardReplacement.vue +88 -88
- package/src/components/charge/business/CardChangeFill.vue +627 -627
- package/src/components/charge/business/CardMeterCenter.vue +980 -980
- package/src/components/charge/business/ChangeMeterAddGas.vue +559 -559
- package/src/components/charge/business/DigitalCharge.vue +440 -440
- package/src/components/charge/business/FilesComplete.vue +254 -254
- package/src/components/charge/business/IOT/IotChangeFill.vue +488 -488
- package/src/components/charge/business/IOTMeterCenter.vue +871 -871
- package/src/components/charge/business/IotOpen.vue +78 -78
- package/src/components/charge/business/NoCardMeterCenter.vue +498 -498
- package/src/components/charge/business/OtherCharge.vue +341 -341
- package/src/components/charge/business/OtherChargeByPay.vue +477 -477
- package/src/components/charge/business/OtherChargeNew.vue +614 -614
- package/src/components/charge/business/PriceChangeCompensation/IotCompensation.vue +307 -307
- package/src/components/charge/business/PriceChangeCompensation/JbCompensation.vue +343 -343
- package/src/components/charge/business/PriceChangeCompensation/SurplusRecordDetail.vue +72 -72
- package/src/components/charge/business/RepairCharge.vue +347 -347
- package/src/components/charge/business/ReturnMoneyExamine.vue +274 -274
- package/src/components/charge/business/ShowCardSellGas.vue +931 -931
- package/src/components/charge/business/ShowCardSellGasJB.vue +202 -202
- package/src/components/charge/business/ShowCardSellGasWeb.vue +203 -203
- package/src/components/charge/business/ShowCiTiaoCard.vue +169 -169
- package/src/components/charge/business/depositCharge/DepositCharge.vue +461 -461
- package/src/components/charge/business/machine/MachineChangeFill.vue +81 -81
- package/src/components/charge/business/machine/MachineCharge.vue +173 -173
- package/src/components/charge/business/machine/MachineMeterCenter.vue +691 -691
- package/src/components/charge/business/machine/MachineMeterPartCenter.vue +389 -389
- package/src/components/charge/business/machine/MachinePartCharge.vue +143 -143
- package/src/components/charge/business/machine/OweList.vue +157 -157
- package/src/components/charge/business/refund/DropTableRefund.vue +229 -229
- package/src/components/charge/business/refund/IOTRefund.vue +267 -267
- package/src/components/charge/business/refund/machineRefund.vue +223 -223
- package/src/components/charge/business/refund_copy/IOTRefund.vue +237 -237
- package/src/components/charge/business/refund_copy/machineRefund.vue +193 -193
- package/src/components/charge/bzjcancel.vue +309 -309
- package/src/components/charge/detailinfo/DevicesDetail.vue +69 -69
- package/src/components/charge/detailinfo/OldmeterDetail.vue +88 -88
- package/src/components/charge/detailinfo/OtherChargeRecord.vue +81 -81
- package/src/components/charge/detailinfo/UserfilesDetail.vue +79 -79
- package/src/components/charge/detailinfo/UserinfoDetail.vue +66 -66
- package/src/components/charge/detailinfo/price/MixpriceDetail.vue +48 -48
- package/src/components/charge/detailinfo/price/StairpriceDetail.vue +129 -129
- package/src/components/charge/gasloss/gasLossDetail.vue +262 -262
- package/src/components/charge/gasloss/gasLossForm.vue +90 -90
- package/src/components/charge/gasloss/gasLossOperate.vue +383 -383
- package/src/components/charge/gasloss/gasLossRecords.vue +294 -294
- package/src/components/charge/gasmove.vue +249 -249
- package/src/components/chargeBatch/BatchCharge.vue +374 -374
- package/src/components/chargeBatch/BatchChargeDetail.vue +72 -72
- package/src/components/chargeBatch/CardList.vue +518 -518
- package/src/components/chargeBatch/ChargeBatchList.vue +460 -460
- package/src/components/chargeBatch/ChargeGroupList.vue +337 -337
- package/src/components/chargeBatch/ChargeManageBatch.vue +214 -214
- package/src/components/chargeBatch/ChargeManageGroup.vue +216 -216
- package/src/components/chargeBatch/OweRecordQuery.vue +126 -126
- package/src/components/chargeBatch/RecordCancel.vue +346 -346
- package/src/components/chargeBatch/ReissueBillBatch.vue +97 -97
- package/src/components/chargeBatch/groupFeeDeduction.vue +118 -118
- package/src/components/chargeBatch/groupRefund.vue +181 -181
- package/src/components/chargeNew/BookBill.vue +121 -121
- package/src/components/chargeNew/ChargeList.vue +934 -934
- package/src/components/chargeNew/ChargeManageNew.vue +232 -232
- package/src/components/chargeNew/ChargeOper.vue +234 -234
- package/src/components/chargeNew/MeterReset.vue +81 -81
- package/src/components/chargeNew/SendBook.vue +107 -107
- package/src/components/chargeNew/thirdSurplus.vue +356 -356
- package/src/components/common/limit/LimitHistory.vue +299 -299
- package/src/components/common/limit/LimitList.vue +634 -634
- package/src/components/common/searchuploadfile/uploadFileSearch.vue +138 -138
- package/src/components/common/searchuploadfile/uploadFilesHistory.vue +187 -187
- package/src/components/common/userinfo_detail/SplitPrice.vue +354 -354
- package/src/components/common/userinfo_detail/TableUsageChart.vue +81 -81
- package/src/components/common/userinfo_detail/UserBaseInfo.vue +379 -379
- package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +672 -672
- package/src/components/common/userinfo_detail/UserInfoDetailManage.vue +143 -143
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +218 -218
- package/src/components/common/userinfo_detail/contractSig.vue +51 -51
- package/src/components/common/userinfo_detail/contractSigningBrain.vue +109 -109
- package/src/components/common/userinfo_detail/ic_detail/AutomaticPurse.vue +299 -299
- package/src/components/common/userinfo_detail/ic_detail/CardHandRecord.vue +268 -268
- package/src/components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +240 -240
- package/src/components/common/userinfo_detail/ic_detail/ChangeRecord.vue +235 -235
- package/src/components/common/userinfo_detail/ic_detail/ChargeQueryUser.vue +530 -530
- package/src/components/common/userinfo_detail/ic_detail/ChargeRecordQuery.vue +102 -102
- package/src/components/common/userinfo_detail/ic_detail/DeveiceRecord.vue +251 -251
- package/src/components/common/userinfo_detail/ic_detail/FillCardQueryUser.vue +210 -210
- package/src/components/common/userinfo_detail/ic_detail/FillGasQueryUser.vue +229 -229
- package/src/components/common/userinfo_detail/ic_detail/HandQueryUser.vue +387 -387
- package/src/components/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +261 -261
- package/src/components/common/userinfo_detail/ic_detail/MeterParam.vue +152 -152
- package/src/components/common/userinfo_detail/ic_detail/OtherChargeQueryUser.vue +251 -251
- package/src/components/common/userinfo_detail/ic_detail/OtherChargeQueryUserDetail.vue +81 -81
- package/src/components/common/userinfo_detail/ic_detail/PriceAdjustmentQueryUser.vue +313 -313
- package/src/components/common/userinfo_detail/ic_detail/PriceChangeQueryUser.vue +194 -194
- package/src/components/common/userinfo_detail/ic_detail/RecordQueryUser.vue +252 -252
- package/src/components/common/userinfo_detail/ic_detail/Repurchase.vue +132 -132
- package/src/components/common/userinfo_detail/ic_detail/TransferQueryUser.vue +223 -223
- package/src/components/common/userinfo_detail/ic_detail/UserDeviceQuery.vue +252 -252
- package/src/components/common/userinfo_detail/ic_detail/WebAutomaticPurse.vue +298 -298
- package/src/components/common/userinfo_detail/ic_detail/WebChargeQueryUser.vue +378 -378
- package/src/components/common/userinfo_detail/ic_detail/WebHandQueryUser.vue +368 -368
- package/src/components/common/userinfo_detail/ic_detail/contractSigningList.vue +117 -117
- package/src/components/common/userinfo_detail/iot_detail/QueryHistoryInstruct.vue +304 -304
- package/src/components/common/userinfo_detail/iot_detail/QueryInstruct.vue +342 -342
- package/src/components/common/userinfo_detail/iot_detail/WatchCollection.vue +115 -115
- package/src/components/common/userinfo_detail/iot_detail/WatchDealWarning.vue +236 -236
- package/src/components/cooker/WareRecord.vue +85 -85
- package/src/components/matchmakingManagement/PlatformAddEdit.vue +145 -145
- package/src/components/matchmakingManagement/PlatformList.vue +150 -150
- package/src/components/meterBook/MeterList.vue +187 -187
- package/src/components/meterBook/MeterMsg.vue +194 -194
- package/src/components/meterBook/addMeterBook.vue +153 -153
- package/src/components/meterBook/addUserToBook.vue +155 -155
- package/src/components/newBill/CardList.vue +536 -536
- package/src/components/newBill/CardMeterCenter.vue +902 -902
- package/src/components/newBill/IOTMeterCenter.vue +797 -797
- package/src/components/newBill/NoCardMeterCenter.vue +466 -466
- package/src/components/newBill/PrintBill.vue +146 -146
- package/src/components/newBill/ReissueBill.vue +329 -329
- package/src/components/newpriceadjustment/NewPriceAdjustment.vue +906 -906
- package/src/components/newpriceadjustment/NewPriceAdjustmentSell.vue +596 -596
- package/src/components/newpriceadjustment/NewPriceAdjustmentWebmeter.vue +600 -600
- package/src/components/priceadjustment/adjustPrice.vue +121 -121
- package/src/components/priceadjustment/adjustUser.vue +247 -247
- package/src/components/revenue/Common/EticketModal.vue +95 -95
- package/src/components/revenue/Common/EticketPrint.vue +230 -230
- package/src/components/revenue/Common/EticketPrintAsync.vue +196 -196
- package/src/components/revenue/Common/LimitGas.vue +231 -231
- package/src/components/revenue/Common/MeterMessage.vue +184 -184
- package/src/components/revenue/Common/Movemeter.vue +467 -467
- package/src/components/revenue/Common/PaymentCode.vue +159 -159
- package/src/components/revenue/Common/PrintBill.vue +134 -134
- package/src/components/revenue/Common/ReissueBill.vue +294 -294
- package/src/components/revenue/Common/ValidateBill.vue +56 -56
- package/src/components/revenue/Common/batchDisable.vue +503 -503
- package/src/components/revenue/Common/uploadFiles.vue +503 -503
- package/src/components/revenue/Common/userFlowSheet.vue +154 -154
- package/src/components/revenue/HandManager/CardHand.vue +873 -873
- package/src/components/revenue/HandManager/EstimateCardManager.vue +1184 -1184
- package/src/components/revenue/HandManager/EstimateManager.vue +1769 -1769
- package/src/components/revenue/HandManager/HandManager.vue +1831 -1831
- package/src/components/revenue/HandManager/HandManagerCard.vue +1163 -1163
- package/src/components/revenue/HandManager/MbpeopleList.vue +498 -498
- package/src/components/revenue/HandManager/MeterBookAdd.vue +396 -396
- package/src/components/revenue/HandManager/MeterBookList.vue +488 -488
- package/src/components/revenue/HandManager/MeterBookUser.vue +724 -724
- package/src/components/revenue/HandManager/OverdueSetList.vue +295 -295
- package/src/components/revenue/HandManager/OverdueSetUser.vue +93 -93
- package/src/components/revenue/HandManager/PriceAdjustment.vue +377 -377
- package/src/components/revenue/HandManager/PriceAdjustmentCard.vue +377 -377
- package/src/components/revenue/HandManager/PriceAdjustmentSelling.vue +377 -377
- package/src/components/revenue/HandManager/PriceAdjustmentWebmeter.vue +430 -430
- package/src/components/revenue/HandManager/RemainAdjustment.vue +282 -282
- package/src/components/revenue/HandManager/VolumeAdjustment/VolumeAdjustmentManage.vue +406 -406
- package/src/components/revenue/HandManager/meterbookEntry.vue +90 -90
- package/src/components/revenue/HandManager/openEticket/HandUserManage.vue +154 -154
- package/src/components/revenue/HandManager/openEticket/HasOpenHand.vue +149 -149
- package/src/components/revenue/HandManager/openEticket/HasOpenReceipt.vue +137 -137
- package/src/components/revenue/HandManager/openEticket/UnOpenHand.vue +167 -167
- package/src/components/revenue/HandManager/openEticket/UnOpenReceipt.vue +221 -221
- package/src/components/revenue/HandManager/qtxCardHand/GassaleHand.vue +228 -228
- package/src/components/revenue/HandManager/qtxCardHand/TrqtmHand.vue +292 -292
- package/src/components/revenue/IssuanceManagement/batchCardIssuance.vue +339 -339
- package/src/components/revenue/analysis/FarawayQuery.vue +392 -392
- package/src/components/revenue/analysis/outStockQuery.vue +288 -288
- package/src/components/revenue/bank/BankForm.vue +156 -156
- package/src/components/revenue/bank/BankList.vue +143 -143
- package/src/components/revenue/bank/bankOffer.vue +199 -199
- package/src/components/revenue/bank/bankReturn.vue +217 -217
- package/src/components/revenue/base/GasWaterSearch.vue +195 -195
- package/src/components/revenue/base/PurchaseWater.vue +237 -237
- package/src/components/revenue/base/UserList.vue +480 -480
- package/src/components/revenue/base/leftview/CheckGas.vue +55 -55
- package/src/components/revenue/base/leftview/MeterUse.vue +140 -140
- package/src/components/revenue/base/leftview/MixPriceInfo.vue +60 -60
- package/src/components/revenue/base/leftview/RecordStoryinfo.vue +131 -131
- package/src/components/revenue/base/leftview/SafeCheck.vue +339 -339
- package/src/components/revenue/base/leftview/ServiceRepair.vue +128 -128
- package/src/components/revenue/base/leftview/Stairinfo.vue +156 -156
- package/src/components/revenue/base/leftview/UserFees.vue +57 -57
- package/src/components/revenue/base/leftview/Userinfo.vue +279 -279
- package/src/components/revenue/base/leftview/billMessage.vue +125 -125
- package/src/components/revenue/base/rightview/CardList.vue +558 -558
- package/src/components/revenue/base/rightview/InstallCardList.vue +298 -298
- package/src/components/revenue/base/rightview/RecordCancel.vue +338 -338
- package/src/components/revenue/base/rightview/canceldetail/AutoaccountsCancelDetail.vue +82 -82
- package/src/components/revenue/base/rightview/canceldetail/CardmetercenterCancelDetail.vue +64 -64
- package/src/components/revenue/base/rightview/canceldetail/ChangeMeterCancelDetail.vue +76 -76
- package/src/components/revenue/base/rightview/canceldetail/IOTMeterCenterCancelDetail.vue +62 -62
- package/src/components/revenue/base/rightview/canceldetail/MachinemetercenterCancelDetail.vue +86 -86
- package/src/components/revenue/base/rightview/canceldetail/OtherchargeCancelDetail.vue +62 -62
- package/src/components/revenue/base/rightview/canceldetail/ReplacecardmanageCancelDetail.vue +59 -59
- package/src/components/revenue/base/rightview/canceldetail/TransfermanageCancelDetail.vue +63 -63
- package/src/components/revenue/base/rightview/carddetail/AddUserDetail.vue +62 -62
- package/src/components/revenue/base/rightview/carddetail/AdvanceDeliveryDetail.vue +50 -50
- package/src/components/revenue/base/rightview/carddetail/AutoAccountsDetail.vue +77 -77
- package/src/components/revenue/base/rightview/carddetail/BankDKDetail.vue +77 -77
- package/src/components/revenue/base/rightview/carddetail/BankPay.vue +79 -79
- package/src/components/revenue/base/rightview/carddetail/BlacklistDetail.vue +63 -63
- package/src/components/revenue/base/rightview/carddetail/BuildFeeDetail.vue +77 -77
- package/src/components/revenue/base/rightview/carddetail/CancellationDetail.vue +58 -58
- package/src/components/revenue/base/rightview/carddetail/CardMeterCenterDetail.vue +72 -72
- package/src/components/revenue/base/rightview/carddetail/CardOverUserDetail.vue +64 -64
- package/src/components/revenue/base/rightview/carddetail/ChangeFeeDetail.vue +116 -116
- package/src/components/revenue/base/rightview/carddetail/ChangeFlowmeterDetail.vue +119 -119
- package/src/components/revenue/base/rightview/carddetail/ChangeMeterDetail.vue +80 -80
- package/src/components/revenue/base/rightview/carddetail/DisableManageDetail.vue +60 -60
- package/src/components/revenue/base/rightview/carddetail/EnableManageDetail.vue +53 -53
- package/src/components/revenue/base/rightview/carddetail/FeeDeductionDetail.vue +70 -70
- package/src/components/revenue/base/rightview/carddetail/GarbageDetail.vue +59 -59
- package/src/components/revenue/base/rightview/carddetail/GasLossDetail.vue +52 -52
- package/src/components/revenue/base/rightview/carddetail/GasPriceChangeDetail.vue +58 -58
- package/src/components/revenue/base/rightview/carddetail/IOTMeterCenterDetail.vue +62 -62
- package/src/components/revenue/base/rightview/carddetail/InputtorChangeDetail.vue +59 -59
- package/src/components/revenue/base/rightview/carddetail/MachineMeterCenterDetail.vue +72 -72
- package/src/components/revenue/base/rightview/carddetail/OffGasAddGasDetail.vue +68 -68
- package/src/components/revenue/base/rightview/carddetail/OpenMeterDetail.vue +48 -48
- package/src/components/revenue/base/rightview/carddetail/OtherChargeDetail.vue +67 -67
- package/src/components/revenue/base/rightview/carddetail/OverUserChangeDetail.vue +61 -61
- package/src/components/revenue/base/rightview/carddetail/PriceAdjustmentDetail.vue +76 -76
- package/src/components/revenue/base/rightview/carddetail/ReduceFeeDetail.vue +77 -77
- package/src/components/revenue/base/rightview/carddetail/RefundDetail.vue +62 -62
- package/src/components/revenue/base/rightview/carddetail/ReissueBill.vue +111 -111
- package/src/components/revenue/base/rightview/carddetail/RepairFeeDeduction.vue +70 -70
- package/src/components/revenue/base/rightview/carddetail/ReplaceCardManageDetail.vue +51 -51
- package/src/components/revenue/base/rightview/carddetail/ReturnMoney.vue +52 -52
- package/src/components/revenue/base/rightview/carddetail/SalecardgasDetail.vue +62 -62
- package/src/components/revenue/base/rightview/carddetail/StopApplyDetail.vue +70 -70
- package/src/components/revenue/base/rightview/carddetail/TransferManageDetail.vue +61 -61
- package/src/components/revenue/base/rightview/carddetail/UserChangeDetail.vue +79 -79
- package/src/components/revenue/base/rightview/carddetail/WeChatPay.vue +79 -79
- package/src/components/revenue/base/rightview/carddetail/WithGas.vue +70 -70
- package/src/components/revenue/base/rightview/carddetail/machineCardDetail.vue +48 -48
- package/src/components/revenue/base/rightview/carddetail/movegasDetail.vue +66 -66
- package/src/components/revenue/base/rightview/carddetail/movemeterdetail.vue +74 -74
- package/src/components/revenue/base/rightview/reissuebill/OtherBill.vue +197 -197
- package/src/components/revenue/base/rightview/valueaddinfo.vue +325 -325
- package/src/components/revenue/batchDeduction/batchDeduction.vue +47 -47
- package/src/components/revenue/batchDeduction/batchDeductionList.vue +238 -238
- package/src/components/revenue/batchDeduction/batchDeductionOper.vue +119 -119
- package/src/components/revenue/batchPreloads/batchPreloads.vue +41 -41
- package/src/components/revenue/batchPreloads/batchPreloadsCharge.vue +117 -117
- package/src/components/revenue/batchPreloads/batchPreloadsList.vue +234 -234
- package/src/components/revenue/cancelHandplan/IotHandplanCanel.vue +88 -88
- package/src/components/revenue/cardHandManage/cardDown.vue +1112 -1112
- package/src/components/revenue/cardHandManage/cardHandAudit.vue +483 -483
- package/src/components/revenue/cardHandManage/cardsHand.vue +891 -891
- package/src/components/revenue/changeInsurance/InsuranceAdd.vue +411 -411
- package/src/components/revenue/changeInsurance/InsuranceChargesDetails.vue +405 -405
- package/src/components/revenue/changeInsurance/InsuranceList.vue +264 -264
- package/src/components/revenue/changeInsurance/InsuranceRecord.vue +129 -129
- package/src/components/revenue/changeInsurance/UserInsurance.vue +77 -77
- package/src/components/revenue/comprehen/Bill/CustQueryEticket.vue +271 -271
- package/src/components/revenue/comprehen/Bill/CustomInvoice.vue +327 -327
- package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenCard.vue +331 -331
- package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenJBPage.vue +311 -311
- package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenPage.vue +329 -329
- package/src/components/revenue/comprehen/Bill/Eticket/EticketRecordList.vue +269 -269
- package/src/components/revenue/comprehen/Bill/EticketManage.vue +198 -198
- package/src/components/revenue/comprehen/Bill/EticketRecordList.vue +354 -354
- package/src/components/revenue/comprehen/Bill/EticketV4/CustQueryEticket.vue +333 -333
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketManage.vue +67 -67
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketOpenCard.vue +348 -348
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketOpenJBPage.vue +349 -349
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketOpenPage.vue +340 -340
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketRecordList.vue +400 -400
- package/src/components/revenue/comprehen/Bill/asyncEticket/CustQueryEticketAsync.vue +308 -308
- package/src/components/revenue/comprehen/Bill/paper/AddBill.vue +186 -186
- package/src/components/revenue/comprehen/Bill/paper/BillChangeDetail.vue +57 -57
- package/src/components/revenue/comprehen/Bill/paper/BillDetail.vue +289 -289
- package/src/components/revenue/comprehen/Bill/paper/BillList.vue +238 -238
- package/src/components/revenue/comprehen/Bill/paperbill/DistributionDetail.vue +186 -186
- package/src/components/revenue/comprehen/Bill/paperbill/DistributionGather.vue +139 -139
- package/src/components/revenue/comprehen/CardManage/CardAllotEdit.vue +171 -171
- package/src/components/revenue/comprehen/CardManage/CardAllotList.vue +110 -110
- package/src/components/revenue/comprehen/CardManage/CardDetailEdit.vue +130 -130
- package/src/components/revenue/comprehen/CardManage/CardDetailList.vue +110 -110
- package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPayment.vue +300 -300
- package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPaymentConstrast.vue +301 -301
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellation.vue +245 -245
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/ChangeMeterReader.vue +93 -93
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +533 -533
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferRecords.vue +236 -236
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/Transferlist.vue +209 -209
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/ChangeNewMeter.vue +562 -562
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/IOTMeter.vue +133 -133
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/MachineMeter.vue +114 -114
- package/src/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeDeduction.vue +201 -201
- package/src/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeMachine.vue +169 -169
- package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/icTable.vue +255 -255
- package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/iotTable.vue +162 -162
- package/src/components/revenue/comprehen/ComprehenOperation/MeterDisable/DisableManage.vue +95 -95
- package/src/components/revenue/comprehen/ComprehenOperation/MeterEnable/EnableManage.vue +186 -186
- package/src/components/revenue/comprehen/ComprehenOperation/OffGasAddGas/OffGasAddGas.vue +335 -335
- package/src/components/revenue/comprehen/ComprehenOperation/OrderDetails/OrderDetails.vue +412 -412
- package/src/components/revenue/comprehen/ComprehenOperation/OtherGas/OtherGas.vue +508 -508
- package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +438 -438
- package/src/components/revenue/comprehen/ComprehenOperation/PriceJustment/priceJustment.vue +124 -124
- package/src/components/revenue/comprehen/ComprehenOperation/RefundManage/RefundManage.vue +254 -254
- package/src/components/revenue/comprehen/ComprehenOperation/ReplaceCard/MachineCardBill.vue +92 -92
- package/src/components/revenue/comprehen/ComprehenOperation/ReplaceCard/ReplaceCardManage.vue +415 -415
- package/src/components/revenue/comprehen/ComprehenOperation/SellRecordChange/SellRecord.vue +83 -83
- package/src/components/revenue/comprehen/ComprehenOperation/SellRecordChange/UserinfoList.vue +74 -74
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeMeter.vue +1149 -1149
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ResetMeter.vue +1101 -1101
- package/src/components/revenue/comprehen/ComprehenOperation/removeTable.vue +235 -235
- package/src/components/revenue/comprehen/ComprehenOperation/removeTableCancel.vue +136 -136
- package/src/components/revenue/comprehen/ComprehenOperation/resetShowCardgas/ResetShowCardGas.vue +163 -163
- package/src/components/revenue/comprehen/ComprehenOperation/wallheating/WallheatingInfoAdd.vue +174 -174
- package/src/components/revenue/comprehen/Exemption/GasFeeReduction.vue +250 -250
- package/src/components/revenue/comprehen/Maintenance/T+MoneyDocking/moneyDocking.vue +202 -202
- package/src/components/revenue/comprehen/Maintenance/T+MoneyDocking/moneyDockingTow.vue +169 -169
- package/src/components/revenue/comprehen/Maintenance/bill/billListMaintain.vue +160 -160
- package/src/components/revenue/comprehen/Maintenance/bill/billOperate.vue +266 -266
- package/src/components/revenue/comprehen/Maintenance/bill/billRecordMaintain.vue +119 -119
- package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterListMaintain.vue +374 -374
- package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterOperate.vue +283 -283
- package/src/components/revenue/comprehen/Maintenance/changeMeter/maintenanceChangeMeterRecords.vue +148 -148
- package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasRecordMaintain.vue +148 -148
- package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasRecordMaintainList.vue +337 -337
- package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasSpecific.vue +297 -297
- package/src/components/revenue/comprehen/Maintenance/group/MeterOperatemaingroup.vue +394 -394
- package/src/components/revenue/comprehen/Maintenance/group/StockListmaingroup.vue +477 -477
- package/src/components/revenue/comprehen/Maintenance/group/maintenancegroup.vue +149 -149
- package/src/components/revenue/comprehen/Maintenance/hand/handListMaintain.vue +640 -640
- package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
- package/src/components/revenue/comprehen/Maintenance/hand/maintenanceHandmeterRecords.vue +148 -148
- package/src/components/revenue/comprehen/Maintenance/otherRecords/OtherMaintenanceLists.vue +233 -233
- package/src/components/revenue/comprehen/Maintenance/otherRecords/Otherrecordmaintenance.vue +173 -173
- package/src/components/revenue/comprehen/Maintenance/otherRecords/specificInformation.vue +416 -416
- package/src/components/revenue/comprehen/Maintenance/pictureManage/pictureListMaintain.vue +377 -377
- package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +397 -397
- package/src/components/revenue/comprehen/Maintenance/revenue/StockListmain.vue +529 -529
- package/src/components/revenue/comprehen/Maintenance/revenue/maintenance.vue +150 -150
- package/src/components/revenue/comprehen/Message/AllUser.vue +608 -608
- package/src/components/revenue/comprehen/Message/AllUserNew.vue +617 -617
- package/src/components/revenue/comprehen/Message/ArrearsList.vue +397 -397
- package/src/components/revenue/comprehen/Message/MessageList.vue +635 -635
- package/src/components/revenue/comprehen/Message/TemplateMessage.vue +92 -92
- package/src/components/revenue/comprehen/Message/UserDefinedMessage.vue +90 -90
- package/src/components/revenue/comprehen/Message/UserDefinedMessageNew.vue +114 -114
- package/src/components/revenue/comprehen/PreferentialPolicies/PrivilegeEdit.vue +257 -257
- package/src/components/revenue/comprehen/PreferentialPolicies/PrivilegeList.vue +135 -135
- package/src/components/revenue/comprehen/ResourceRecord/ResourceRecordQuery.vue +186 -186
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/BasicLiving.vue +277 -277
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/BasicLivingList.vue +280 -280
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/UpdateBasicLiving.vue +59 -59
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/stopBasicLiving.vue +171 -171
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackList.vue +290 -290
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListDetail.vue +71 -71
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListList.vue +275 -275
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListRecord.vue +62 -62
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackModal.vue +211 -211
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackRecordQuery.vue +211 -211
- package/src/components/revenue/comprehen/StairPrice/GasPrice.vue +521 -521
- package/src/components/revenue/comprehen/StairPrice/GasPriceList.vue +319 -319
- package/src/components/revenue/comprehen/StairPrice/GasPriceUser.vue +485 -485
- package/src/components/revenue/comprehen/StairPrice/PriceChangeDetail.vue +76 -76
- package/src/components/revenue/comprehen/StairPrice/PriceChangeHistory.vue +71 -71
- package/src/components/revenue/comprehen/StairPrice/PriceRecord.vue +138 -138
- package/src/components/revenue/comprehen/StairPrice/UpdateInfo.vue +68 -68
- package/src/components/revenue/comprehen/ToolCard/CardTypeDetail.vue +191 -191
- package/src/components/revenue/comprehen/TotalSplit/AllUserFiles.vue +120 -120
- package/src/components/revenue/comprehen/TotalSplit/SplitList.vue +264 -264
- package/src/components/revenue/comprehen/TotalSplit/TotalSplitList.vue +126 -126
- package/src/components/revenue/comprehen/TotalSplit/TotalSplitManage.vue +46 -46
- package/src/components/revenue/comprehen/alipay/alipayConstrast.vue +291 -291
- package/src/components/revenue/comprehen/alipay/alipayDetail.vue +395 -395
- package/src/components/revenue/comprehen/batch/batchEditFiles.vue +237 -237
- package/src/components/revenue/comprehen/batch/batchEditHistory.vue +93 -93
- package/src/components/revenue/comprehen/batch/batchEditManage.vue +131 -131
- package/src/components/revenue/comprehen/batch/batchUserList.vue +327 -327
- package/src/components/revenue/comprehen/closeaccount/Closeaccount.vue +190 -190
- package/src/components/revenue/comprehen/closeaccount/battchcancelaudit.vue +419 -419
- package/src/components/revenue/comprehen/common/ImportExcel.vue +133 -133
- package/src/components/revenue/comprehen/device/deviceEdit.vue +106 -106
- package/src/components/revenue/comprehen/device/deviceList.vue +146 -146
- package/src/components/revenue/comprehen/gasbrand/AddGasBrand.vue +512 -512
- package/src/components/revenue/comprehen/gasbrand/AddGasMeterInitParam.vue +153 -153
- package/src/components/revenue/comprehen/gasbrand/AddGasModel.vue +122 -122
- package/src/components/revenue/comprehen/gasbrand/AddGasModelInfo.vue +128 -128
- package/src/components/revenue/comprehen/gasbrand/AddJsonParameter.vue +163 -163
- package/src/components/revenue/comprehen/gasbrand/AddUseringOrg.vue +177 -177
- package/src/components/revenue/comprehen/gasbrand/GasBrandList.vue +241 -241
- package/src/components/revenue/comprehen/gasbrand/GasBrandUser.vue +185 -185
- package/src/components/revenue/comprehen/gasbrand/GasModelInfo.vue +93 -93
- package/src/components/revenue/comprehen/gasbrand/Parames.vue +293 -293
- package/src/components/revenue/comprehen/gasbrand/ViewOrg.vue +43 -43
- package/src/components/revenue/comprehen/handAudit/MeterReadAudit.vue +392 -392
- package/src/components/revenue/comprehen/insurance/insuranceGuanL.vue +337 -337
- package/src/components/revenue/comprehen/ovdue/Overduetax.vue +624 -624
- package/src/components/revenue/comprehen/posQuery/PosQueryList.vue +430 -430
- package/src/components/revenue/comprehen/replacement/replaceMentList.vue +412 -412
- package/src/components/revenue/comprehen/replacement/replacementHandInfoRecord.vue +155 -155
- package/src/components/revenue/comprehen/replacement/replacementSingleInfoOperation.vue +296 -296
- package/src/components/revenue/comprehen/wechatpay/WeChatPayContrast.vue +327 -327
- package/src/components/revenue/comprehen/wechatpay/WeChatPayDetail.vue +448 -448
- package/src/components/revenue/comprehen/wechatpay/WeChatPayPos.vue +177 -177
- package/src/components/revenue/comprehen/wechatpay/wechatValidateManage.vue +303 -303
- package/src/components/revenue/concentrator/ncAddressList.vue +141 -141
- package/src/components/revenue/concentrator/ncArchivesAdd.vue +646 -646
- package/src/components/revenue/concentrator/ncArchivesList.vue +199 -199
- package/src/components/revenue/concentrator/ncUserfilesList.vue +391 -391
- package/src/components/revenue/concentrator/ncUserfilesList2.vue +478 -478
- package/src/components/revenue/dispatch/dispatchDown.vue +402 -402
- package/src/components/revenue/dispatch/dispatchList.vue +430 -430
- package/src/components/revenue/dispatch/showList.vue +83 -83
- package/src/components/revenue/invoiceuse/CompanyTitleInput.vue +98 -98
- package/src/components/revenue/invoiceuse/InvoiceChargeList.vue +301 -301
- package/src/components/revenue/invoiceuse/InvoiceEntry.vue +78 -78
- package/src/components/revenue/invoiceuse/InvoiceGoodsInfoEntry.vue +140 -140
- package/src/components/revenue/invoiceuse/InvoiceGoodsInput.vue +90 -90
- package/src/components/revenue/invoiceuse/InvoiceInfoEntry.vue +142 -142
- package/src/components/revenue/invoiceuse/InvoiceInformationInput.vue +110 -110
- package/src/components/revenue/invoiceuse/InvoiceUse.vue +269 -269
- package/src/components/revenue/machineHandManage/ArrearsQuery.vue +919 -919
- package/src/components/revenue/machineHandManage/HandplanQuery.vue +1350 -1350
- package/src/components/revenue/machineHandManage/machineDown.vue +1148 -1148
- package/src/components/revenue/machineHandManage/machineHand.vue +2071 -2071
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +773 -773
- package/src/components/revenue/machineHandManage/machineUploaded.vue +316 -316
- package/src/components/revenue/priceAdjustment/CardPriceAdjustment.vue +169 -169
- package/src/components/revenue/priceAdjustment/cardMange/cardSellingDifference.vue +331 -331
- package/src/components/revenue/printing/PrintingFileUserFiles.vue +867 -867
- package/src/components/revenue/regionalgas/regionalList.vue +232 -232
- package/src/components/revenue/regionalgas/regionalListRecord.vue +72 -72
- package/src/components/revenue/regionalgas/regionaladd.vue +267 -267
- package/src/components/revenue/stopairmanage/stopairList.vue +201 -201
- package/src/components/revenue/stopairmanage/stopairListRecord.vue +82 -82
- package/src/components/revenue/stopairmanage/stopairadd.vue +228 -228
- package/src/components/revenue/third/rizhao/transferAudit.vue +205 -205
- package/src/components/revenue/third/rizhao/transferAuditDisposeBasics.vue +220 -220
- package/src/components/revenue/third/transferAudit.vue +205 -205
- package/src/components/revenue/third/transferAuditDisposeBasics.vue +213 -213
- package/src/components/revenue/todoList/CompileList.vue +93 -93
- package/src/components/revenue/todoList/TodoList.vue +129 -129
- package/src/components/service/BluetoothSell.js +76 -76
- package/src/components/service/PCSell.js +77 -77
- package/src/components/service/Save.js +77 -77
- package/src/components/valueaddserver/valueaddservershow.vue +253 -253
- package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +200 -200
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +818 -818
- package/src/components/webMeter/NewWebMeterHandPlan.vue +716 -716
- package/src/components/webMeter/WebBalanceQuery.vue +532 -532
- package/src/components/webMeter/WebmeterFlowmeter.vue +1064 -1064
- package/src/components/webMeter/approvalHandleList.vue +548 -548
- package/src/components/webMeter/common/MeterMsg.vue +596 -596
- package/src/components/webMeter/common/NewWatchMsg.vue +586 -586
- package/src/components/webMeter/common/QueryInstruct.vue +244 -244
- package/src/components/webMeter/common/SignParameter.vue +278 -278
- package/src/components/webMeter/common/WatchCollection.vue +96 -96
- package/src/components/webMeter/common/WatchCost.vue +101 -101
- package/src/components/webMeter/common/WatchDealWarning.vue +231 -231
- package/src/components/webMeter/common/WatchRecharge.vue +159 -159
- package/src/components/webMeter/common/WebMeterInfoManage.vue +124 -124
- package/src/components/webMeter/common/batteryEcharts.vue +159 -159
- package/src/components/webMeter/common/signalEcharts.vue +155 -155
- package/src/components/webMeter/dataCollection/NewWebMeterHandPlan.vue +810 -810
- package/src/components/webMeter/iotBalanceAnalyse.vue +374 -374
- package/src/components/webMeter/meterinfo/NewMeterList.vue +706 -706
- package/src/components/webMeter/paramSave/ParamHistory.vue +115 -115
- package/src/components/webMeter/paramSave/ParamSet.vue +668 -668
- package/src/components/webMeter/paramSave/ParamSetForm.vue +344 -344
- package/src/components/webMeter/paramSaveNew/ParamExceptions.vue +56 -56
- package/src/components/webMeter/paramSaveNew/ParamHistory.vue +164 -164
- package/src/components/webMeter/paramSaveNew/ParamSet.vue +596 -596
- package/src/components/webMeter/paramSaveNew/ParamSetDefault.vue +221 -221
- package/src/components/webMeter/paramSaveNew/ParamSetDefaultList.vue +68 -68
- package/src/components/webMeter/paramSaveNew/ParamSetForm.vue +507 -507
- package/src/components/webMeter/webInfo/EditWebMeterInfo.vue +278 -278
- package/src/components/webMeter/webInfo/MeterHistory.vue +74 -74
- package/src/components/webMeter/webInfo/UseWebMeter.vue +185 -185
- package/src/components/webMeter/webInfo/WebMeterInfo.vue +80 -80
- package/src/components/webMeter/webInfo/WebMeterList.vue +430 -430
- package/src/components/webMeter/webInfo/qinhua/EditWebMeterInfo.vue +247 -247
- package/src/components/webMeter/webInfo/qinhua/MeterHistory.vue +74 -74
- package/src/components/webMeter/webInfo/qinhua/WebMeterInfo.vue +79 -79
- package/src/components/webMeter/webInfo/qinhua/WebMeterList.vue +357 -357
- package/src/components/weinan/YuShou.vue +116 -116
- package/src/components/weinan/tree/Hhhh.vue +194 -194
- package/src/components/weinan/tree/ShowMessage.vue +136 -136
- package/src/components/zhoukou/DeveloperInfo.vue +327 -327
- package/src/components/zhoukou/LogRecordList.vue +188 -188
- package/src/filiale/alashan/UserBaseInfoNew.vue +481 -481
- package/src/filiale/ancheng/NewMeterList.vue +607 -607
- package/src/filiale/bayan/CardMeterCenter.vue +956 -956
- package/src/filiale/bayan/CardService.js +2237 -2237
- package/src/filiale/bayan/ChargeManage.vue +316 -316
- package/src/filiale/bayan/ChargeOper.vue +312 -312
- package/src/filiale/bayan/IOTMeterCenter.vue +873 -873
- package/src/filiale/bayan/MachineMeterCenter.vue +665 -665
- package/src/filiale/bayan/NoCardMeterCenter.vue +501 -501
- package/src/filiale/bayan/OtherChargeNew.vue +643 -643
- package/src/filiale/bayan/ReplaceCardManage.vue +419 -419
- package/src/filiale/bayan/ShowCardSellGas.vue +935 -935
- package/src/filiale/bayan/UnWriteCardCenter.vue +112 -112
- package/src/filiale/bayan/Userinfo.vue +280 -280
- package/src/filiale/bayan/sale.js +30 -30
- package/src/filiale/dexin/TransferManage.vue +534 -534
- package/src/filiale/dexin/sale.js +7 -7
- package/src/filiale/dongguan/components/common/userinfo_detail/UserBaseInfoNew.vue +504 -504
- package/src/filiale/dongguan/components/common/userinfo_detail/WebMeterBatchOperationValve.vue +789 -789
- package/src/filiale/ganquan/components/UserFiles/UserPaperInfoTest.vue +81 -81
- package/src/filiale/gehua/UserBaseInfoNew.vue +469 -469
- package/src/filiale/gehua/machineHandManage/HandplanQuery.vue +1259 -1259
- package/src/filiale/guangxi/WebMeterBatchOperationValve.vue +788 -788
- package/src/filiale/haile/UserBaseInfoNew.vue +463 -463
- package/src/filiale/haile/machineHand.vue +2135 -2135
- package/src/filiale/haile/unHandplanQuery.vue +760 -760
- package/src/filiale/jingyang/ChangeMeter.vue +1171 -1171
- package/src/filiale/jingyang/EticketPrint.vue +228 -228
- package/src/filiale/jingyang/EticketV4/CustQueryEticket.vue +417 -417
- package/src/filiale/jingyang/EticketV4/EticketManage.vue +67 -67
- package/src/filiale/jingyang/EticketV4/EticketOpenCard.vue +411 -411
- package/src/filiale/jingyang/EticketV4/EticketOpenPage.vue +431 -431
- package/src/filiale/jingyang/EticketV4/EticketRecordList.vue +448 -448
- package/src/filiale/jingyang/GovernmentSell.vue +361 -361
- package/src/filiale/jingyang/charge/IOTMeterCenter.vue +872 -872
- package/src/filiale/jingyang/sale.js +26 -26
- package/src/filiale/kelai/FeeDeduction/deductionManage.vue +25 -25
- package/src/filiale/kelai/FeeDeduction/feeDeduction.vue +211 -211
- package/src/filiale/kelai/FeeDeduction/feeMachine.vue +169 -169
- package/src/filiale/kelai/meterinfodetail.vue +255 -255
- package/src/filiale/kelai/sale.js +52 -52
- package/src/filiale/liaoyuan/CardList.vue +559 -559
- package/src/filiale/liaoyuan/FileManage/MeterinfoTest.vue +581 -581
- package/src/filiale/liaoyuan/UserBaseInfoNew.vue +472 -472
- package/src/filiale/liaoyuan/sale.js +57 -57
- package/src/filiale/lixianV3/MachineMeterCenter.vue +691 -691
- package/src/filiale/lixianV3/OweDetailList.vue +79 -79
- package/src/filiale/lixianV3/OweList.vue +157 -157
- package/src/filiale/lixianV3/sale.js +21 -21
- package/src/filiale/macheng/FilesManageNew/UserEssentialInfoTest.vue +373 -373
- package/src/filiale/macheng/HandManager.vue +1597 -1597
- package/src/filiale/macheng/UserBaseInfoNew.vue +353 -353
- package/src/filiale/macheng/UserEssentialInfoTest.vue +368 -368
- package/src/filiale/meihekou/ChargeList.vue +807 -807
- package/src/filiale/meihekou/FileUserFiles.vue +986 -986
- package/src/filiale/meihekou/HandManager.vue +1789 -1789
- package/src/filiale/meihekou/MbpeopleList.vue +573 -573
- package/src/filiale/meihekou/MeterBookAdd.vue +410 -410
- package/src/filiale/meihekou/MeterinfoTest.vue +635 -635
- package/src/filiale/meihekou/UserBaseInfoNew.vue +488 -488
- package/src/filiale/meihekou/meterinfodetail.vue +240 -240
- package/src/filiale/meihekou/sale.js +52 -52
- package/src/filiale/ningjin/HandplanQuery.vue +1194 -1194
- package/src/filiale/qianneng/ArrearsList.vue +417 -417
- package/src/filiale/qianneng/components/common/userinfo_detail/UserBaseInfoNew.vue +470 -470
- package/src/filiale/qianneng/revenue/common/ic_detail/HandQueryUser.vue +419 -419
- package/src/filiale/qianneng/sale.js +103 -103
- package/src/filiale/qingtongxia/UserBaseInfoNew.vue +603 -603
- package/src/filiale/qingtongxia/sale.js +17 -17
- package/src/filiale/rizhao/ChargeList.vue +1062 -1062
- package/src/filiale/rizhao/IOTMeterCenter.vue +795 -795
- package/src/filiale/rizhao/UserBaseInfoNew.vue +452 -452
- package/src/filiale/rizhao/otherinfo.vue +92 -92
- package/src/filiale/rongchuang/CardMeterCenter.vue +918 -918
- package/src/filiale/rongchuang/DepositCharge.vue +373 -373
- package/src/filiale/rongchuang/EticketPrint.vue +503 -503
- package/src/filiale/rongchuang/EticketRecordList.vue +265 -265
- package/src/filiale/rongchuang/GasPriceList.vue +359 -359
- package/src/filiale/rongchuang/IOTMeterCenter.vue +809 -809
- package/src/filiale/rongchuang/LimitGas.vue +233 -233
- package/src/filiale/rongchuang/MeterinfoTest.vue +752 -752
- package/src/filiale/rongchuang/NoCardMeterCenter.vue +469 -469
- package/src/filiale/rongchuang/OtherChargeNew.vue +445 -445
- package/src/filiale/rongchuang/OtherGas.vue +329 -329
- package/src/filiale/rongchuang/OverUseCharge.vue +435 -435
- package/src/filiale/rongchuang/PrintBill.vue +113 -113
- package/src/filiale/rongchuang/ReissueBill.vue +294 -294
- package/src/filiale/rongchuang/ReplaceCardManage.vue +412 -412
- package/src/filiale/rongchuang/ShowCardSellGas.vue +852 -852
- package/src/filiale/rongchuang/Userinfo.vue +176 -176
- package/src/filiale/rongchuang/bill/CustQueryEticket.vue +439 -439
- package/src/filiale/rongchuang/bill/EticketOpenCard.vue +264 -264
- package/src/filiale/rongchuang/bill/EticketOpenJBPage.vue +261 -261
- package/src/filiale/rongchuang/bill/EticketOpenPage.vue +249 -249
- package/src/filiale/rongchuang/bill/EticketRecordList.vue +277 -277
- package/src/filiale/rongchuang/handListMaintain.vue +641 -641
- package/src/filiale/rongchuang/handOperate.vue +454 -454
- package/src/filiale/rongchuang/sale.js +50 -50
- package/src/filiale/shangluo/ChangeMeter.vue +1184 -1184
- package/src/filiale/shangluo/sale.js +19 -19
- package/src/filiale/shanxian/components/webMeter/WebMeterBatchOperationValve.vue +792 -792
- package/src/filiale/shanxian/components/webMeter/meterinfo/NewMeterList.vue +602 -602
- package/src/filiale/shaoguan/HandplanQuery.vue +1329 -1329
- package/src/filiale/shaoguan/base/UserBaseInfoNew.vue +474 -474
- package/src/filiale/shexian/ChargeList.vue +1026 -1026
- package/src/filiale/shexian/UserBaseInfoNew.vue +469 -469
- package/src/filiale/shexian/revenue/newchangemeter/ChangeMeter.vue +1168 -1168
- package/src/filiale/shiquan/GasPriceList.vue +342 -342
- package/src/filiale/shiquan/sale.js +31 -31
- package/src/filiale/taizhoukesi/ChangeMeterQueryUser.vue +244 -244
- package/src/filiale/taizhoukesi/UserInfoDetailManageNew.vue +214 -214
- package/src/filiale/taizhoukesi/sale.js +6 -6
- package/src/filiale/tongchuan/EticketManage.vue +60 -60
- package/src/filiale/tongchuan/Maintenance/revenue/MeterOperatemain.vue +319 -319
- package/src/filiale/tongchuan/UserBaseInfoNew.vue +378 -378
- package/src/filiale/tongchuan/bill/CustQueryEticketQueryV4.vue +337 -337
- package/src/filiale/tongchuan/bill/EticketOpenCard.vue +323 -323
- package/src/filiale/tongchuan/bill/EticketOpenIotSalePage.vue +333 -333
- package/src/filiale/tongchuan/bill/EticketOpenJBPage.vue +386 -386
- package/src/filiale/tongchuan/bill/EticketOpenPage.vue +347 -347
- package/src/filiale/tongchuan/bill/EticketPrint.vue +483 -483
- package/src/filiale/tongchuan/bill/EticketRecordList.vue +278 -278
- package/src/filiale/tongchuan/paperaudit.vue +310 -310
- package/src/filiale/tongchuan/sale.js +154 -154
- package/src/filiale/wenxi/DisableManage.vue +150 -150
- package/src/filiale/wenxi/cardsHand.vue +974 -974
- package/src/filiale/wenxi/plugging/UserPlugging.vue +100 -100
- package/src/filiale/xinkang/UserBaseInfoNew.vue +446 -446
- package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +789 -789
- package/src/filiale/yangchun/CardList.vue +559 -559
- package/src/filiale/yangchun/CardMeterCenter.vue +992 -965
- package/src/filiale/yangchun/ChangeMeter.vue +1191 -1191
- package/src/filiale/yangchun/EticketModal.vue +95 -95
- package/src/filiale/yangchun/EticketV4/CustQueryEticket.vue +334 -334
- package/src/filiale/yangchun/EticketV4/EticketManage.vue +64 -64
- package/src/filiale/yangchun/EticketV4/EticketOpenCard.vue +349 -349
- package/src/filiale/yangchun/EticketV4/EticketOpenJBPage.vue +350 -350
- package/src/filiale/yangchun/EticketV4/EticketOpenPage.vue +341 -341
- package/src/filiale/yangchun/FilesManage/UserEssentialInfoTest.vue +643 -643
- package/src/filiale/yangchun/FilesManage/UserGeneralInfoTest.vue +810 -810
- package/src/filiale/yangchun/FilesManage/UserPaperInfoTest.vue +63 -63
- package/src/filiale/yangchun/OtherChargeDetail.vue +97 -97
- package/src/filiale/yangchun/OtherChargeNew.vue +702 -702
- package/src/filiale/yangchun/plugins/LogicService.js +496 -496
- package/src/filiale/yangchun/sale.js +65 -65
- package/src/filiale/yuansheng/UserBaseInfoNew.vue +447 -447
- package/src/filiale/yuncheng/ChargeManage.vue +316 -316
- package/src/filiale/yuncheng/ChargeOper.vue +286 -286
- package/src/filiale/yuncheng/HandplanQuery.vue +1377 -1377
- package/src/filiale/yuncheng/Mulitinfo.vue +75 -75
- package/src/filiale/yuncheng/deviceinfodetail.vue +144 -144
- package/src/filiale/yuncheng/machineDown.vue +1151 -1151
- package/src/filiale/yuncheng/machineHandAudit.vue +893 -893
- package/src/filiale/yuncheng/sale.js +52 -52
- package/src/filiale/zhongsheng/charge/UserBaseInfoNew.vue +451 -451
- package/src/filiale/zhongyi/HandplanQuery.vue +1198 -1198
- package/src/filiale/zhongyi/common/MeterMessage.vue +184 -184
- package/src/filiale/zhongyi/machineHand.vue +2212 -2212
- package/src/filiale/zhongyi/sale.js +40 -40
- package/src/main.js +33 -33
- package/src/plugins/BillService.js +63 -63
- package/src/plugins/CancelService.js +298 -298
- package/src/plugins/CardManageService.js +21 -21
- package/src/plugins/CardService.js +2119 -2119
- package/src/plugins/ChangeMeterService.js +760 -760
- package/src/plugins/CommonService.js +302 -302
- package/src/plugins/FileManageService.js +460 -460
- package/src/plugins/FileService.js +270 -270
- package/src/plugins/GetLoginInfoService.js +495 -495
- package/src/plugins/GetSaleParams.js +217 -217
- package/src/plugins/HandService.js +35 -35
- package/src/plugins/InvoiceService.js +80 -80
- package/src/plugins/LoadParams.js +117 -117
- package/src/plugins/LogicService.js +491 -491
- package/src/plugins/MachineChargeService.js +120 -120
- package/src/plugins/OffGasAddGasService.js +176 -176
- package/src/plugins/PrintService.js +134 -134
- package/src/plugins/SelectService.js +44 -44
- package/src/plugins/jsign.js +168 -168
- package/src/project/State.js +17 -17
- package/src/sale.js +1212 -1212
- package/src/sign.html +399 -399
- package/src/stores/MagLoadParams.js +61 -61
|
@@ -1,800 +1,800 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div>
|
|
3
|
-
<div style="overflow-y: scroll;height: 92%">
|
|
4
|
-
<div style="height: auto;width: 100%">
|
|
5
|
-
<div style="margin-bottom: 2%; margin-top: 2%">
|
|
6
|
-
<img style="margin-top: -5px" src="../../../static/images/lefticon/矩形1183.png">
|
|
7
|
-
<a style="font-size: 20px;font-weight: 500;">基本信息</a> <a
|
|
8
|
-
style="color: #999999;text-decoration: none"></a>
|
|
9
|
-
<button class="button_search" style="width: max-content" v-show="data.baseinfo.base.f_user_nature === '单位'"
|
|
10
|
-
@click="showUserDevices($index, data.baseinfo)">用户设备信息
|
|
11
|
-
</button>
|
|
12
|
-
<button class="button_search" style="width: max-content" @click="uploadFiles()">上传/查看附件</button>
|
|
13
|
-
<button class="button_search" style="width: max-content" @click="uploadPictures()">拍照</button>
|
|
14
|
-
<button class="button_search" style="width: max-content" @click="openBankAccount()"
|
|
15
|
-
v-if="data.meterinfo[0].f_user_type[0] === '非民用' && ($login.r.includes('银行开户'))">银行开户
|
|
16
|
-
</button>
|
|
17
|
-
<div
|
|
18
|
-
v-if="hiddenBtn" @click="criteriaShow=!criteriaShow" class="button_spacing"
|
|
19
|
-
:class="{'button_shrink_top':!criteriaShow,'button_shrink_bottom':criteriaShow}"
|
|
20
|
-
style="float: right;margin-right:1rem"></div>
|
|
21
|
-
</div>
|
|
22
|
-
<file-user-essential-info :formconfig="config.fileUserEssentialInfo" :usertype="row?row.f_user_type:null"
|
|
23
|
-
:userphonelist="data.baseinfo.userphonelist" :baseinfo="data.baseinfo"
|
|
24
|
-
:addressinfo="data.addressinfo" @valid="essentialInfo = true"
|
|
25
|
-
:onlyshowmust="criteriaShow" @invalid="essentialInfo = false" v-ref:useressential
|
|
26
|
-
:isedit="isedit"></file-user-essential-info>
|
|
27
|
-
<file-userinfo-device :userinfodevices.sync="userinfodevices" :show_userinfodevices.sync="show_userinfodevices"
|
|
28
|
-
:userinfoid='data.baseinfo.base.f_userinfo_id'></file-userinfo-device>
|
|
29
|
-
</div>
|
|
30
|
-
|
|
31
|
-
<div style="height: auto;width: 100%">
|
|
32
|
-
<file-user-meter-info :formconfig="config.fileUserMeterInfo" :meterinfo.sync="data.meterinfo"
|
|
33
|
-
:f_filialeid="f_filialeid" :metervalid.sync="meterInfo" :overdueset="overdueset"
|
|
34
|
-
:curuser="row"
|
|
35
|
-
:onlyshowmust="criteriaShow"
|
|
36
|
-
:f_userinfo_id="data.baseinfo.base.f_userinfo_id" :addressinfo="data.addressinfo"
|
|
37
|
-
:baseinfo.sync="data.baseinfo.base" v-ref:meter></file-user-meter-info>
|
|
38
|
-
</div>
|
|
39
|
-
|
|
40
|
-
<div style="height: auto;width: 100%">
|
|
41
|
-
<div style="margin-bottom: 2%; margin-top: 2%">
|
|
42
|
-
<img style="margin-top: -5px" src="../../../static/images/lefticon/矩形1183.png">
|
|
43
|
-
<span v-if="!usertype">
|
|
44
|
-
<a style="font-size: 20px;font-weight: 500;">发票信息</a> <a style="color: #999999"></a>
|
|
45
|
-
</span>
|
|
46
|
-
<span v-if="usertype">
|
|
47
|
-
<a style="font-size: 20px;font-weight: 500;">企业信息</a> <a style="color: #999999"></a>
|
|
48
|
-
</span>
|
|
49
|
-
</div>
|
|
50
|
-
<user-paper-info-test :baseinfo="data.baseinfo"></user-paper-info-test>
|
|
51
|
-
</div>
|
|
52
|
-
|
|
53
|
-
<!--<div style="height: auto;width: 100%">-->
|
|
54
|
-
<!--<div style="margin-bottom: 2%; margin-top: 2%">-->
|
|
55
|
-
<!--<img style="margin-top: -5px" src="../../../static/images/lefticon/矩形1183.png">-->
|
|
56
|
-
<!--<a style="font-size: 20px;font-weight: 500;">附件信息</a> <a style="color: #999999"></a>-->
|
|
57
|
-
<!--</div>-->
|
|
58
|
-
<!--<upload :blodid="blodid" isremark="true" fusetype="档案"></upload>-->
|
|
59
|
-
<!--</div>-->
|
|
60
|
-
</div>
|
|
61
|
-
|
|
62
|
-
<div class="form-horizontal auto">
|
|
63
|
-
<div class="form-group">
|
|
64
|
-
<div style="text-align:right;">
|
|
65
|
-
|
|
66
|
-
<button class="button_search" @click="confirm()" :disabled="!(essentialInfo && meterInfo )">确认
|
|
67
|
-
</button>
|
|
68
|
-
<button class="button_search" style="width: max-content" v-if="haslimit" @click="limitClick">限购配置</button>
|
|
69
|
-
<button class="button_clear" @click="cancel()">取消</button>
|
|
70
|
-
</div>
|
|
71
|
-
</div>
|
|
72
|
-
</div>
|
|
73
|
-
<limit-gas :show.sync="limitShow" :f_userinfo_id="data.baseinfo.base.f_userinfo_id"
|
|
74
|
-
@limit="getLimitGas"></limit-gas>
|
|
75
|
-
<modal :show.sync="showfiles" width="80%" style="width:auto;" v-ref:modal middle backdrop="false">
|
|
76
|
-
<article slot="modal-body">
|
|
77
|
-
<upload-idcard :blodid="blodid" isremark="true" @getidinfo="confirmIdCard" style="width:auto"
|
|
78
|
-
fusetype="档案信息" v-ref:upload></upload-idcard>
|
|
79
|
-
</article>
|
|
80
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
81
|
-
</footer>
|
|
82
|
-
</modal>
|
|
83
|
-
<high-meter :show.sync="highmetershow" v-if="highmetershow" @photo-finish="newPhoto"
|
|
84
|
-
v-on:confirminfo="confirmIdCard"></high-meter>
|
|
85
|
-
|
|
86
|
-
<modal :show.sync="filechangeDetailsShow" v-ref:filechangeDetailsShow backdrop="false"
|
|
87
|
-
class="filechangeDetailsShow">
|
|
88
|
-
<header slot="modal-header" class="modal-header" style="text-align: center">
|
|
89
|
-
<h4 class="modal-title">档案修改明细</h4>
|
|
90
|
-
</header>
|
|
91
|
-
<article slot="modal-body" class="modal-body">
|
|
92
|
-
<data-grid class="list_area table_sy" :model="filechangeDetails" partial='list'>
|
|
93
|
-
<template partial='head'>
|
|
94
|
-
<th>
|
|
95
|
-
<nobr>序号</nobr>
|
|
96
|
-
</th>
|
|
97
|
-
<th>
|
|
98
|
-
<nobr>更改内容</nobr>
|
|
99
|
-
</th>
|
|
100
|
-
<th>
|
|
101
|
-
<nobr>更改前</nobr>
|
|
102
|
-
</th>
|
|
103
|
-
<th>
|
|
104
|
-
<nobr>更改后</nobr>
|
|
105
|
-
</th>
|
|
106
|
-
</template>
|
|
107
|
-
<template partial='body'>
|
|
108
|
-
<td>{{ $index + 1 }}</td>
|
|
109
|
-
<td>
|
|
110
|
-
<nobr>{{ row.f_field_name }}</nobr>
|
|
111
|
-
</td>
|
|
112
|
-
<td>
|
|
113
|
-
<nobr>{{ row.f_used_content }}</nobr>
|
|
114
|
-
</td>
|
|
115
|
-
<td>
|
|
116
|
-
<nobr>{{ row.f_new_content }}</nobr>
|
|
117
|
-
</td>
|
|
118
|
-
</template>
|
|
119
|
-
</data-grid>
|
|
120
|
-
<div class="row">
|
|
121
|
-
<div class="col-sm-12 form-group">
|
|
122
|
-
<label for="f_paper_account" class="col-sm-2 font_normal_body " title="参数:变更原因">变更原因:</label>
|
|
123
|
-
<v-select v-model="fileSaveData.reason" style="width:60%"
|
|
124
|
-
placeholder='变更原因'
|
|
125
|
-
:value.sync="fileSaveData.reason"
|
|
126
|
-
:options='reasons'
|
|
127
|
-
:value-single="true"
|
|
128
|
-
v-ref:reason
|
|
129
|
-
close-on-select></v-select>
|
|
130
|
-
</div>
|
|
131
|
-
</div>
|
|
132
|
-
<div class="row">
|
|
133
|
-
<div class="col-sm-2"></div>
|
|
134
|
-
<input v-if="fileSaveData.reason ==='其他'" class="input_search" style="width:60%" placeholder='修改原因'
|
|
135
|
-
v-model="fileSaveData.modifyReason"/>
|
|
136
|
-
</div>
|
|
137
|
-
</article>
|
|
138
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
139
|
-
<button type="button" class="btn btn-default" @click='filechangeDetailsShow = false'>取消</button>
|
|
140
|
-
<button type="button" class="btn btn-success"
|
|
141
|
-
:disabled="!fileSaveData.reason || (fileSaveData.reason === '其他' && !fileSaveData.modifyReason)"
|
|
142
|
-
@click='confirmation()'>确认
|
|
143
|
-
</button>
|
|
144
|
-
</footer>
|
|
145
|
-
</modal>
|
|
146
|
-
</div>
|
|
147
|
-
<work-busy :is-busy="seaching"></work-busy>
|
|
148
|
-
</template>
|
|
149
|
-
|
|
150
|
-
<script>
|
|
151
|
-
import UserPaperInfoTest from './UserPaperInfoTest'
|
|
152
|
-
import {HttpResetClass} from 'vue-client'
|
|
153
|
-
import * as Util from '../../Util'
|
|
154
|
-
|
|
155
|
-
let getConfigScope = async function (self, name) {
|
|
156
|
-
try {
|
|
157
|
-
let res = await self.$resetget('/rs/vue/' + name + '.json', {resolveMsg: null, rejectMsg: null, newly: true})
|
|
158
|
-
// 如果有表单配置 展示 收起按钮
|
|
159
|
-
if (Object.keys(res.data).length > 0) {
|
|
160
|
-
self.hiddenBtn = true
|
|
161
|
-
}
|
|
162
|
-
self.config[name] = res.data
|
|
163
|
-
} catch (error) {
|
|
164
|
-
// 忽略704,文件找不到异常
|
|
165
|
-
if (error.status !== 704) {
|
|
166
|
-
throw error
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
let getFileGen = async function (self, data) {
|
|
171
|
-
let http = new HttpResetClass()
|
|
172
|
-
try {
|
|
173
|
-
await self.$getConfig(self, 'FilesDetail')
|
|
174
|
-
} catch (ignore) {
|
|
175
|
-
}
|
|
176
|
-
let result = await http.load('POST', 'rs/logic/filemanage_getFilesDetail', data, {
|
|
177
|
-
resolveMsg: null,
|
|
178
|
-
rejectMsg: '用户详细信息加载失败,请重新选择,如果多次失败,请检查系统是否正常!',
|
|
179
|
-
newly: true
|
|
180
|
-
})
|
|
181
|
-
self.data = result.data
|
|
182
|
-
self.data.meterinfo.forEach((item) => {
|
|
183
|
-
item.devicesinfo.forEach((item2) => {
|
|
184
|
-
if (item2.img.content) {
|
|
185
|
-
let URL = item2.img.content.substring(item2.img.content.lastIndexOf(':\\') + 2)
|
|
186
|
-
item2.img.content = 'http://' + location.host + '/' + URL
|
|
187
|
-
}
|
|
188
|
-
})
|
|
189
|
-
})
|
|
190
|
-
// 更新地址
|
|
191
|
-
// 修改附件临时id为表档案id
|
|
192
|
-
self.blodid = self.data.baseinfo.base.f_userinfo_id
|
|
193
|
-
console.log('获取档案信息', self.data)
|
|
194
|
-
self.checkout()
|
|
195
|
-
console.log('附件id', self.blodid)
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
export default {
|
|
199
|
-
title: '综合信息',
|
|
200
|
-
props: ['f_filialeid', 'row', 'areainfo', 'haslimit', 'isedit'],
|
|
201
|
-
components: {UserPaperInfoTest},
|
|
202
|
-
data () {
|
|
203
|
-
return {
|
|
204
|
-
config: {
|
|
205
|
-
hasnumber: false,
|
|
206
|
-
adddevices: false,
|
|
207
|
-
f_building_suffix: '栋',
|
|
208
|
-
f_unit_suffix: '单元',
|
|
209
|
-
f_floor_suffix: '层',
|
|
210
|
-
f_room_suffix: '室',
|
|
211
|
-
fileUserEssentialInfo: {},
|
|
212
|
-
fileUserinfoDevice: {},
|
|
213
|
-
fileUserMeterInfo: {},
|
|
214
|
-
userPaperInfo: {}
|
|
215
|
-
},
|
|
216
|
-
data: {
|
|
217
|
-
baseinfo: {
|
|
218
|
-
base: {
|
|
219
|
-
f_user_name: '',
|
|
220
|
-
f_user_state: '',
|
|
221
|
-
f_user_type: '',
|
|
222
|
-
f_credentials: '',
|
|
223
|
-
f_cost_type: '',
|
|
224
|
-
f_bz_type: '',
|
|
225
|
-
f_paper_type: '',
|
|
226
|
-
f_idnumber: ''
|
|
227
|
-
},
|
|
228
|
-
userinfodevices: [],
|
|
229
|
-
bank: {
|
|
230
|
-
f_bank_name: ''
|
|
231
|
-
},
|
|
232
|
-
// 用户备用电话信息
|
|
233
|
-
userphonelist: []
|
|
234
|
-
},
|
|
235
|
-
addressinfo: {
|
|
236
|
-
id: '',
|
|
237
|
-
f_address: '',
|
|
238
|
-
f_address_state: ''
|
|
239
|
-
},
|
|
240
|
-
meterinfo: [{
|
|
241
|
-
f_user_type: '',
|
|
242
|
-
f_gasproperties: '',
|
|
243
|
-
devicesinfo: [],
|
|
244
|
-
fireinfo: {}
|
|
245
|
-
}],
|
|
246
|
-
devicesinfo: [],
|
|
247
|
-
fireinfo: {},
|
|
248
|
-
address: {
|
|
249
|
-
id: '',
|
|
250
|
-
f_address: '',
|
|
251
|
-
f_address_state: ''
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
show_userinfodevices: false,
|
|
255
|
-
userinfodevices: [],
|
|
256
|
-
oldAddress: {},
|
|
257
|
-
highmetershow: false, // 高拍仪组件控制
|
|
258
|
-
showfiles: false,
|
|
259
|
-
overdueset: [],
|
|
260
|
-
// 子组件验证
|
|
261
|
-
essentialInfo: false,
|
|
262
|
-
meterInfo: false,
|
|
263
|
-
// 是否仅展示必填项
|
|
264
|
-
criteriaShow: false,
|
|
265
|
-
hiddenBtn: false,
|
|
266
|
-
// 地址相关属性
|
|
267
|
-
params: {
|
|
268
|
-
areas: [],
|
|
269
|
-
f_street: [],
|
|
270
|
-
f_residential_area: []
|
|
271
|
-
},
|
|
272
|
-
// 限购相关属性
|
|
273
|
-
limitShow: false,
|
|
274
|
-
limit_gas: null,
|
|
275
|
-
peopleNum: this.$appdata.getSingleValue('默认人口'),
|
|
276
|
-
pointsNum: this.$appdata.getSingleValue('默认用气点'),
|
|
277
|
-
kitchenType: this.$appdata.getSingleValue('默认厨房类型'),
|
|
278
|
-
blodid: '', // 附件的临时id
|
|
279
|
-
defaultMeterInfo: '', // 默认的表具信息
|
|
280
|
-
fileSaveData: {
|
|
281
|
-
// 修改原因
|
|
282
|
-
modifyReason: '',
|
|
283
|
-
reason: ''
|
|
284
|
-
},
|
|
285
|
-
// 档案变更明细
|
|
286
|
-
filechangeDetails: {rows: []},
|
|
287
|
-
filechangeDetailsShow: false,
|
|
288
|
-
seaching: false // 保存中
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
async ready () {
|
|
292
|
-
try {
|
|
293
|
-
console.log('开始获取配置文件')
|
|
294
|
-
// 获取配置文件 用来展示字段是否展示 是否必填
|
|
295
|
-
await getConfigScope(this, 'fileUserEssentialInfo')
|
|
296
|
-
await getConfigScope(this, 'fileUserinfoDevice')
|
|
297
|
-
await getConfigScope(this, 'fileUserMeterInfo')
|
|
298
|
-
await getConfigScope(this, 'userPaperInfo')
|
|
299
|
-
} catch (e) {
|
|
300
|
-
console.warn(e)
|
|
301
|
-
console.warn('获取展示配置失败,按照默认展示')
|
|
302
|
-
}
|
|
303
|
-
if (this.data.baseinfo.base.f_userinfo_id) {
|
|
304
|
-
this.blodid = this.data.baseinfo.base.f_userinfo_id
|
|
305
|
-
} else {
|
|
306
|
-
this.blodid = '临时id' + Date.now()
|
|
307
|
-
}
|
|
308
|
-
console.log('ready,,,', this.row)
|
|
309
|
-
await this.getOvedueset()
|
|
310
|
-
if (this.row) { // 修改用户
|
|
311
|
-
await this.areaGen(this.row)
|
|
312
|
-
} else if (!this.row) { // 小区批量建档
|
|
313
|
-
// 将小区信息转化为综合信息的格式
|
|
314
|
-
await this.areainfoInUser(this.areainfo)
|
|
315
|
-
}
|
|
316
|
-
console.log('this.blodid------------>', this.blodid)
|
|
317
|
-
},
|
|
318
|
-
watch: {
|
|
319
|
-
async 'row' (val) {
|
|
320
|
-
console.log('观察row', val)
|
|
321
|
-
if (val) {
|
|
322
|
-
await this.areaGen(val)
|
|
323
|
-
} else {
|
|
324
|
-
await this.areainfoInUser(this.areainfo)
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
'areainfo' (val) {
|
|
328
|
-
console.log('小区观察。。', val)
|
|
329
|
-
if (val) {
|
|
330
|
-
this.$refs.meter.clearMeter()
|
|
331
|
-
this.blodid = '临时id' + Date.now()
|
|
332
|
-
this.areainfoInUser(val)
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
'essentialInfo' (val) {
|
|
336
|
-
console.log('观察到验证变化', val)
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
methods: {
|
|
340
|
-
async getOvedueset () {
|
|
341
|
-
let overdueset = []
|
|
342
|
-
let res = await this.$resetpost('rs/sql/saleSingleTable', {
|
|
343
|
-
data: {
|
|
344
|
-
tablename: 't_overdue_set',
|
|
345
|
-
condition: `f_orgid = '${this.f_filialeid}' `
|
|
346
|
-
}
|
|
347
|
-
}, {resolveMsg: null, rejectMsg: '', newly: true})
|
|
348
|
-
for (let row of res.data) {
|
|
349
|
-
overdueset.push({label: row.f_rule_name, value: `${row.id}`})
|
|
350
|
-
}
|
|
351
|
-
this.overdueset = overdueset
|
|
352
|
-
},
|
|
353
|
-
confirmIdCard (IdCardInfo) {
|
|
354
|
-
console.log('返回的身份证', IdCardInfo)
|
|
355
|
-
this.uploadPictures()
|
|
356
|
-
this.data.baseinfo.base.f_user_name = IdCardInfo.strName
|
|
357
|
-
this.data.baseinfo.base.f_idnumber = IdCardInfo.strID
|
|
358
|
-
},
|
|
359
|
-
showUserDevices (index, row) {
|
|
360
|
-
this.userinfodevices = []
|
|
361
|
-
this.show_userinfodevices = true
|
|
362
|
-
this.userinfodevices = row.userinfodevices
|
|
363
|
-
console.log('查看设备信息', this.userinfodevices)
|
|
364
|
-
},
|
|
365
|
-
|
|
366
|
-
uploadFiles () {
|
|
367
|
-
this.showfiles = !this.showfiles
|
|
368
|
-
},
|
|
369
|
-
|
|
370
|
-
uploadPictures () {
|
|
371
|
-
this.highmetershow = !this.highmetershow
|
|
372
|
-
},
|
|
373
|
-
|
|
374
|
-
openBankAccount () {
|
|
375
|
-
this.$resetpost('rs/logic/openBankAccount', {
|
|
376
|
-
f_userinfo_code: this.data.baseinfo.base.f_userinfo_code,
|
|
377
|
-
f_username: this.data.baseinfo.base.f_user_name
|
|
378
|
-
},
|
|
379
|
-
{resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
380
|
-
this.$showMessage(res.data.resultmessage)
|
|
381
|
-
})
|
|
382
|
-
},
|
|
383
|
-
async confirm () {
|
|
384
|
-
this.data.addressinfo.f_address = this.$refs.useressential.addressinfo.f_address
|
|
385
|
-
this.data.addressinfo.id = this.$refs.useressential.addressinfo.id
|
|
386
|
-
this.data.oldaddressinfo = this.oldAddress
|
|
387
|
-
this.data.hasnumber = this.config.hasnumber
|
|
388
|
-
this.data.limit_gas = this.limit_gas
|
|
389
|
-
let fileLength = this.$refs.upload.fileInfoData.length
|
|
390
|
-
debugger
|
|
391
|
-
if (this.data.baseinfo.base.f_kitchen_type === '暗厨房' && fileLength === 0) {
|
|
392
|
-
this.$showAlert('暗厨房需上传附件!', 'danger', 0)
|
|
393
|
-
return
|
|
394
|
-
};
|
|
395
|
-
if (this.f_filialeid && this.f_filialeid != '') {
|
|
396
|
-
this.data.f_filialeid = this.f_filialeid
|
|
397
|
-
} else {
|
|
398
|
-
this.data.f_filialeid = this.$login.f.orgid
|
|
399
|
-
}
|
|
400
|
-
if (this.row) {
|
|
401
|
-
this.data.baseinfo.base.version = this.row.version
|
|
402
|
-
}
|
|
403
|
-
this.seaching = true
|
|
404
|
-
console.log('档案保存之前,。。。', this.data)
|
|
405
|
-
this.data.baseinfo.base.f_user_name = Util.removerUnnecessary(this.data.baseinfo.base.f_user_name)
|
|
406
|
-
this.data.baseinfo.base.f_user_phone = Util.removerUnnecessary(this.data.baseinfo.base.f_user_phone)
|
|
407
|
-
this.data.meterinfo.forEach((item) => {
|
|
408
|
-
item.f_meternumber = Util.removerUnnecessary(item.f_meternumber)
|
|
409
|
-
})
|
|
410
|
-
if (this.data.meterinfo[0].f_gas_date != null) {
|
|
411
|
-
this.data.addressinfo.f_address_state = '已通气'
|
|
412
|
-
}
|
|
413
|
-
// 获取保存数据
|
|
414
|
-
Object.assign(this.fileSaveData, {}, this.$FileManageService.fileSaveBefore(this.data))
|
|
415
|
-
// 如果是修改, 则展示修改的明细给用户
|
|
416
|
-
if (this.fileSaveData.userinfo.f_userinfo_id) {
|
|
417
|
-
if (this.row.f_user_state === '预备' && this.fileSaveData.userinfo.f_user_state === '正常') {
|
|
418
|
-
this.fileSaveData.modifyReason = this.reason = '建档(档案信息完善)'
|
|
419
|
-
} else {
|
|
420
|
-
this.reason = '其他'
|
|
421
|
-
this.fileSaveData.modifyReason = ''
|
|
422
|
-
}
|
|
423
|
-
let details = await this.$resetpost('rs/logic/filechangeDetails', {data: this.fileSaveData}, {
|
|
424
|
-
resolveMsg: null,
|
|
425
|
-
rejectMsg: '获取修改明细出错!'
|
|
426
|
-
})
|
|
427
|
-
this.seaching = false
|
|
428
|
-
this.filechangeDetails.rows = details.data.changeDetails
|
|
429
|
-
this.filechangeDetailsShow = details.data.isChange
|
|
430
|
-
}
|
|
431
|
-
// 不是修改直接保存
|
|
432
|
-
if (!this.filechangeDetailsShow) this.confirmation()
|
|
433
|
-
},
|
|
434
|
-
confirmation () {
|
|
435
|
-
if (this.fileSaveData.reason && this.fileSaveData.reason !== '其他') {
|
|
436
|
-
this.fileSaveData.modifyReason = this.fileSaveData.reason
|
|
437
|
-
}
|
|
438
|
-
for (let i = 0; i < this.filechangeDetails.rows.length; i++) {
|
|
439
|
-
if (this.filechangeDetails.rows[i].f_field_name === '通气日期') {
|
|
440
|
-
let name = this.$login.f.name
|
|
441
|
-
let nameId = this.$login.f.id
|
|
442
|
-
let parentname = this.$login.f.deps
|
|
443
|
-
let parentnameId = this.$login.f.depids
|
|
444
|
-
this.fileSaveData.userinfo.f_operator = name
|
|
445
|
-
this.fileSaveData.userinfo.f_operatorid = nameId
|
|
446
|
-
this.fileSaveData.userinfo.f_depname = parentname
|
|
447
|
-
this.fileSaveData.userinfo.f_depid = parentnameId
|
|
448
|
-
this.fileSaveData.userinfo.userfiles.f_operator = name
|
|
449
|
-
this.fileSaveData.userinfo.userfiles.f_operatorid = nameId
|
|
450
|
-
this.fileSaveData.userinfo.userfiles.f_depname = parentname
|
|
451
|
-
this.fileSaveData.userinfo.userfiles.f_depid = parentnameId
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
this.$FileManageService.fileSave(this.fileSaveData).then((res) => {
|
|
455
|
-
this.$parent.resdata = res.data.result[0].f_userinfo_code
|
|
456
|
-
if (!this.row) {
|
|
457
|
-
this.$parent.resshow = true
|
|
458
|
-
}
|
|
459
|
-
this.$dispatch('success')
|
|
460
|
-
}).catch((error) => {
|
|
461
|
-
if (error.status === 603) {
|
|
462
|
-
this.$error('重复提交')
|
|
463
|
-
return
|
|
464
|
-
}
|
|
465
|
-
this.seaching = false
|
|
466
|
-
this.$dispatch('error', '档案保存', this.data, error)
|
|
467
|
-
})
|
|
468
|
-
},
|
|
469
|
-
convertBase64ToBlob (base64String) {
|
|
470
|
-
// 将base64解码
|
|
471
|
-
var bytes = atob(base64String)
|
|
472
|
-
// var bytes = base64;
|
|
473
|
-
var bytesCode = new ArrayBuffer(bytes.length)
|
|
474
|
-
// 转换为类型化数组
|
|
475
|
-
var byteArray = new Uint8Array(bytesCode)
|
|
476
|
-
|
|
477
|
-
// 将base64转换为ascii码
|
|
478
|
-
for (var i = 0; i < bytes.length; i++) {
|
|
479
|
-
byteArray[i] = bytes.charCodeAt(i)
|
|
480
|
-
}
|
|
481
|
-
// 生成Blob对象(文件对象)
|
|
482
|
-
return new Blob([bytesCode], {type: 'image/jpeg'})
|
|
483
|
-
},
|
|
484
|
-
newPhoto (Imgbase64) {
|
|
485
|
-
this.$refs.upload.newPhoto(Imgbase64)
|
|
486
|
-
/* let form = new FormData()
|
|
487
|
-
let xhr = new XMLHttpRequest()
|
|
488
|
-
let formDataBoundary = "----WebkitFormBoundary" + "GaoPaiYi";
|
|
489
|
-
form.append('Content-Type', 'multipart/form-data;boundary=' + formDataBoundary)
|
|
490
|
-
form.append('file', this.convertBase64ToBlob(Imgbase64), "GaoPaiYi.jpg")
|
|
491
|
-
xhr.open("POST", "rs/file/uploadFile")
|
|
492
|
-
|
|
493
|
-
if (this.headers) {
|
|
494
|
-
for (var header in this.headers) {
|
|
495
|
-
xhr.setRequestHeader(header, encodeURIComponent(this.headers[header]))
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
xhr.send(form)
|
|
499
|
-
setTimeout(() => {
|
|
500
|
-
this.load(this)
|
|
501
|
-
}, 5000) */
|
|
502
|
-
},
|
|
503
|
-
async areaGen (data) {
|
|
504
|
-
data.f_user_id = data.f_user_id + ''
|
|
505
|
-
await getFileGen(this, data)
|
|
506
|
-
},
|
|
507
|
-
cancel () {
|
|
508
|
-
this.$dispatch('clean', '取消档案修正', 'user-general-info', this.row)
|
|
509
|
-
},
|
|
510
|
-
checkout (val) {
|
|
511
|
-
// 对收到的综合信息进行校验(主要目的是为了防止下拉框没有默认值)
|
|
512
|
-
// 对综合用户基本信息进行校验
|
|
513
|
-
|
|
514
|
-
// 将oldAddress 置为空,
|
|
515
|
-
this.oldAddress = {}
|
|
516
|
-
this.data.baseinfo.base.f_user_state = this.data.baseinfo.base.f_user_state === '预备' ? '正常' : this.data.baseinfo.base.f_user_state
|
|
517
|
-
// this.data.baseinfo.base.f_user_nature = this.data.baseinfo.base.f_user_nature ? [this.data.baseinfo.base.f_user_nature] : '民用'
|
|
518
|
-
// this.data.baseinfo.base.f_credentials = this.data.baseinfo.base.f_credentials ? [this.data.baseinfo.base.f_credentials] : '身份证'
|
|
519
|
-
this.data.baseinfo.base.f_cost_type = this.data.baseinfo.base.f_cost_type ? [this.data.baseinfo.base.f_cost_type] : '现金缴费'
|
|
520
|
-
this.data.baseinfo.base.f_bz_type = this.data.baseinfo.base.f_bz_type ? [this.data.baseinfo.base.f_bz_type] : ''
|
|
521
|
-
|
|
522
|
-
this.data.baseinfo.base.f_paper_type = this.data.baseinfo.base.f_paper_type ? this.data.baseinfo.base.f_paper_type : '电子发票'
|
|
523
|
-
this.data.baseinfo.bank.f_bank_name = this.data.baseinfo.bank.f_bank_name ? [this.data.baseinfo.bank.f_bank_name] : '中国银行'
|
|
524
|
-
this.data.baseinfo.base.f_people_num = this.data.baseinfo.base.f_people_num ? this.data.baseinfo.base.f_people_num : (this.peopleNum ? this.peopleNum : 0)
|
|
525
|
-
this.data.baseinfo.base.f_gas_pointsnumber = this.data.baseinfo.base.f_gas_pointsnumber ? this.data.baseinfo.base.f_gas_pointsnumber : (this.pointsNum ? this.pointsNum : 2)
|
|
526
|
-
this.data.baseinfo.base.f_kitchen_type = this.data.baseinfo.base.f_kitchen_type ? this.data.baseinfo.base.f_kitchen_type : (this.kitchenType ? this.kitchenType : '')
|
|
527
|
-
|
|
528
|
-
if (this.data.baseinfo.base.f_slice_area) {
|
|
529
|
-
this.data.baseinfo.base.f_slice_area = [this.data.baseinfo.base.f_slice_area]
|
|
530
|
-
} else {
|
|
531
|
-
this.data.baseinfo.base.f_slice_area = ''
|
|
532
|
-
}
|
|
533
|
-
this.oldAddress.f_address = this.data.addressinfo.f_address
|
|
534
|
-
this.oldAddress.id = this.data.addressinfo.id
|
|
535
|
-
|
|
536
|
-
// 地址信息
|
|
537
|
-
// loadStreetAndResGen(this)
|
|
538
|
-
|
|
539
|
-
// 对表具信息进行校验
|
|
540
|
-
this.data.meterinfo.forEach((row) => {
|
|
541
|
-
console.log(row)
|
|
542
|
-
if (row.gasbrand) {
|
|
543
|
-
this.meterbrands.forEach((item) => {
|
|
544
|
-
if (item.label === row.gasbrand) {
|
|
545
|
-
row.gasbrand = [item.value]
|
|
546
|
-
}
|
|
547
|
-
})
|
|
548
|
-
} else {
|
|
549
|
-
row.gasbrand = ''
|
|
550
|
-
}
|
|
551
|
-
if (row.gasmodel && (row.gasbrand instanceof Array)) {
|
|
552
|
-
row.gasbrand[0].gasmodel.forEach((item) => {
|
|
553
|
-
if (item.label === (val === 'area' ? row.gasmodel : row.gasmodel + row.gasmodeltype)) {
|
|
554
|
-
row.gasmodel = [item.value]
|
|
555
|
-
}
|
|
556
|
-
})
|
|
557
|
-
} else {
|
|
558
|
-
row.gasmodel = ''
|
|
559
|
-
}
|
|
560
|
-
if (row.f_fire_state === '1') {
|
|
561
|
-
row.f_fire_state1 = true
|
|
562
|
-
} else if (row.f_fire_state === '0') {
|
|
563
|
-
row.f_fire_state1 = false
|
|
564
|
-
}
|
|
565
|
-
row.f_install_date = row.f_install_date ? row.f_install_date : null
|
|
566
|
-
row.f_gas_date = row.f_gas_date ? row.f_gas_date : null
|
|
567
|
-
row.f_changetube_date = row.f_changetube_date ? row.f_changetube_date : null
|
|
568
|
-
row.f_aroundmeter = row.f_aroundmeter ? row.f_aroundmeter : ''
|
|
569
|
-
row.f_garbage_fee = row.f_garbage_fee ? row.f_garbage_fee : ''
|
|
570
|
-
row.f_valve_state = row.f_valve_state ? [row.f_valve_state] : ''
|
|
571
|
-
row.f_usetype = row.f_usetype ? [row.f_usetype] : ''
|
|
572
|
-
row.f_usestate = row.f_usestate && row.f_usestate.length > 0 ? [row.f_usestate] : ''
|
|
573
|
-
row.f_meter_book_num = row.f_meter_book_num && row.f_meter_book_num.length > 0 ? [row.f_meter_book_num] : ''
|
|
574
|
-
row.f_userfiles_address = row.f_userfiles_address && row.f_userfiles_address.length > 0 ? [row.f_userfiles_address] : ''
|
|
575
|
-
row.f_inputtor = row.f_inputtor ? [row.f_inputtor] : ''
|
|
576
|
-
row.f_position = row.f_position ? [row.f_position] : ''
|
|
577
|
-
|
|
578
|
-
row.f_user_type = row.f_user_type ? [row.f_user_type] : ''
|
|
579
|
-
row.f_gasproperties = row.f_gasproperties ? [row.f_gasproperties] : ''
|
|
580
|
-
row.pricetype = row.pricetype ? [row.pricetype] : ''
|
|
581
|
-
|
|
582
|
-
if (row.pricename) {
|
|
583
|
-
let names = this.getPricenames(row.f_user_type,
|
|
584
|
-
row.f_gasproperties,
|
|
585
|
-
row.pricetype)
|
|
586
|
-
|
|
587
|
-
console.log('=====2.===校验气价名称', names, row.f_user_type, row.f_gasproperties, row.pricetype)
|
|
588
|
-
if (names.length > 0) {
|
|
589
|
-
names.forEach((item) => {
|
|
590
|
-
if (item.label === row.pricename) {
|
|
591
|
-
row.pricename = [item.value]
|
|
592
|
-
row.f_detailprice = this.$CommonService.getShowPriceDetail(item.value.detailprice)
|
|
593
|
-
}
|
|
594
|
-
})
|
|
595
|
-
} else {
|
|
596
|
-
row.pricename = ''
|
|
597
|
-
}
|
|
598
|
-
} else {
|
|
599
|
-
row.pricename = ''
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
if (row.f_adjustable) {
|
|
603
|
-
this.adjustables.forEach((item) => {
|
|
604
|
-
if (item.label === row.f_adjustable) {
|
|
605
|
-
row.f_adjustable = [item.value]
|
|
606
|
-
}
|
|
607
|
-
})
|
|
608
|
-
} else {
|
|
609
|
-
row.f_adjustable = ''
|
|
610
|
-
}
|
|
611
|
-
})
|
|
612
|
-
// console.log('5555555555', this.data.meterinfo)
|
|
613
|
-
// 对设备进行校验
|
|
614
|
-
// this.data.devicesinfo.forEach((row) => {
|
|
615
|
-
// row.f_devices_type = row.f_devices_type ? [row.f_devices_type] : ''
|
|
616
|
-
// })
|
|
617
|
-
},
|
|
618
|
-
getPricenames (f_user_type, f_gasproperties, f_price_type) {
|
|
619
|
-
let rs = []
|
|
620
|
-
if (f_user_type.length === 1 && f_gasproperties.length === 1 && f_price_type.length === 1) {
|
|
621
|
-
rs = this.$GetSaleParam.getPrice({
|
|
622
|
-
f_user_type: f_user_type[0],
|
|
623
|
-
f_gasproperties: f_gasproperties[0],
|
|
624
|
-
f_price_type: f_price_type[0],
|
|
625
|
-
filter: this.f_filialeid
|
|
626
|
-
})
|
|
627
|
-
}
|
|
628
|
-
return rs
|
|
629
|
-
},
|
|
630
|
-
// 将小区信息转化为综合信息的格式
|
|
631
|
-
async areainfoInUser (areainfo) {
|
|
632
|
-
// this.nextTick(() => {
|
|
633
|
-
//
|
|
634
|
-
// })
|
|
635
|
-
// await this.$getConfig(this, 'UserAddress')
|
|
636
|
-
this.data = {
|
|
637
|
-
baseinfo: {
|
|
638
|
-
base: {
|
|
639
|
-
f_user_state: '正常',
|
|
640
|
-
f_is_mgq: '',
|
|
641
|
-
f_slice_area: '', // 片区
|
|
642
|
-
// 附件表临时id
|
|
643
|
-
blodid: this.blodid,
|
|
644
|
-
// 用户姓名
|
|
645
|
-
f_user_name: '',
|
|
646
|
-
// 用户电话
|
|
647
|
-
f_user_phone: '',
|
|
648
|
-
f_people_num: this.$appdata.getSingleValue('默认人口数') ? this.$appdata.getSingleValue('默认人口数') : 0,
|
|
649
|
-
f_packaging: '',
|
|
650
|
-
// 备用电话
|
|
651
|
-
f_rent_phone: '',
|
|
652
|
-
f_credentials: '身份证',
|
|
653
|
-
f_cost_type: '',
|
|
654
|
-
f_bz_type: '',
|
|
655
|
-
f_address: '',
|
|
656
|
-
addressid: '',
|
|
657
|
-
f_idnumber: '',
|
|
658
|
-
f_meter_book_num: ''
|
|
659
|
-
},
|
|
660
|
-
bank: {},
|
|
661
|
-
// 用户备用电话信息
|
|
662
|
-
userphonelist: []
|
|
663
|
-
},
|
|
664
|
-
addressinfo: {
|
|
665
|
-
// 详细地址
|
|
666
|
-
f_address: '',
|
|
667
|
-
id: ''
|
|
668
|
-
},
|
|
669
|
-
meterinfo: [{
|
|
670
|
-
// 表号
|
|
671
|
-
f_meternumber: '',
|
|
672
|
-
f_metertitles: '',
|
|
673
|
-
f_area_code: '',
|
|
674
|
-
// 气表品牌
|
|
675
|
-
gasbrand: '',
|
|
676
|
-
// 气表型号
|
|
677
|
-
gasmodel: '',
|
|
678
|
-
// 气表类型
|
|
679
|
-
gasmodeltype: '',
|
|
680
|
-
pricetype: '', // 气价类型
|
|
681
|
-
pricename: '', // 气价名称
|
|
682
|
-
f_user_type: '', // 用户类型
|
|
683
|
-
f_gasproperties: '', // 用气性质
|
|
684
|
-
f_inputtor: '',
|
|
685
|
-
// 安装位置
|
|
686
|
-
f_position: '',
|
|
687
|
-
// 安装地址
|
|
688
|
-
f_userfiles_address: '',
|
|
689
|
-
// 安装经度
|
|
690
|
-
f_userfiles_lng: '',
|
|
691
|
-
// 安装纬度
|
|
692
|
-
f_userfiles_lat: '',
|
|
693
|
-
// 使用类型
|
|
694
|
-
f_usetype: '',
|
|
695
|
-
// 使用状态
|
|
696
|
-
f_usestate: '',
|
|
697
|
-
// 左右表
|
|
698
|
-
f_aroundmeter: '',
|
|
699
|
-
f_garbage_fee: '否',
|
|
700
|
-
f_meter_base: '',
|
|
701
|
-
f_initial_base: 0,
|
|
702
|
-
// 通气人
|
|
703
|
-
f_gas_person: '',
|
|
704
|
-
f_adjustable: '', // 调压箱
|
|
705
|
-
f_detailprice: '', // 价格详情显示
|
|
706
|
-
devicesinfo: [], // 设备信息
|
|
707
|
-
f_hand_month: '', // 抄表月份
|
|
708
|
-
fireinfo: {}, // 用气信息
|
|
709
|
-
f_meter_book_num: '',
|
|
710
|
-
f_use_limit: '',
|
|
711
|
-
f_gas_date: '',
|
|
712
|
-
f_install_date: ''
|
|
713
|
-
}],
|
|
714
|
-
devicesinfo: []
|
|
715
|
-
}
|
|
716
|
-
// 若有id,则表示该地址是更新操作
|
|
717
|
-
/* if (areainfo.id) {
|
|
718
|
-
this.data.addressinfo.id = areainfo.id
|
|
719
|
-
}
|
|
720
|
-
// 改地址是 只有表没有户信息
|
|
721
|
-
if (areainfo.meter) {
|
|
722
|
-
Object.assign(this.data.meterinfo[0], this.data.meterinfo[0], areainfo.meter)
|
|
723
|
-
}
|
|
724
|
-
if (areainfo.user) {
|
|
725
|
-
Object.assign(this.data.baseinfo.base, this.data.baseinfo.base, areainfo.user)
|
|
726
|
-
} */
|
|
727
|
-
|
|
728
|
-
this.checkout('area')
|
|
729
|
-
},
|
|
730
|
-
limitClick () {
|
|
731
|
-
this.limitShow = true
|
|
732
|
-
},
|
|
733
|
-
getLimitGas (val) {
|
|
734
|
-
this.limit_gas = val
|
|
735
|
-
},
|
|
736
|
-
clearinfo () {
|
|
737
|
-
this.blodid = this.data.baseinfo.base.f_userinfo_id
|
|
738
|
-
this.areainfoInUser(this.areainfo)
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
computed: {
|
|
742
|
-
usertype () {
|
|
743
|
-
if (this.row && this.row.f_user_type) {
|
|
744
|
-
return this.row.f_user_type == '非民用'
|
|
745
|
-
}
|
|
746
|
-
return this.$refs.useressential.$refs.useraddressinfile.usertype
|
|
747
|
-
},
|
|
748
|
-
meterbrands () {
|
|
749
|
-
return this.$GetSaleParam.getGasbrand()
|
|
750
|
-
},
|
|
751
|
-
reasons () {
|
|
752
|
-
return this.$appdata.getParam('变更原因')
|
|
753
|
-
},
|
|
754
|
-
adjustables () {
|
|
755
|
-
return this.$GetSaleParam.getAdjustable()
|
|
756
|
-
},
|
|
757
|
-
getMeterBooks () {
|
|
758
|
-
return this.$GetSaleParam.getMeterBooks()
|
|
759
|
-
}
|
|
760
|
-
},
|
|
761
|
-
events: {
|
|
762
|
-
// 设置表具气价等默认值
|
|
763
|
-
defaultOtheret (row) {
|
|
764
|
-
if (!this.isedit) {
|
|
765
|
-
let temp = {
|
|
766
|
-
gasmodel: row.f_meter_style,
|
|
767
|
-
gasbrand: row.f_meter_brand,
|
|
768
|
-
gasmodeltype: row.f_meter_style,
|
|
769
|
-
pricetype: row.f_price_type,
|
|
770
|
-
pricename: row.f_price_name,
|
|
771
|
-
f_user_type: row.f_user_type,
|
|
772
|
-
f_gasproperties: row.f_gasproperties,
|
|
773
|
-
f_position: row.f_position,
|
|
774
|
-
f_meter_book_num: row.f_meter_book ? row.f_meter_book : '',
|
|
775
|
-
f_usestate: '正常',
|
|
776
|
-
f_adjustable: row.f_adjustable_id,
|
|
777
|
-
f_install_date: row.f_install_date,
|
|
778
|
-
f_inputtor: row.f_inputtor,
|
|
779
|
-
f_hand_month: row.f_hand_month,
|
|
780
|
-
f_usetype: ''
|
|
781
|
-
}
|
|
782
|
-
if (!temp.f_install_date) {
|
|
783
|
-
delete temp.f_install_date
|
|
784
|
-
}
|
|
785
|
-
Object.assign(this.data.meterinfo[0], this.data.meterinfo[0], temp)
|
|
786
|
-
this.data.baseinfo.base.f_house_type = row.f_house_type ? [row.f_house_type] : ''
|
|
787
|
-
console.log('====1.=====', temp, row)
|
|
788
|
-
this.checkout('area')
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
</script>
|
|
794
|
-
<style lang="less">
|
|
795
|
-
.filechangeDetailsShow {
|
|
796
|
-
td {
|
|
797
|
-
text-align: center !important;
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<div style="overflow-y: scroll;height: 92%">
|
|
4
|
+
<div style="height: auto;width: 100%">
|
|
5
|
+
<div style="margin-bottom: 2%; margin-top: 2%">
|
|
6
|
+
<img style="margin-top: -5px" src="../../../static/images/lefticon/矩形1183.png">
|
|
7
|
+
<a style="font-size: 20px;font-weight: 500;">基本信息</a> <a
|
|
8
|
+
style="color: #999999;text-decoration: none"></a>
|
|
9
|
+
<button class="button_search" style="width: max-content" v-show="data.baseinfo.base.f_user_nature === '单位'"
|
|
10
|
+
@click="showUserDevices($index, data.baseinfo)">用户设备信息
|
|
11
|
+
</button>
|
|
12
|
+
<button class="button_search" style="width: max-content" @click="uploadFiles()">上传/查看附件</button>
|
|
13
|
+
<button class="button_search" style="width: max-content" @click="uploadPictures()">拍照</button>
|
|
14
|
+
<button class="button_search" style="width: max-content" @click="openBankAccount()"
|
|
15
|
+
v-if="data.meterinfo[0].f_user_type[0] === '非民用' && ($login.r.includes('银行开户'))">银行开户
|
|
16
|
+
</button>
|
|
17
|
+
<div
|
|
18
|
+
v-if="hiddenBtn" @click="criteriaShow=!criteriaShow" class="button_spacing"
|
|
19
|
+
:class="{'button_shrink_top':!criteriaShow,'button_shrink_bottom':criteriaShow}"
|
|
20
|
+
style="float: right;margin-right:1rem"></div>
|
|
21
|
+
</div>
|
|
22
|
+
<file-user-essential-info :formconfig="config.fileUserEssentialInfo" :usertype="row?row.f_user_type:null"
|
|
23
|
+
:userphonelist="data.baseinfo.userphonelist" :baseinfo="data.baseinfo"
|
|
24
|
+
:addressinfo="data.addressinfo" @valid="essentialInfo = true"
|
|
25
|
+
:onlyshowmust="criteriaShow" @invalid="essentialInfo = false" v-ref:useressential
|
|
26
|
+
:isedit="isedit"></file-user-essential-info>
|
|
27
|
+
<file-userinfo-device :userinfodevices.sync="userinfodevices" :show_userinfodevices.sync="show_userinfodevices"
|
|
28
|
+
:userinfoid='data.baseinfo.base.f_userinfo_id'></file-userinfo-device>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
<div style="height: auto;width: 100%">
|
|
32
|
+
<file-user-meter-info :formconfig="config.fileUserMeterInfo" :meterinfo.sync="data.meterinfo"
|
|
33
|
+
:f_filialeid="f_filialeid" :metervalid.sync="meterInfo" :overdueset="overdueset"
|
|
34
|
+
:curuser="row"
|
|
35
|
+
:onlyshowmust="criteriaShow"
|
|
36
|
+
:f_userinfo_id="data.baseinfo.base.f_userinfo_id" :addressinfo="data.addressinfo"
|
|
37
|
+
:baseinfo.sync="data.baseinfo.base" v-ref:meter></file-user-meter-info>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div style="height: auto;width: 100%">
|
|
41
|
+
<div style="margin-bottom: 2%; margin-top: 2%">
|
|
42
|
+
<img style="margin-top: -5px" src="../../../static/images/lefticon/矩形1183.png">
|
|
43
|
+
<span v-if="!usertype">
|
|
44
|
+
<a style="font-size: 20px;font-weight: 500;">发票信息</a> <a style="color: #999999"></a>
|
|
45
|
+
</span>
|
|
46
|
+
<span v-if="usertype">
|
|
47
|
+
<a style="font-size: 20px;font-weight: 500;">企业信息</a> <a style="color: #999999"></a>
|
|
48
|
+
</span>
|
|
49
|
+
</div>
|
|
50
|
+
<user-paper-info-test :baseinfo="data.baseinfo"></user-paper-info-test>
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
<!--<div style="height: auto;width: 100%">-->
|
|
54
|
+
<!--<div style="margin-bottom: 2%; margin-top: 2%">-->
|
|
55
|
+
<!--<img style="margin-top: -5px" src="../../../static/images/lefticon/矩形1183.png">-->
|
|
56
|
+
<!--<a style="font-size: 20px;font-weight: 500;">附件信息</a> <a style="color: #999999"></a>-->
|
|
57
|
+
<!--</div>-->
|
|
58
|
+
<!--<upload :blodid="blodid" isremark="true" fusetype="档案"></upload>-->
|
|
59
|
+
<!--</div>-->
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
<div class="form-horizontal auto">
|
|
63
|
+
<div class="form-group">
|
|
64
|
+
<div style="text-align:right;">
|
|
65
|
+
|
|
66
|
+
<button class="button_search" @click="confirm()" :disabled="!(essentialInfo && meterInfo )">确认
|
|
67
|
+
</button>
|
|
68
|
+
<button class="button_search" style="width: max-content" v-if="haslimit" @click="limitClick">限购配置</button>
|
|
69
|
+
<button class="button_clear" @click="cancel()">取消</button>
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
73
|
+
<limit-gas :show.sync="limitShow" :f_userinfo_id="data.baseinfo.base.f_userinfo_id"
|
|
74
|
+
@limit="getLimitGas"></limit-gas>
|
|
75
|
+
<modal :show.sync="showfiles" width="80%" style="width:auto;" v-ref:modal middle backdrop="false">
|
|
76
|
+
<article slot="modal-body">
|
|
77
|
+
<upload-idcard :blodid="blodid" isremark="true" @getidinfo="confirmIdCard" style="width:auto"
|
|
78
|
+
fusetype="档案信息" v-ref:upload></upload-idcard>
|
|
79
|
+
</article>
|
|
80
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
81
|
+
</footer>
|
|
82
|
+
</modal>
|
|
83
|
+
<high-meter :show.sync="highmetershow" v-if="highmetershow" @photo-finish="newPhoto"
|
|
84
|
+
v-on:confirminfo="confirmIdCard"></high-meter>
|
|
85
|
+
|
|
86
|
+
<modal :show.sync="filechangeDetailsShow" v-ref:filechangeDetailsShow backdrop="false"
|
|
87
|
+
class="filechangeDetailsShow">
|
|
88
|
+
<header slot="modal-header" class="modal-header" style="text-align: center">
|
|
89
|
+
<h4 class="modal-title">档案修改明细</h4>
|
|
90
|
+
</header>
|
|
91
|
+
<article slot="modal-body" class="modal-body">
|
|
92
|
+
<data-grid class="list_area table_sy" :model="filechangeDetails" partial='list'>
|
|
93
|
+
<template partial='head'>
|
|
94
|
+
<th>
|
|
95
|
+
<nobr>序号</nobr>
|
|
96
|
+
</th>
|
|
97
|
+
<th>
|
|
98
|
+
<nobr>更改内容</nobr>
|
|
99
|
+
</th>
|
|
100
|
+
<th>
|
|
101
|
+
<nobr>更改前</nobr>
|
|
102
|
+
</th>
|
|
103
|
+
<th>
|
|
104
|
+
<nobr>更改后</nobr>
|
|
105
|
+
</th>
|
|
106
|
+
</template>
|
|
107
|
+
<template partial='body'>
|
|
108
|
+
<td>{{ $index + 1 }}</td>
|
|
109
|
+
<td>
|
|
110
|
+
<nobr>{{ row.f_field_name }}</nobr>
|
|
111
|
+
</td>
|
|
112
|
+
<td>
|
|
113
|
+
<nobr>{{ row.f_used_content }}</nobr>
|
|
114
|
+
</td>
|
|
115
|
+
<td>
|
|
116
|
+
<nobr>{{ row.f_new_content }}</nobr>
|
|
117
|
+
</td>
|
|
118
|
+
</template>
|
|
119
|
+
</data-grid>
|
|
120
|
+
<div class="row">
|
|
121
|
+
<div class="col-sm-12 form-group">
|
|
122
|
+
<label for="f_paper_account" class="col-sm-2 font_normal_body " title="参数:变更原因">变更原因:</label>
|
|
123
|
+
<v-select v-model="fileSaveData.reason" style="width:60%"
|
|
124
|
+
placeholder='变更原因'
|
|
125
|
+
:value.sync="fileSaveData.reason"
|
|
126
|
+
:options='reasons'
|
|
127
|
+
:value-single="true"
|
|
128
|
+
v-ref:reason
|
|
129
|
+
close-on-select></v-select>
|
|
130
|
+
</div>
|
|
131
|
+
</div>
|
|
132
|
+
<div class="row">
|
|
133
|
+
<div class="col-sm-2"></div>
|
|
134
|
+
<input v-if="fileSaveData.reason ==='其他'" class="input_search" style="width:60%" placeholder='修改原因'
|
|
135
|
+
v-model="fileSaveData.modifyReason"/>
|
|
136
|
+
</div>
|
|
137
|
+
</article>
|
|
138
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
139
|
+
<button type="button" class="btn btn-default" @click='filechangeDetailsShow = false'>取消</button>
|
|
140
|
+
<button type="button" class="btn btn-success"
|
|
141
|
+
:disabled="!fileSaveData.reason || (fileSaveData.reason === '其他' && !fileSaveData.modifyReason)"
|
|
142
|
+
@click='confirmation()'>确认
|
|
143
|
+
</button>
|
|
144
|
+
</footer>
|
|
145
|
+
</modal>
|
|
146
|
+
</div>
|
|
147
|
+
<work-busy :is-busy="seaching"></work-busy>
|
|
148
|
+
</template>
|
|
149
|
+
|
|
150
|
+
<script>
|
|
151
|
+
import UserPaperInfoTest from './UserPaperInfoTest'
|
|
152
|
+
import {HttpResetClass} from 'vue-client'
|
|
153
|
+
import * as Util from '../../Util'
|
|
154
|
+
|
|
155
|
+
let getConfigScope = async function (self, name) {
|
|
156
|
+
try {
|
|
157
|
+
let res = await self.$resetget('/rs/vue/' + name + '.json', {resolveMsg: null, rejectMsg: null, newly: true})
|
|
158
|
+
// 如果有表单配置 展示 收起按钮
|
|
159
|
+
if (Object.keys(res.data).length > 0) {
|
|
160
|
+
self.hiddenBtn = true
|
|
161
|
+
}
|
|
162
|
+
self.config[name] = res.data
|
|
163
|
+
} catch (error) {
|
|
164
|
+
// 忽略704,文件找不到异常
|
|
165
|
+
if (error.status !== 704) {
|
|
166
|
+
throw error
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
let getFileGen = async function (self, data) {
|
|
171
|
+
let http = new HttpResetClass()
|
|
172
|
+
try {
|
|
173
|
+
await self.$getConfig(self, 'FilesDetail')
|
|
174
|
+
} catch (ignore) {
|
|
175
|
+
}
|
|
176
|
+
let result = await http.load('POST', 'rs/logic/filemanage_getFilesDetail', data, {
|
|
177
|
+
resolveMsg: null,
|
|
178
|
+
rejectMsg: '用户详细信息加载失败,请重新选择,如果多次失败,请检查系统是否正常!',
|
|
179
|
+
newly: true
|
|
180
|
+
})
|
|
181
|
+
self.data = result.data
|
|
182
|
+
self.data.meterinfo.forEach((item) => {
|
|
183
|
+
item.devicesinfo.forEach((item2) => {
|
|
184
|
+
if (item2.img.content) {
|
|
185
|
+
let URL = item2.img.content.substring(item2.img.content.lastIndexOf(':\\') + 2)
|
|
186
|
+
item2.img.content = 'http://' + location.host + '/' + URL
|
|
187
|
+
}
|
|
188
|
+
})
|
|
189
|
+
})
|
|
190
|
+
// 更新地址
|
|
191
|
+
// 修改附件临时id为表档案id
|
|
192
|
+
self.blodid = self.data.baseinfo.base.f_userinfo_id
|
|
193
|
+
console.log('获取档案信息', self.data)
|
|
194
|
+
self.checkout()
|
|
195
|
+
console.log('附件id', self.blodid)
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
export default {
|
|
199
|
+
title: '综合信息',
|
|
200
|
+
props: ['f_filialeid', 'row', 'areainfo', 'haslimit', 'isedit'],
|
|
201
|
+
components: {UserPaperInfoTest},
|
|
202
|
+
data () {
|
|
203
|
+
return {
|
|
204
|
+
config: {
|
|
205
|
+
hasnumber: false,
|
|
206
|
+
adddevices: false,
|
|
207
|
+
f_building_suffix: '栋',
|
|
208
|
+
f_unit_suffix: '单元',
|
|
209
|
+
f_floor_suffix: '层',
|
|
210
|
+
f_room_suffix: '室',
|
|
211
|
+
fileUserEssentialInfo: {},
|
|
212
|
+
fileUserinfoDevice: {},
|
|
213
|
+
fileUserMeterInfo: {},
|
|
214
|
+
userPaperInfo: {}
|
|
215
|
+
},
|
|
216
|
+
data: {
|
|
217
|
+
baseinfo: {
|
|
218
|
+
base: {
|
|
219
|
+
f_user_name: '',
|
|
220
|
+
f_user_state: '',
|
|
221
|
+
f_user_type: '',
|
|
222
|
+
f_credentials: '',
|
|
223
|
+
f_cost_type: '',
|
|
224
|
+
f_bz_type: '',
|
|
225
|
+
f_paper_type: '',
|
|
226
|
+
f_idnumber: ''
|
|
227
|
+
},
|
|
228
|
+
userinfodevices: [],
|
|
229
|
+
bank: {
|
|
230
|
+
f_bank_name: ''
|
|
231
|
+
},
|
|
232
|
+
// 用户备用电话信息
|
|
233
|
+
userphonelist: []
|
|
234
|
+
},
|
|
235
|
+
addressinfo: {
|
|
236
|
+
id: '',
|
|
237
|
+
f_address: '',
|
|
238
|
+
f_address_state: ''
|
|
239
|
+
},
|
|
240
|
+
meterinfo: [{
|
|
241
|
+
f_user_type: '',
|
|
242
|
+
f_gasproperties: '',
|
|
243
|
+
devicesinfo: [],
|
|
244
|
+
fireinfo: {}
|
|
245
|
+
}],
|
|
246
|
+
devicesinfo: [],
|
|
247
|
+
fireinfo: {},
|
|
248
|
+
address: {
|
|
249
|
+
id: '',
|
|
250
|
+
f_address: '',
|
|
251
|
+
f_address_state: ''
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
show_userinfodevices: false,
|
|
255
|
+
userinfodevices: [],
|
|
256
|
+
oldAddress: {},
|
|
257
|
+
highmetershow: false, // 高拍仪组件控制
|
|
258
|
+
showfiles: false,
|
|
259
|
+
overdueset: [],
|
|
260
|
+
// 子组件验证
|
|
261
|
+
essentialInfo: false,
|
|
262
|
+
meterInfo: false,
|
|
263
|
+
// 是否仅展示必填项
|
|
264
|
+
criteriaShow: false,
|
|
265
|
+
hiddenBtn: false,
|
|
266
|
+
// 地址相关属性
|
|
267
|
+
params: {
|
|
268
|
+
areas: [],
|
|
269
|
+
f_street: [],
|
|
270
|
+
f_residential_area: []
|
|
271
|
+
},
|
|
272
|
+
// 限购相关属性
|
|
273
|
+
limitShow: false,
|
|
274
|
+
limit_gas: null,
|
|
275
|
+
peopleNum: this.$appdata.getSingleValue('默认人口'),
|
|
276
|
+
pointsNum: this.$appdata.getSingleValue('默认用气点'),
|
|
277
|
+
kitchenType: this.$appdata.getSingleValue('默认厨房类型'),
|
|
278
|
+
blodid: '', // 附件的临时id
|
|
279
|
+
defaultMeterInfo: '', // 默认的表具信息
|
|
280
|
+
fileSaveData: {
|
|
281
|
+
// 修改原因
|
|
282
|
+
modifyReason: '',
|
|
283
|
+
reason: ''
|
|
284
|
+
},
|
|
285
|
+
// 档案变更明细
|
|
286
|
+
filechangeDetails: {rows: []},
|
|
287
|
+
filechangeDetailsShow: false,
|
|
288
|
+
seaching: false // 保存中
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
async ready () {
|
|
292
|
+
try {
|
|
293
|
+
console.log('开始获取配置文件')
|
|
294
|
+
// 获取配置文件 用来展示字段是否展示 是否必填
|
|
295
|
+
await getConfigScope(this, 'fileUserEssentialInfo')
|
|
296
|
+
await getConfigScope(this, 'fileUserinfoDevice')
|
|
297
|
+
await getConfigScope(this, 'fileUserMeterInfo')
|
|
298
|
+
await getConfigScope(this, 'userPaperInfo')
|
|
299
|
+
} catch (e) {
|
|
300
|
+
console.warn(e)
|
|
301
|
+
console.warn('获取展示配置失败,按照默认展示')
|
|
302
|
+
}
|
|
303
|
+
if (this.data.baseinfo.base.f_userinfo_id) {
|
|
304
|
+
this.blodid = this.data.baseinfo.base.f_userinfo_id
|
|
305
|
+
} else {
|
|
306
|
+
this.blodid = '临时id' + Date.now()
|
|
307
|
+
}
|
|
308
|
+
console.log('ready,,,', this.row)
|
|
309
|
+
await this.getOvedueset()
|
|
310
|
+
if (this.row) { // 修改用户
|
|
311
|
+
await this.areaGen(this.row)
|
|
312
|
+
} else if (!this.row) { // 小区批量建档
|
|
313
|
+
// 将小区信息转化为综合信息的格式
|
|
314
|
+
await this.areainfoInUser(this.areainfo)
|
|
315
|
+
}
|
|
316
|
+
console.log('this.blodid------------>', this.blodid)
|
|
317
|
+
},
|
|
318
|
+
watch: {
|
|
319
|
+
async 'row' (val) {
|
|
320
|
+
console.log('观察row', val)
|
|
321
|
+
if (val) {
|
|
322
|
+
await this.areaGen(val)
|
|
323
|
+
} else {
|
|
324
|
+
await this.areainfoInUser(this.areainfo)
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
'areainfo' (val) {
|
|
328
|
+
console.log('小区观察。。', val)
|
|
329
|
+
if (val) {
|
|
330
|
+
this.$refs.meter.clearMeter()
|
|
331
|
+
this.blodid = '临时id' + Date.now()
|
|
332
|
+
this.areainfoInUser(val)
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
'essentialInfo' (val) {
|
|
336
|
+
console.log('观察到验证变化', val)
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
methods: {
|
|
340
|
+
async getOvedueset () {
|
|
341
|
+
let overdueset = []
|
|
342
|
+
let res = await this.$resetpost('rs/sql/saleSingleTable', {
|
|
343
|
+
data: {
|
|
344
|
+
tablename: 't_overdue_set',
|
|
345
|
+
condition: `f_orgid = '${this.f_filialeid}' `
|
|
346
|
+
}
|
|
347
|
+
}, {resolveMsg: null, rejectMsg: '', newly: true})
|
|
348
|
+
for (let row of res.data) {
|
|
349
|
+
overdueset.push({label: row.f_rule_name, value: `${row.id}`})
|
|
350
|
+
}
|
|
351
|
+
this.overdueset = overdueset
|
|
352
|
+
},
|
|
353
|
+
confirmIdCard (IdCardInfo) {
|
|
354
|
+
console.log('返回的身份证', IdCardInfo)
|
|
355
|
+
this.uploadPictures()
|
|
356
|
+
this.data.baseinfo.base.f_user_name = IdCardInfo.strName
|
|
357
|
+
this.data.baseinfo.base.f_idnumber = IdCardInfo.strID
|
|
358
|
+
},
|
|
359
|
+
showUserDevices (index, row) {
|
|
360
|
+
this.userinfodevices = []
|
|
361
|
+
this.show_userinfodevices = true
|
|
362
|
+
this.userinfodevices = row.userinfodevices
|
|
363
|
+
console.log('查看设备信息', this.userinfodevices)
|
|
364
|
+
},
|
|
365
|
+
|
|
366
|
+
uploadFiles () {
|
|
367
|
+
this.showfiles = !this.showfiles
|
|
368
|
+
},
|
|
369
|
+
|
|
370
|
+
uploadPictures () {
|
|
371
|
+
this.highmetershow = !this.highmetershow
|
|
372
|
+
},
|
|
373
|
+
|
|
374
|
+
openBankAccount () {
|
|
375
|
+
this.$resetpost('rs/logic/openBankAccount', {
|
|
376
|
+
f_userinfo_code: this.data.baseinfo.base.f_userinfo_code,
|
|
377
|
+
f_username: this.data.baseinfo.base.f_user_name
|
|
378
|
+
},
|
|
379
|
+
{resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
380
|
+
this.$showMessage(res.data.resultmessage)
|
|
381
|
+
})
|
|
382
|
+
},
|
|
383
|
+
async confirm () {
|
|
384
|
+
this.data.addressinfo.f_address = this.$refs.useressential.addressinfo.f_address
|
|
385
|
+
this.data.addressinfo.id = this.$refs.useressential.addressinfo.id
|
|
386
|
+
this.data.oldaddressinfo = this.oldAddress
|
|
387
|
+
this.data.hasnumber = this.config.hasnumber
|
|
388
|
+
this.data.limit_gas = this.limit_gas
|
|
389
|
+
let fileLength = this.$refs.upload.fileInfoData.length
|
|
390
|
+
debugger
|
|
391
|
+
if (this.data.baseinfo.base.f_kitchen_type === '暗厨房' && fileLength === 0) {
|
|
392
|
+
this.$showAlert('暗厨房需上传附件!', 'danger', 0)
|
|
393
|
+
return
|
|
394
|
+
};
|
|
395
|
+
if (this.f_filialeid && this.f_filialeid != '') {
|
|
396
|
+
this.data.f_filialeid = this.f_filialeid
|
|
397
|
+
} else {
|
|
398
|
+
this.data.f_filialeid = this.$login.f.orgid
|
|
399
|
+
}
|
|
400
|
+
if (this.row) {
|
|
401
|
+
this.data.baseinfo.base.version = this.row.version
|
|
402
|
+
}
|
|
403
|
+
this.seaching = true
|
|
404
|
+
console.log('档案保存之前,。。。', this.data)
|
|
405
|
+
this.data.baseinfo.base.f_user_name = Util.removerUnnecessary(this.data.baseinfo.base.f_user_name)
|
|
406
|
+
this.data.baseinfo.base.f_user_phone = Util.removerUnnecessary(this.data.baseinfo.base.f_user_phone)
|
|
407
|
+
this.data.meterinfo.forEach((item) => {
|
|
408
|
+
item.f_meternumber = Util.removerUnnecessary(item.f_meternumber)
|
|
409
|
+
})
|
|
410
|
+
if (this.data.meterinfo[0].f_gas_date != null) {
|
|
411
|
+
this.data.addressinfo.f_address_state = '已通气'
|
|
412
|
+
}
|
|
413
|
+
// 获取保存数据
|
|
414
|
+
Object.assign(this.fileSaveData, {}, this.$FileManageService.fileSaveBefore(this.data))
|
|
415
|
+
// 如果是修改, 则展示修改的明细给用户
|
|
416
|
+
if (this.fileSaveData.userinfo.f_userinfo_id) {
|
|
417
|
+
if (this.row.f_user_state === '预备' && this.fileSaveData.userinfo.f_user_state === '正常') {
|
|
418
|
+
this.fileSaveData.modifyReason = this.reason = '建档(档案信息完善)'
|
|
419
|
+
} else {
|
|
420
|
+
this.reason = '其他'
|
|
421
|
+
this.fileSaveData.modifyReason = ''
|
|
422
|
+
}
|
|
423
|
+
let details = await this.$resetpost('rs/logic/filechangeDetails', {data: this.fileSaveData}, {
|
|
424
|
+
resolveMsg: null,
|
|
425
|
+
rejectMsg: '获取修改明细出错!'
|
|
426
|
+
})
|
|
427
|
+
this.seaching = false
|
|
428
|
+
this.filechangeDetails.rows = details.data.changeDetails
|
|
429
|
+
this.filechangeDetailsShow = details.data.isChange
|
|
430
|
+
}
|
|
431
|
+
// 不是修改直接保存
|
|
432
|
+
if (!this.filechangeDetailsShow) this.confirmation()
|
|
433
|
+
},
|
|
434
|
+
confirmation () {
|
|
435
|
+
if (this.fileSaveData.reason && this.fileSaveData.reason !== '其他') {
|
|
436
|
+
this.fileSaveData.modifyReason = this.fileSaveData.reason
|
|
437
|
+
}
|
|
438
|
+
for (let i = 0; i < this.filechangeDetails.rows.length; i++) {
|
|
439
|
+
if (this.filechangeDetails.rows[i].f_field_name === '通气日期') {
|
|
440
|
+
let name = this.$login.f.name
|
|
441
|
+
let nameId = this.$login.f.id
|
|
442
|
+
let parentname = this.$login.f.deps
|
|
443
|
+
let parentnameId = this.$login.f.depids
|
|
444
|
+
this.fileSaveData.userinfo.f_operator = name
|
|
445
|
+
this.fileSaveData.userinfo.f_operatorid = nameId
|
|
446
|
+
this.fileSaveData.userinfo.f_depname = parentname
|
|
447
|
+
this.fileSaveData.userinfo.f_depid = parentnameId
|
|
448
|
+
this.fileSaveData.userinfo.userfiles.f_operator = name
|
|
449
|
+
this.fileSaveData.userinfo.userfiles.f_operatorid = nameId
|
|
450
|
+
this.fileSaveData.userinfo.userfiles.f_depname = parentname
|
|
451
|
+
this.fileSaveData.userinfo.userfiles.f_depid = parentnameId
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
this.$FileManageService.fileSave(this.fileSaveData).then((res) => {
|
|
455
|
+
this.$parent.resdata = res.data.result[0].f_userinfo_code
|
|
456
|
+
if (!this.row) {
|
|
457
|
+
this.$parent.resshow = true
|
|
458
|
+
}
|
|
459
|
+
this.$dispatch('success')
|
|
460
|
+
}).catch((error) => {
|
|
461
|
+
if (error.status === 603) {
|
|
462
|
+
this.$error('重复提交')
|
|
463
|
+
return
|
|
464
|
+
}
|
|
465
|
+
this.seaching = false
|
|
466
|
+
this.$dispatch('error', '档案保存', this.data, error)
|
|
467
|
+
})
|
|
468
|
+
},
|
|
469
|
+
convertBase64ToBlob (base64String) {
|
|
470
|
+
// 将base64解码
|
|
471
|
+
var bytes = atob(base64String)
|
|
472
|
+
// var bytes = base64;
|
|
473
|
+
var bytesCode = new ArrayBuffer(bytes.length)
|
|
474
|
+
// 转换为类型化数组
|
|
475
|
+
var byteArray = new Uint8Array(bytesCode)
|
|
476
|
+
|
|
477
|
+
// 将base64转换为ascii码
|
|
478
|
+
for (var i = 0; i < bytes.length; i++) {
|
|
479
|
+
byteArray[i] = bytes.charCodeAt(i)
|
|
480
|
+
}
|
|
481
|
+
// 生成Blob对象(文件对象)
|
|
482
|
+
return new Blob([bytesCode], {type: 'image/jpeg'})
|
|
483
|
+
},
|
|
484
|
+
newPhoto (Imgbase64) {
|
|
485
|
+
this.$refs.upload.newPhoto(Imgbase64)
|
|
486
|
+
/* let form = new FormData()
|
|
487
|
+
let xhr = new XMLHttpRequest()
|
|
488
|
+
let formDataBoundary = "----WebkitFormBoundary" + "GaoPaiYi";
|
|
489
|
+
form.append('Content-Type', 'multipart/form-data;boundary=' + formDataBoundary)
|
|
490
|
+
form.append('file', this.convertBase64ToBlob(Imgbase64), "GaoPaiYi.jpg")
|
|
491
|
+
xhr.open("POST", "rs/file/uploadFile")
|
|
492
|
+
|
|
493
|
+
if (this.headers) {
|
|
494
|
+
for (var header in this.headers) {
|
|
495
|
+
xhr.setRequestHeader(header, encodeURIComponent(this.headers[header]))
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
xhr.send(form)
|
|
499
|
+
setTimeout(() => {
|
|
500
|
+
this.load(this)
|
|
501
|
+
}, 5000) */
|
|
502
|
+
},
|
|
503
|
+
async areaGen (data) {
|
|
504
|
+
data.f_user_id = data.f_user_id + ''
|
|
505
|
+
await getFileGen(this, data)
|
|
506
|
+
},
|
|
507
|
+
cancel () {
|
|
508
|
+
this.$dispatch('clean', '取消档案修正', 'user-general-info', this.row)
|
|
509
|
+
},
|
|
510
|
+
checkout (val) {
|
|
511
|
+
// 对收到的综合信息进行校验(主要目的是为了防止下拉框没有默认值)
|
|
512
|
+
// 对综合用户基本信息进行校验
|
|
513
|
+
|
|
514
|
+
// 将oldAddress 置为空,
|
|
515
|
+
this.oldAddress = {}
|
|
516
|
+
this.data.baseinfo.base.f_user_state = this.data.baseinfo.base.f_user_state === '预备' ? '正常' : this.data.baseinfo.base.f_user_state
|
|
517
|
+
// this.data.baseinfo.base.f_user_nature = this.data.baseinfo.base.f_user_nature ? [this.data.baseinfo.base.f_user_nature] : '民用'
|
|
518
|
+
// this.data.baseinfo.base.f_credentials = this.data.baseinfo.base.f_credentials ? [this.data.baseinfo.base.f_credentials] : '身份证'
|
|
519
|
+
this.data.baseinfo.base.f_cost_type = this.data.baseinfo.base.f_cost_type ? [this.data.baseinfo.base.f_cost_type] : '现金缴费'
|
|
520
|
+
this.data.baseinfo.base.f_bz_type = this.data.baseinfo.base.f_bz_type ? [this.data.baseinfo.base.f_bz_type] : ''
|
|
521
|
+
|
|
522
|
+
this.data.baseinfo.base.f_paper_type = this.data.baseinfo.base.f_paper_type ? this.data.baseinfo.base.f_paper_type : '电子发票'
|
|
523
|
+
this.data.baseinfo.bank.f_bank_name = this.data.baseinfo.bank.f_bank_name ? [this.data.baseinfo.bank.f_bank_name] : '中国银行'
|
|
524
|
+
this.data.baseinfo.base.f_people_num = this.data.baseinfo.base.f_people_num ? this.data.baseinfo.base.f_people_num : (this.peopleNum ? this.peopleNum : 0)
|
|
525
|
+
this.data.baseinfo.base.f_gas_pointsnumber = this.data.baseinfo.base.f_gas_pointsnumber ? this.data.baseinfo.base.f_gas_pointsnumber : (this.pointsNum ? this.pointsNum : 2)
|
|
526
|
+
this.data.baseinfo.base.f_kitchen_type = this.data.baseinfo.base.f_kitchen_type ? this.data.baseinfo.base.f_kitchen_type : (this.kitchenType ? this.kitchenType : '')
|
|
527
|
+
|
|
528
|
+
if (this.data.baseinfo.base.f_slice_area) {
|
|
529
|
+
this.data.baseinfo.base.f_slice_area = [this.data.baseinfo.base.f_slice_area]
|
|
530
|
+
} else {
|
|
531
|
+
this.data.baseinfo.base.f_slice_area = ''
|
|
532
|
+
}
|
|
533
|
+
this.oldAddress.f_address = this.data.addressinfo.f_address
|
|
534
|
+
this.oldAddress.id = this.data.addressinfo.id
|
|
535
|
+
|
|
536
|
+
// 地址信息
|
|
537
|
+
// loadStreetAndResGen(this)
|
|
538
|
+
|
|
539
|
+
// 对表具信息进行校验
|
|
540
|
+
this.data.meterinfo.forEach((row) => {
|
|
541
|
+
console.log(row)
|
|
542
|
+
if (row.gasbrand) {
|
|
543
|
+
this.meterbrands.forEach((item) => {
|
|
544
|
+
if (item.label === row.gasbrand) {
|
|
545
|
+
row.gasbrand = [item.value]
|
|
546
|
+
}
|
|
547
|
+
})
|
|
548
|
+
} else {
|
|
549
|
+
row.gasbrand = ''
|
|
550
|
+
}
|
|
551
|
+
if (row.gasmodel && (row.gasbrand instanceof Array)) {
|
|
552
|
+
row.gasbrand[0].gasmodel.forEach((item) => {
|
|
553
|
+
if (item.label === (val === 'area' ? row.gasmodel : row.gasmodel + row.gasmodeltype)) {
|
|
554
|
+
row.gasmodel = [item.value]
|
|
555
|
+
}
|
|
556
|
+
})
|
|
557
|
+
} else {
|
|
558
|
+
row.gasmodel = ''
|
|
559
|
+
}
|
|
560
|
+
if (row.f_fire_state === '1') {
|
|
561
|
+
row.f_fire_state1 = true
|
|
562
|
+
} else if (row.f_fire_state === '0') {
|
|
563
|
+
row.f_fire_state1 = false
|
|
564
|
+
}
|
|
565
|
+
row.f_install_date = row.f_install_date ? row.f_install_date : null
|
|
566
|
+
row.f_gas_date = row.f_gas_date ? row.f_gas_date : null
|
|
567
|
+
row.f_changetube_date = row.f_changetube_date ? row.f_changetube_date : null
|
|
568
|
+
row.f_aroundmeter = row.f_aroundmeter ? row.f_aroundmeter : ''
|
|
569
|
+
row.f_garbage_fee = row.f_garbage_fee ? row.f_garbage_fee : ''
|
|
570
|
+
row.f_valve_state = row.f_valve_state ? [row.f_valve_state] : ''
|
|
571
|
+
row.f_usetype = row.f_usetype ? [row.f_usetype] : ''
|
|
572
|
+
row.f_usestate = row.f_usestate && row.f_usestate.length > 0 ? [row.f_usestate] : ''
|
|
573
|
+
row.f_meter_book_num = row.f_meter_book_num && row.f_meter_book_num.length > 0 ? [row.f_meter_book_num] : ''
|
|
574
|
+
row.f_userfiles_address = row.f_userfiles_address && row.f_userfiles_address.length > 0 ? [row.f_userfiles_address] : ''
|
|
575
|
+
row.f_inputtor = row.f_inputtor ? [row.f_inputtor] : ''
|
|
576
|
+
row.f_position = row.f_position ? [row.f_position] : ''
|
|
577
|
+
|
|
578
|
+
row.f_user_type = row.f_user_type ? [row.f_user_type] : ''
|
|
579
|
+
row.f_gasproperties = row.f_gasproperties ? [row.f_gasproperties] : ''
|
|
580
|
+
row.pricetype = row.pricetype ? [row.pricetype] : ''
|
|
581
|
+
|
|
582
|
+
if (row.pricename) {
|
|
583
|
+
let names = this.getPricenames(row.f_user_type,
|
|
584
|
+
row.f_gasproperties,
|
|
585
|
+
row.pricetype)
|
|
586
|
+
|
|
587
|
+
console.log('=====2.===校验气价名称', names, row.f_user_type, row.f_gasproperties, row.pricetype)
|
|
588
|
+
if (names.length > 0) {
|
|
589
|
+
names.forEach((item) => {
|
|
590
|
+
if (item.label === row.pricename) {
|
|
591
|
+
row.pricename = [item.value]
|
|
592
|
+
row.f_detailprice = this.$CommonService.getShowPriceDetail(item.value.detailprice)
|
|
593
|
+
}
|
|
594
|
+
})
|
|
595
|
+
} else {
|
|
596
|
+
row.pricename = ''
|
|
597
|
+
}
|
|
598
|
+
} else {
|
|
599
|
+
row.pricename = ''
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
if (row.f_adjustable) {
|
|
603
|
+
this.adjustables.forEach((item) => {
|
|
604
|
+
if (item.label === row.f_adjustable) {
|
|
605
|
+
row.f_adjustable = [item.value]
|
|
606
|
+
}
|
|
607
|
+
})
|
|
608
|
+
} else {
|
|
609
|
+
row.f_adjustable = ''
|
|
610
|
+
}
|
|
611
|
+
})
|
|
612
|
+
// console.log('5555555555', this.data.meterinfo)
|
|
613
|
+
// 对设备进行校验
|
|
614
|
+
// this.data.devicesinfo.forEach((row) => {
|
|
615
|
+
// row.f_devices_type = row.f_devices_type ? [row.f_devices_type] : ''
|
|
616
|
+
// })
|
|
617
|
+
},
|
|
618
|
+
getPricenames (f_user_type, f_gasproperties, f_price_type) {
|
|
619
|
+
let rs = []
|
|
620
|
+
if (f_user_type.length === 1 && f_gasproperties.length === 1 && f_price_type.length === 1) {
|
|
621
|
+
rs = this.$GetSaleParam.getPrice({
|
|
622
|
+
f_user_type: f_user_type[0],
|
|
623
|
+
f_gasproperties: f_gasproperties[0],
|
|
624
|
+
f_price_type: f_price_type[0],
|
|
625
|
+
filter: this.f_filialeid
|
|
626
|
+
})
|
|
627
|
+
}
|
|
628
|
+
return rs
|
|
629
|
+
},
|
|
630
|
+
// 将小区信息转化为综合信息的格式
|
|
631
|
+
async areainfoInUser (areainfo) {
|
|
632
|
+
// this.nextTick(() => {
|
|
633
|
+
//
|
|
634
|
+
// })
|
|
635
|
+
// await this.$getConfig(this, 'UserAddress')
|
|
636
|
+
this.data = {
|
|
637
|
+
baseinfo: {
|
|
638
|
+
base: {
|
|
639
|
+
f_user_state: '正常',
|
|
640
|
+
f_is_mgq: '',
|
|
641
|
+
f_slice_area: '', // 片区
|
|
642
|
+
// 附件表临时id
|
|
643
|
+
blodid: this.blodid,
|
|
644
|
+
// 用户姓名
|
|
645
|
+
f_user_name: '',
|
|
646
|
+
// 用户电话
|
|
647
|
+
f_user_phone: '',
|
|
648
|
+
f_people_num: this.$appdata.getSingleValue('默认人口数') ? this.$appdata.getSingleValue('默认人口数') : 0,
|
|
649
|
+
f_packaging: '',
|
|
650
|
+
// 备用电话
|
|
651
|
+
f_rent_phone: '',
|
|
652
|
+
f_credentials: '身份证',
|
|
653
|
+
f_cost_type: '',
|
|
654
|
+
f_bz_type: '',
|
|
655
|
+
f_address: '',
|
|
656
|
+
addressid: '',
|
|
657
|
+
f_idnumber: '',
|
|
658
|
+
f_meter_book_num: ''
|
|
659
|
+
},
|
|
660
|
+
bank: {},
|
|
661
|
+
// 用户备用电话信息
|
|
662
|
+
userphonelist: []
|
|
663
|
+
},
|
|
664
|
+
addressinfo: {
|
|
665
|
+
// 详细地址
|
|
666
|
+
f_address: '',
|
|
667
|
+
id: ''
|
|
668
|
+
},
|
|
669
|
+
meterinfo: [{
|
|
670
|
+
// 表号
|
|
671
|
+
f_meternumber: '',
|
|
672
|
+
f_metertitles: '',
|
|
673
|
+
f_area_code: '',
|
|
674
|
+
// 气表品牌
|
|
675
|
+
gasbrand: '',
|
|
676
|
+
// 气表型号
|
|
677
|
+
gasmodel: '',
|
|
678
|
+
// 气表类型
|
|
679
|
+
gasmodeltype: '',
|
|
680
|
+
pricetype: '', // 气价类型
|
|
681
|
+
pricename: '', // 气价名称
|
|
682
|
+
f_user_type: '', // 用户类型
|
|
683
|
+
f_gasproperties: '', // 用气性质
|
|
684
|
+
f_inputtor: '',
|
|
685
|
+
// 安装位置
|
|
686
|
+
f_position: '',
|
|
687
|
+
// 安装地址
|
|
688
|
+
f_userfiles_address: '',
|
|
689
|
+
// 安装经度
|
|
690
|
+
f_userfiles_lng: '',
|
|
691
|
+
// 安装纬度
|
|
692
|
+
f_userfiles_lat: '',
|
|
693
|
+
// 使用类型
|
|
694
|
+
f_usetype: '',
|
|
695
|
+
// 使用状态
|
|
696
|
+
f_usestate: '',
|
|
697
|
+
// 左右表
|
|
698
|
+
f_aroundmeter: '',
|
|
699
|
+
f_garbage_fee: '否',
|
|
700
|
+
f_meter_base: '',
|
|
701
|
+
f_initial_base: 0,
|
|
702
|
+
// 通气人
|
|
703
|
+
f_gas_person: '',
|
|
704
|
+
f_adjustable: '', // 调压箱
|
|
705
|
+
f_detailprice: '', // 价格详情显示
|
|
706
|
+
devicesinfo: [], // 设备信息
|
|
707
|
+
f_hand_month: '', // 抄表月份
|
|
708
|
+
fireinfo: {}, // 用气信息
|
|
709
|
+
f_meter_book_num: '',
|
|
710
|
+
f_use_limit: '',
|
|
711
|
+
f_gas_date: '',
|
|
712
|
+
f_install_date: ''
|
|
713
|
+
}],
|
|
714
|
+
devicesinfo: []
|
|
715
|
+
}
|
|
716
|
+
// 若有id,则表示该地址是更新操作
|
|
717
|
+
/* if (areainfo.id) {
|
|
718
|
+
this.data.addressinfo.id = areainfo.id
|
|
719
|
+
}
|
|
720
|
+
// 改地址是 只有表没有户信息
|
|
721
|
+
if (areainfo.meter) {
|
|
722
|
+
Object.assign(this.data.meterinfo[0], this.data.meterinfo[0], areainfo.meter)
|
|
723
|
+
}
|
|
724
|
+
if (areainfo.user) {
|
|
725
|
+
Object.assign(this.data.baseinfo.base, this.data.baseinfo.base, areainfo.user)
|
|
726
|
+
} */
|
|
727
|
+
|
|
728
|
+
this.checkout('area')
|
|
729
|
+
},
|
|
730
|
+
limitClick () {
|
|
731
|
+
this.limitShow = true
|
|
732
|
+
},
|
|
733
|
+
getLimitGas (val) {
|
|
734
|
+
this.limit_gas = val
|
|
735
|
+
},
|
|
736
|
+
clearinfo () {
|
|
737
|
+
this.blodid = this.data.baseinfo.base.f_userinfo_id
|
|
738
|
+
this.areainfoInUser(this.areainfo)
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
computed: {
|
|
742
|
+
usertype () {
|
|
743
|
+
if (this.row && this.row.f_user_type) {
|
|
744
|
+
return this.row.f_user_type == '非民用'
|
|
745
|
+
}
|
|
746
|
+
return this.$refs.useressential.$refs.useraddressinfile.usertype
|
|
747
|
+
},
|
|
748
|
+
meterbrands () {
|
|
749
|
+
return this.$GetSaleParam.getGasbrand()
|
|
750
|
+
},
|
|
751
|
+
reasons () {
|
|
752
|
+
return this.$appdata.getParam('变更原因')
|
|
753
|
+
},
|
|
754
|
+
adjustables () {
|
|
755
|
+
return this.$GetSaleParam.getAdjustable()
|
|
756
|
+
},
|
|
757
|
+
getMeterBooks () {
|
|
758
|
+
return this.$GetSaleParam.getMeterBooks()
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
events: {
|
|
762
|
+
// 设置表具气价等默认值
|
|
763
|
+
defaultOtheret (row) {
|
|
764
|
+
if (!this.isedit) {
|
|
765
|
+
let temp = {
|
|
766
|
+
gasmodel: row.f_meter_style,
|
|
767
|
+
gasbrand: row.f_meter_brand,
|
|
768
|
+
gasmodeltype: row.f_meter_style,
|
|
769
|
+
pricetype: row.f_price_type,
|
|
770
|
+
pricename: row.f_price_name,
|
|
771
|
+
f_user_type: row.f_user_type,
|
|
772
|
+
f_gasproperties: row.f_gasproperties,
|
|
773
|
+
f_position: row.f_position,
|
|
774
|
+
f_meter_book_num: row.f_meter_book ? row.f_meter_book : '',
|
|
775
|
+
f_usestate: '正常',
|
|
776
|
+
f_adjustable: row.f_adjustable_id,
|
|
777
|
+
f_install_date: row.f_install_date,
|
|
778
|
+
f_inputtor: row.f_inputtor,
|
|
779
|
+
f_hand_month: row.f_hand_month,
|
|
780
|
+
f_usetype: ''
|
|
781
|
+
}
|
|
782
|
+
if (!temp.f_install_date) {
|
|
783
|
+
delete temp.f_install_date
|
|
784
|
+
}
|
|
785
|
+
Object.assign(this.data.meterinfo[0], this.data.meterinfo[0], temp)
|
|
786
|
+
this.data.baseinfo.base.f_house_type = row.f_house_type ? [row.f_house_type] : ''
|
|
787
|
+
console.log('====1.=====', temp, row)
|
|
788
|
+
this.checkout('area')
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
</script>
|
|
794
|
+
<style lang="less">
|
|
795
|
+
.filechangeDetailsShow {
|
|
796
|
+
td {
|
|
797
|
+
text-align: center !important;
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
</style>
|