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,1194 +1,1194 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="unit" class="flex-row">
|
|
3
|
-
<div class="basic-main" @keyup.enter="search" v-if="!show">
|
|
4
|
-
<div class="flex">
|
|
5
|
-
|
|
6
|
-
<criteria-paged :model="model" v-ref:paged>
|
|
7
|
-
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
8
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
9
|
-
<div class="row">
|
|
10
|
-
|
|
11
|
-
<div class="col-sm-2 form-group">
|
|
12
|
-
<label for="startDate" class="font_normal_body">录入日期</label>
|
|
13
|
-
<datepicker id="startDate" placeholder="开始日期" style="width:60%"
|
|
14
|
-
v-model="model.startDate"
|
|
15
|
-
:value.sync="model.startDate"
|
|
16
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
17
|
-
:show-reset-button="true"
|
|
18
|
-
condition="f_input_date >= '{}'">
|
|
19
|
-
</datepicker>
|
|
20
|
-
</div>
|
|
21
|
-
<div class="col-sm-2 form-group">
|
|
22
|
-
<label for="endDate" class="font_normal_body"> 至  </label>
|
|
23
|
-
<datepicker id="endDate" placeholder="结束日期" style="width:60%"
|
|
24
|
-
v-model="model.endDate"
|
|
25
|
-
:value.sync="model.endDate"
|
|
26
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
27
|
-
:show-reset-button="true"
|
|
28
|
-
condition="f_input_date <= '{}'">
|
|
29
|
-
</datepicker>
|
|
30
|
-
</div>
|
|
31
|
-
<div class="col-sm-2 form-group">
|
|
32
|
-
<label class="font_normal_body">客户编号</label>
|
|
33
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
34
|
-
condition="f_userinfo_code = '{}' " placeholder="客户编号">
|
|
35
|
-
</div>
|
|
36
|
-
<div class="col-sm-2 form-group">
|
|
37
|
-
<label class="font_normal_body">客户名称</label>
|
|
38
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
39
|
-
condition="f_user_name = '{}'" placeholder="客户名称">
|
|
40
|
-
</div>
|
|
41
|
-
<div class="span" style="float:right;">
|
|
42
|
-
<button class="button_search button_spacing" @click="search()">查询</button>
|
|
43
|
-
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
44
|
-
|
|
45
|
-
<button class="btn btn-default" @click="$parent.$parent.Fileinput()">反盘导入</button>
|
|
46
|
-
<export-excel :data="$parent.$parent.getCondition"
|
|
47
|
-
:field="$parent.$parent.getBankfield" :header="$parent.$parent.other"
|
|
48
|
-
sqlurl="rs/logic/exportfile" sql-name="newhandplanQuery" template-name='送盘导出' btn-name="送盘导出"
|
|
49
|
-
:choose-col="true"></export-excel>
|
|
50
|
-
<export-excel :data="$parent.$parent.getCondition" :footer="$parent.$parent.footer"
|
|
51
|
-
:field="$parent.$parent.getfield" :header="$parent.$parent.other"
|
|
52
|
-
sqlurl="rs/logic/saleExport" sql-name="salehandplanQuery" template-name='抄表查询导出'
|
|
53
|
-
:choose-col="true"></export-excel>
|
|
54
|
-
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
55
|
-
:defaultfield="$parent.$parent.defaultfield" print-name="抄表查询打印"
|
|
56
|
-
titletable="抄表查询"
|
|
57
|
-
:sumsmodel="$parent.$parent.sumsmodel"></print-data>
|
|
58
|
-
|
|
59
|
-
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
60
|
-
</div>
|
|
61
|
-
</div>
|
|
62
|
-
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
63
|
-
<res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
<div class="col-sm-2 form-group">
|
|
67
|
-
<label class="font_normal_body">小区名称</label>
|
|
68
|
-
<v-select :value.sync="model.f_residential_area"
|
|
69
|
-
class="select_list select"
|
|
70
|
-
enter-push
|
|
71
|
-
multiple = "true"
|
|
72
|
-
v-model="model.f_residential_area"
|
|
73
|
-
style="width: 60%"
|
|
74
|
-
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
75
|
-
close-on-select>
|
|
76
|
-
|
|
77
|
-
</v-select>
|
|
78
|
-
</div>
|
|
79
|
-
<div class="col-sm-2 form-group">
|
|
80
|
-
<label class="font_normal_body">楼 栋 </label>
|
|
81
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_building"
|
|
82
|
-
condition="f_building like '%{}%'" placeholder="楼栋">
|
|
83
|
-
</div>
|
|
84
|
-
<div class="col-sm-2 form-group">
|
|
85
|
-
<label class="font_normal_body">客户地址</label>
|
|
86
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
87
|
-
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
88
|
-
</div>
|
|
89
|
-
<div class="col-sm-2 form-group">
|
|
90
|
-
<label class="font_normal_body">抄表状态</label>
|
|
91
|
-
<v-select :value.sync="model.f_meter_state"
|
|
92
|
-
v-model="model.f_meter_state"
|
|
93
|
-
:options='$parent.$parent.meterstate' placeholder='请选择'
|
|
94
|
-
condition="f_meter_state = '{}'"
|
|
95
|
-
close-on-select></v-select>
|
|
96
|
-
</div>
|
|
97
|
-
<div class="col-sm-2 form-group">
|
|
98
|
-
<label class="font_normal_body">表单状态</label>
|
|
99
|
-
<v-select :value.sync="model.f_hand_state"
|
|
100
|
-
v-model="model.f_hand_state"
|
|
101
|
-
:options='$parent.$parent.handstate' placeholder='请选择'
|
|
102
|
-
condition="f_hand_state = '{}'"
|
|
103
|
-
close-on-select></v-select>
|
|
104
|
-
</div>
|
|
105
|
-
<div class="col-sm-2 form-group">
|
|
106
|
-
<label class="font_normal_body">录入人员</label>
|
|
107
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_input_person"
|
|
108
|
-
condition="f_input_person like '%{}%'" placeholder='录入人员'>
|
|
109
|
-
</div>
|
|
110
|
-
<div class="col-sm-2 form-group">
|
|
111
|
-
<label class="font_normal_body">是否缴费</label>
|
|
112
|
-
<v-select :value.sync="model.f_whether_pay"
|
|
113
|
-
v-model="model.f_whether_pay"
|
|
114
|
-
:options='$parent.$parent.whetherPay' placeholder='请选择'
|
|
115
|
-
condition="f_whether_pay = '{}'"
|
|
116
|
-
close-on-select></v-select>
|
|
117
|
-
</div>
|
|
118
|
-
<div class="col-sm-2 form-group">
|
|
119
|
-
<label class="font_normal_body"> 壁挂炉 </label>
|
|
120
|
-
<v-select :value.sync="model.f_bgl"
|
|
121
|
-
v-model="model.f_bgl"
|
|
122
|
-
:options='$parent.$parent.bgl' placeholder='请选择'
|
|
123
|
-
condition="f_bgl = '{}'"
|
|
124
|
-
close-on-select></v-select>
|
|
125
|
-
</div>
|
|
126
|
-
<div class="col-sm-2 form-group">
|
|
127
|
-
<label class="font_normal_body">客户类型</label>
|
|
128
|
-
<v-select :value.sync="model.f_user_type"
|
|
129
|
-
@change="$parent.$parent.userTypeChange()"
|
|
130
|
-
:options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
|
|
131
|
-
condition="f_user_type = '{}'"
|
|
132
|
-
close-on-select></v-select>
|
|
133
|
-
</div>
|
|
134
|
-
<div class="col-sm-2 form-group">
|
|
135
|
-
<label class="font_normal_body">用气性质</label>
|
|
136
|
-
<v-select :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
|
|
137
|
-
:options='$parent.$parent.gasproperties' placeholder='请选择'
|
|
138
|
-
condition="f_gasproperties = '{}'"
|
|
139
|
-
close-on-select></v-select>
|
|
140
|
-
</div>
|
|
141
|
-
<div class="col-sm-2 form-group">
|
|
142
|
-
<label class="font_normal_body">气价类型</label>
|
|
143
|
-
<v-select :value.sync="model.pricetype" v-model="model.pricetype"
|
|
144
|
-
placeholder='气价类型' :options="$parent.$parent.pricetypes"
|
|
145
|
-
close-on-select v-ref:type>
|
|
146
|
-
</v-select>
|
|
147
|
-
</div>
|
|
148
|
-
<div class="col-sm-2 form-group">
|
|
149
|
-
<label class="font_normal_body">气价名称</label>
|
|
150
|
-
<v-select :value.sync="model.f_price_name"
|
|
151
|
-
v-model="model.f_price_name"
|
|
152
|
-
:options="$parent.$parent.getPricenames"
|
|
153
|
-
condition="f_price_name = '{}'"
|
|
154
|
-
close-on-select></v-select>
|
|
155
|
-
</div>
|
|
156
|
-
<div class="col-sm-2 form-group">
|
|
157
|
-
<label class="font_normal_body">下账状态</label>
|
|
158
|
-
<v-select :value.sync="model.f_accounts_state"
|
|
159
|
-
:options='$parent.$parent.accountsState' placeholder='请选择' v-model="model.f_accounts_state"
|
|
160
|
-
condition="f_accounts_state = '{}'"
|
|
161
|
-
close-on-select></v-select>
|
|
162
|
-
</div>
|
|
163
|
-
|
|
164
|
-
<div class="col-sm-2 form-group">
|
|
165
|
-
<label class="font_normal_body">气表品牌</label>
|
|
166
|
-
<v-select :value.sync="model.f_meter_brand" multiple
|
|
167
|
-
v-model="model.f_meter_brand"
|
|
168
|
-
:options='$parent.$parent.meterbrands' placeholder='请选择'
|
|
169
|
-
condition="f_meter_brand in {}"
|
|
170
|
-
close-on-select></v-select>
|
|
171
|
-
</div>
|
|
172
|
-
<div class="col-sm-2 form-group">
|
|
173
|
-
<label class="font_normal_body">用 气 量</label>
|
|
174
|
-
<input type="text" style="width:30%" class="input_search" title="大于等于"
|
|
175
|
-
v-model="model.f_oughtamount_big" condition="f_oughtamount >= {}" placeholder='大于等于'>
|
|
176
|
-
<input type="text" style="width:30%" class="input_search" title="小于等于"
|
|
177
|
-
v-model="model.f_oughtamount_small" condition="f_oughtamount <= {}" placeholder='小于等于'>
|
|
178
|
-
</div>
|
|
179
|
-
<!-- <div class="col-sm-2 form-group">-->
|
|
180
|
-
<!-- <label class="font_normal_body">气价名称</label>-->
|
|
181
|
-
<!-- <v-select :value.sync="model.f_price_name" v-model="model.f_price_name" :options="$parent.$parent.prices"-->
|
|
182
|
-
<!-- condition="f_price_name = '{}'" close-on-select></v-select>-->
|
|
183
|
-
<!-- </div>-->
|
|
184
|
-
<div class="col-sm-2 form-group">
|
|
185
|
-
<label class="font_normal_body"> 表 号  </label>
|
|
186
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
187
|
-
condition="f_meternumber = '{}' " placeholder="表号">
|
|
188
|
-
</div>
|
|
189
|
-
<div class="col-sm-2 form-group">
|
|
190
|
-
<label for="startDate" class="font_normal_body">下发日期</label>
|
|
191
|
-
<datepicker id="handStartDate" placeholder="开始日期" style="width:60%"
|
|
192
|
-
v-model="model.handStartDate"
|
|
193
|
-
:value.sync="model.handStartDate"
|
|
194
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
|
195
|
-
:show-reset-button="true"
|
|
196
|
-
condition="f_hand_date >= '{}'">
|
|
197
|
-
</datepicker>
|
|
198
|
-
</div>
|
|
199
|
-
<div class="col-sm-2 form-group">
|
|
200
|
-
<label for="endDate" class="font_normal_body"> 至 </label>
|
|
201
|
-
<datepicker id="handEndDate" placeholder="结束日期" style="width:60%"
|
|
202
|
-
v-model="model.handEndDate"
|
|
203
|
-
:value.sync="model.handEndDate"
|
|
204
|
-
:format="'yyyy-MM-dd 23:59:59'"
|
|
205
|
-
:show-reset-button="true"
|
|
206
|
-
condition="f_hand_date <= '{}'">
|
|
207
|
-
</datepicker>
|
|
208
|
-
</div>
|
|
209
|
-
|
|
210
|
-
<div class="col-sm-2 form-group">
|
|
211
|
-
<label class="font_normal_body">抄 表 员</label>
|
|
212
|
-
<v-select :value.sync="model.f_inputtor" v-model='model.f_inputtor'
|
|
213
|
-
style="width:60%"
|
|
214
|
-
multiple="true"
|
|
215
|
-
:options='$parent.$parent.inputtores' placeholder='抄表员'
|
|
216
|
-
condition="f_inputtor = '{}'"
|
|
217
|
-
close-on-select
|
|
218
|
-
v-el:cc></v-select>
|
|
219
|
-
</div>
|
|
220
|
-
|
|
221
|
-
<!--表册片区-->
|
|
222
|
-
<div class="col-sm-2 form-group">
|
|
223
|
-
<label class="font_normal_body">表册片区</label>
|
|
224
|
-
<v-select :value.sync="model.f_book_slice_area" v-model="model.f_book_slice_area"
|
|
225
|
-
@change="$parent.$parent.inputtorchange"
|
|
226
|
-
multiple
|
|
227
|
-
:options='$parent.$parent.bookSlice' placeholder='片区/表册'
|
|
228
|
-
style="width:60%"
|
|
229
|
-
close-on-select
|
|
230
|
-
condition="f_book_slice_area in {}"></v-select>
|
|
231
|
-
</div>
|
|
232
|
-
<div class="col-sm-2 form-group">
|
|
233
|
-
<label class="font_normal_body">抄 表 册</label>
|
|
234
|
-
<v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"
|
|
235
|
-
:options='$parent.$parent.meterbooks' placeholder='抄表册'
|
|
236
|
-
style="width:60%"
|
|
237
|
-
multiple
|
|
238
|
-
close-on-select
|
|
239
|
-
condition="f_meter_book_num in {}"></v-select>
|
|
240
|
-
</div>
|
|
241
|
-
<div class="col-sm-2 form-group" >
|
|
242
|
-
<label for="belongmonth" class="font_normal_body" >所属年月</label>
|
|
243
|
-
<datepicker placeholder="所属年月" style="width:60%"
|
|
244
|
-
v-model="model.belongmonth"
|
|
245
|
-
:value.sync="model.belongmonth"
|
|
246
|
-
:format="'yyyy-MM'"
|
|
247
|
-
:show-reset-button="true"
|
|
248
|
-
condition="belongmonth = '{}'"
|
|
249
|
-
:select-month="true">
|
|
250
|
-
</datepicker>
|
|
251
|
-
</div>
|
|
252
|
-
<div class="col-sm-2 form-group">
|
|
253
|
-
<label class="font_normal_body">银行名称</label>
|
|
254
|
-
<v-select :value.sync="model.f_bank_name" v-model="model.f_bank_name"
|
|
255
|
-
:options='$parent.$parent.banklist' placeholder='银行名称'
|
|
256
|
-
style="width:60%"
|
|
257
|
-
close-on-select
|
|
258
|
-
condition="f_bank_name = '{}'"></v-select>
|
|
259
|
-
</div>
|
|
260
|
-
<div class="col-sm-2 form-group">
|
|
261
|
-
<label for="startDate" class="font_normal_body">收费日期</label>
|
|
262
|
-
<datepicker id="handStartDate" placeholder="开始日期" style="width:60%"
|
|
263
|
-
v-model="model.sellStartDate"
|
|
264
|
-
:value.sync="model.sellStartDate"
|
|
265
|
-
:format="'yyyy-MM-dd 00:00:00'"
|
|
266
|
-
:show-reset-button="true"
|
|
267
|
-
condition="f_sellinggas_operate_date >= '{}'">
|
|
268
|
-
</datepicker>
|
|
269
|
-
</div>
|
|
270
|
-
<div class="col-sm-2 form-group">
|
|
271
|
-
<label for="endDate" class="font_normal_body"> 至 </label>
|
|
272
|
-
<datepicker id="handEndDate" placeholder="结束日期" style="width:60%"
|
|
273
|
-
v-model="model.sellEndDate"
|
|
274
|
-
:value.sync="model.sellEndDate"
|
|
275
|
-
:format="'yyyy-MM-dd 23:59:59'"
|
|
276
|
-
:show-reset-button="true"
|
|
277
|
-
condition="f_sellinggas_operate_date <= '{}'">
|
|
278
|
-
</datepicker>
|
|
279
|
-
</div>
|
|
280
|
-
</div>
|
|
281
|
-
</div>
|
|
282
|
-
</criteria>
|
|
283
|
-
|
|
284
|
-
<data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid :classname="$parent.classname">
|
|
285
|
-
<template partial='head'>
|
|
286
|
-
<tr>
|
|
287
|
-
<th>
|
|
288
|
-
<nobr>客户编号</nobr>
|
|
289
|
-
</th>
|
|
290
|
-
<th>
|
|
291
|
-
<nobr>客户名称</nobr>
|
|
292
|
-
</th>
|
|
293
|
-
<th>
|
|
294
|
-
<nobr>片区</nobr>
|
|
295
|
-
</th>
|
|
296
|
-
<th>
|
|
297
|
-
<nobr>表册片区</nobr>
|
|
298
|
-
</th>
|
|
299
|
-
<th>
|
|
300
|
-
<nobr>客户地址</nobr>
|
|
301
|
-
</th>
|
|
302
|
-
<th>
|
|
303
|
-
<nobr>客户手机</nobr>
|
|
304
|
-
</th>
|
|
305
|
-
<th>
|
|
306
|
-
<nobr>表号</nobr>
|
|
307
|
-
</th>
|
|
308
|
-
<th>
|
|
309
|
-
<nobr>数据年月</nobr>
|
|
310
|
-
</th>
|
|
311
|
-
<th>
|
|
312
|
-
<nobr>上期底数</nobr>
|
|
313
|
-
</th>
|
|
314
|
-
<th>
|
|
315
|
-
<nobr>本期底数</nobr>
|
|
316
|
-
</th>
|
|
317
|
-
<th>
|
|
318
|
-
<nobr>用气量</nobr>
|
|
319
|
-
</th>
|
|
320
|
-
<th>
|
|
321
|
-
<nobr>用气金额</nobr>
|
|
322
|
-
</th>
|
|
323
|
-
<th>
|
|
324
|
-
<nobr>已交金额</nobr>
|
|
325
|
-
</th>
|
|
326
|
-
<th>
|
|
327
|
-
<nobr>欠费金额</nobr>
|
|
328
|
-
</th>
|
|
329
|
-
<th>
|
|
330
|
-
<nobr>优惠金额</nobr>
|
|
331
|
-
</th>
|
|
332
|
-
<th>
|
|
333
|
-
<nobr>上期余额</nobr>
|
|
334
|
-
</th>
|
|
335
|
-
<th>
|
|
336
|
-
<nobr>本期余额</nobr>
|
|
337
|
-
</th>
|
|
338
|
-
<th>
|
|
339
|
-
<nobr>下账状态</nobr>
|
|
340
|
-
</th>
|
|
341
|
-
<th>
|
|
342
|
-
<nobr>收费时间</nobr>
|
|
343
|
-
</th>
|
|
344
|
-
<th>
|
|
345
|
-
<nobr>收费人员</nobr>
|
|
346
|
-
</th>
|
|
347
|
-
<th>
|
|
348
|
-
<nobr>冲正时间</nobr>
|
|
349
|
-
</th>
|
|
350
|
-
<th>
|
|
351
|
-
<nobr>冲正人员</nobr>
|
|
352
|
-
</th>
|
|
353
|
-
<th>
|
|
354
|
-
<nobr>下发日期</nobr>
|
|
355
|
-
</th>
|
|
356
|
-
<th>
|
|
357
|
-
<nobr>所属年月</nobr>
|
|
358
|
-
</th>
|
|
359
|
-
<th>
|
|
360
|
-
<nobr>录入日期</nobr>
|
|
361
|
-
</th>
|
|
362
|
-
<th>
|
|
363
|
-
<nobr>气价名称</nobr>
|
|
364
|
-
</th>
|
|
365
|
-
<th>
|
|
366
|
-
<nobr>一阶气量</nobr>
|
|
367
|
-
</th>
|
|
368
|
-
<th>
|
|
369
|
-
<nobr>一阶单价</nobr>
|
|
370
|
-
</th>
|
|
371
|
-
<th>
|
|
372
|
-
<nobr>一阶气费</nobr>
|
|
373
|
-
</th>
|
|
374
|
-
<th>
|
|
375
|
-
<nobr>二阶气量</nobr>
|
|
376
|
-
</th>
|
|
377
|
-
<th>
|
|
378
|
-
<nobr>二阶单价</nobr>
|
|
379
|
-
</th>
|
|
380
|
-
<th>
|
|
381
|
-
<nobr>二阶气费</nobr>
|
|
382
|
-
</th>
|
|
383
|
-
<th>
|
|
384
|
-
<nobr>三阶气量</nobr>
|
|
385
|
-
</th>
|
|
386
|
-
<th>
|
|
387
|
-
<nobr>三阶单价</nobr>
|
|
388
|
-
</th>
|
|
389
|
-
<th>
|
|
390
|
-
<nobr>三阶气费</nobr>
|
|
391
|
-
</th>
|
|
392
|
-
<th>
|
|
393
|
-
<nobr>天数</nobr>
|
|
394
|
-
</th>
|
|
395
|
-
<th>
|
|
396
|
-
<nobr>抄表员</nobr>
|
|
397
|
-
</th>
|
|
398
|
-
<th>
|
|
399
|
-
<nobr>录入人员</nobr>
|
|
400
|
-
</th>
|
|
401
|
-
<th>
|
|
402
|
-
<nobr>是否缴费</nobr>
|
|
403
|
-
</th>
|
|
404
|
-
|
|
405
|
-
<th>
|
|
406
|
-
<nobr>抄表状态</nobr>
|
|
407
|
-
</th>
|
|
408
|
-
<th>
|
|
409
|
-
<nobr>状态</nobr>
|
|
410
|
-
</th>
|
|
411
|
-
<th>
|
|
412
|
-
<nobr>下发人员</nobr>
|
|
413
|
-
</th>
|
|
414
|
-
<th>
|
|
415
|
-
<nobr>部门</nobr>
|
|
416
|
-
</th>
|
|
417
|
-
<th>
|
|
418
|
-
<nobr>公司</nobr>
|
|
419
|
-
</th>
|
|
420
|
-
<th><nobr>附件</nobr></th>
|
|
421
|
-
</tr>
|
|
422
|
-
</template>
|
|
423
|
-
<template partial='body'>
|
|
424
|
-
<td style="text-align: center;">
|
|
425
|
-
<nobr>
|
|
426
|
-
<span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.f_userinfo_code}}</a></span></nobr>
|
|
427
|
-
</td>
|
|
428
|
-
<td style="text-align: center;">
|
|
429
|
-
<nobr>{{row.f_user_name}}</nobr>
|
|
430
|
-
</td>
|
|
431
|
-
<td style="text-align: center;">
|
|
432
|
-
<nobr>{{row.f_zones}}</nobr>
|
|
433
|
-
</td>
|
|
434
|
-
<td style="text-align: center;">
|
|
435
|
-
<nobr>{{row.f_book_slice_area}}</nobr>
|
|
436
|
-
</td>
|
|
437
|
-
<td style="text-align: center;">
|
|
438
|
-
<nobr>{{row.f_address}}</nobr>
|
|
439
|
-
</td>
|
|
440
|
-
|
|
441
|
-
<td style="text-align: center;">
|
|
442
|
-
<nobr>{{row.phone}}</nobr>
|
|
443
|
-
</td>
|
|
444
|
-
<td style="text-align: center;">
|
|
445
|
-
<nobr>{{row.f_meternumber}}</nobr>
|
|
446
|
-
</td>
|
|
447
|
-
<td style="text-align: center;">
|
|
448
|
-
<nobr>{{row.ym_data}}</nobr>
|
|
449
|
-
</td>
|
|
450
|
-
<td style="text-align: center;">
|
|
451
|
-
<nobr>{{row.f_last_tablebase}}</nobr>
|
|
452
|
-
</td>
|
|
453
|
-
<td style="text-align: center;">
|
|
454
|
-
<nobr>{{row.f_tablebase}}</nobr>
|
|
455
|
-
</td>
|
|
456
|
-
<td style="text-align: center;">
|
|
457
|
-
<nobr>{{row.f_oughtamount}}</nobr>
|
|
458
|
-
</td>
|
|
459
|
-
<td style="text-align: center;">
|
|
460
|
-
<nobr>{{row.f_oughtfee}}</nobr>
|
|
461
|
-
</td>
|
|
462
|
-
<td style="text-align: center;">
|
|
463
|
-
<nobr>{{row.f_debt_money}}</nobr>
|
|
464
|
-
</td>
|
|
465
|
-
<td style="text-align: center;">
|
|
466
|
-
<nobr>{{row.f_actual_arrears}}</nobr>
|
|
467
|
-
</td>
|
|
468
|
-
<td style="text-align: center;">
|
|
469
|
-
<nobr>{{row.f_privilege_money}}</nobr>
|
|
470
|
-
</td>
|
|
471
|
-
<td style="text-align: center;">
|
|
472
|
-
<nobr>{{row.f_balance}}</nobr>
|
|
473
|
-
</td>
|
|
474
|
-
<td style="text-align: center;">
|
|
475
|
-
<nobr>{{row.f_curbalance}}</nobr>
|
|
476
|
-
</td>
|
|
477
|
-
<td style="text-align: center;">
|
|
478
|
-
<nobr>{{row.f_accounts_state}}</nobr>
|
|
479
|
-
</td>
|
|
480
|
-
<td style="text-align: center;">
|
|
481
|
-
<nobr>{{row.f_sellinggas_operate_date}}</nobr>
|
|
482
|
-
</td>
|
|
483
|
-
<td style="text-align: center;">
|
|
484
|
-
<nobr>{{row.f_sell_operator}}</nobr>
|
|
485
|
-
</td>
|
|
486
|
-
<td style="text-align: center;">
|
|
487
|
-
<nobr>{{row.f_corrhand_date}}</nobr>
|
|
488
|
-
</td>
|
|
489
|
-
<td style="text-align: center;">
|
|
490
|
-
<nobr>{{row.f_corrhand_operator}}</nobr>
|
|
491
|
-
</td>
|
|
492
|
-
<td style="text-align: center;">
|
|
493
|
-
<nobr>{{row.f_hand_date}}</nobr>
|
|
494
|
-
</td>
|
|
495
|
-
<td>
|
|
496
|
-
<nobr>{{row.belongmonth}}</nobr>
|
|
497
|
-
</td>
|
|
498
|
-
<td style="text-align: center;">
|
|
499
|
-
<nobr>{{row.f_input_date}}</nobr>
|
|
500
|
-
</td>
|
|
501
|
-
<td style="text-align: center;">
|
|
502
|
-
<nobr>{{row.f_price_name}}</nobr>
|
|
503
|
-
</td>
|
|
504
|
-
<td style="text-align: center;">
|
|
505
|
-
<nobr>{{row.f_stair1amount}}</nobr>
|
|
506
|
-
</td>
|
|
507
|
-
<td style="text-align: center;">
|
|
508
|
-
<nobr>{{row.f_stair1price}}</nobr>
|
|
509
|
-
</td>
|
|
510
|
-
<td style="text-align: center;">
|
|
511
|
-
<nobr>{{row.f_stair1fee}}</nobr>
|
|
512
|
-
</td>
|
|
513
|
-
<td style="text-align: center;">
|
|
514
|
-
<nobr>{{row.f_stair2amount}}</nobr>
|
|
515
|
-
</td>
|
|
516
|
-
<td style="text-align: center;">
|
|
517
|
-
<nobr>{{row.f_stair2price}}</nobr>
|
|
518
|
-
</td>
|
|
519
|
-
<td style="text-align: center;">
|
|
520
|
-
<nobr>{{row.f_stair2fee}}</nobr>
|
|
521
|
-
</td>
|
|
522
|
-
<td style="text-align: center;">
|
|
523
|
-
<nobr>{{row.f_stair3amount}}</nobr>
|
|
524
|
-
</td>
|
|
525
|
-
<td style="text-align: center;">
|
|
526
|
-
<nobr>{{row.f_stair3price}}</nobr>
|
|
527
|
-
</td>
|
|
528
|
-
<td style="text-align: center;">
|
|
529
|
-
<nobr>{{row.f_stair3fee}}</nobr>
|
|
530
|
-
</td>
|
|
531
|
-
<td style="text-align: center;">
|
|
532
|
-
<nobr>{{row.dd}}</nobr>
|
|
533
|
-
</td>
|
|
534
|
-
<td style="text-align: center;">
|
|
535
|
-
<nobr>{{row.f_inputtor}}</nobr>
|
|
536
|
-
</td>
|
|
537
|
-
<td style="text-align: center;">
|
|
538
|
-
<nobr>{{row.f_input_person}}</nobr>
|
|
539
|
-
</td>
|
|
540
|
-
<td style="text-align: center;">
|
|
541
|
-
<nobr>{{row.f_whether_pay}}</nobr>
|
|
542
|
-
</td>
|
|
543
|
-
|
|
544
|
-
<td style="text-align: center;">
|
|
545
|
-
<nobr>{{row.f_meter_state}}</nobr>
|
|
546
|
-
</td>
|
|
547
|
-
<td style="text-align: center;">
|
|
548
|
-
<nobr>{{row.f_hand_state}}</nobr>
|
|
549
|
-
</td>
|
|
550
|
-
<td style="text-align: center;">
|
|
551
|
-
<nobr>{{row.f_operator}}</nobr>
|
|
552
|
-
</td>
|
|
553
|
-
<td style="text-align: center;">
|
|
554
|
-
<nobr>{{row.f_depname}}</nobr>
|
|
555
|
-
</td>
|
|
556
|
-
<td style="text-align: center;">
|
|
557
|
-
<nobr>{{row.f_orgname}}</nobr>
|
|
558
|
-
</td>
|
|
559
|
-
<td style="text-align: center;"><nobr>
|
|
560
|
-
<button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
|
|
561
|
-
<button v-if="row.f_notified_path" class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.imgShow(row.f_notified_path)">图像识别</button>
|
|
562
|
-
</nobr></td>
|
|
563
|
-
</template>
|
|
564
|
-
<template partial='foot'></template>
|
|
565
|
-
</data-grid>
|
|
566
|
-
</criteria-paged>
|
|
567
|
-
|
|
568
|
-
<table class="table-hover">
|
|
569
|
-
<tr style="position: relative;margin-top: -16px;" class="table-bordered">
|
|
570
|
-
<td
|
|
571
|
-
style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">
|
|
572
|
-
汇总信息
|
|
573
|
-
</td>
|
|
574
|
-
<!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
575
|
-
<!-- 用气量合计: {{sumsmodel.f_oughtamount}}-->
|
|
576
|
-
<!-- </td>-->
|
|
577
|
-
<!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
578
|
-
<!-- 气费合计: {{sumsmodel.f_oughtfee}}-->
|
|
579
|
-
<!-- </td>-->
|
|
580
|
-
<!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
581
|
-
<!-- 已交金额合计: {{sumsmodel.f_debt_money}}-->
|
|
582
|
-
<!-- </td>-->
|
|
583
|
-
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
584
|
-
欠费金额合计: {{sumsmodel.f_actual_arrears}}
|
|
585
|
-
</td>
|
|
586
|
-
</tr>
|
|
587
|
-
</table>
|
|
588
|
-
</div>
|
|
589
|
-
<modal :show.sync="batchmoneyShow" width="500px" title="反盘导入" v-ref:modal large backdrop="false">
|
|
590
|
-
<article slot="modal-body" class="modal-body">
|
|
591
|
-
<file-upload class="my-file-uploader" name="useraddressUploadFile" action="rs/file/uploadFile" tagname="确定" multiple v-ref:file></file-upload>
|
|
592
|
-
</article>
|
|
593
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
594
|
-
</footer>
|
|
595
|
-
</modal>
|
|
596
|
-
</div>
|
|
597
|
-
<div class="flex" v-if="show">
|
|
598
|
-
<user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
|
|
599
|
-
</div>
|
|
600
|
-
<modal :show.sync="showupload" v-if="showupload" width="80%" style="width:auto;" v-ref:modal middle backdrop="false">
|
|
601
|
-
<article slot="modal-body">
|
|
602
|
-
<upload :blodid="selected.f_userinfo_id" :businessid="selected.id" v-ref:upload isupload="false" takeimg="false" fusetype="机表抄表" :isremark="false" style="width:auto" ></upload>
|
|
603
|
-
</article>
|
|
604
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
605
|
-
</footer>
|
|
606
|
-
</modal>
|
|
607
|
-
<modal :show.sync="imgshow" v-ref:modal backdrop="true">
|
|
608
|
-
<header slot="modal-header" class="modal-header">
|
|
609
|
-
抄表图像识别照片
|
|
610
|
-
</header>
|
|
611
|
-
<article slot="modal-body" class="modal-body">
|
|
612
|
-
<div class="from-group">
|
|
613
|
-
<img-self :src="imgfilename" width="500" height="500"></img-self>
|
|
614
|
-
</div>
|
|
615
|
-
</article>
|
|
616
|
-
</modal>
|
|
617
|
-
|
|
618
|
-
<modal :show.sync="progressShow" v-ref:modal backdrop="true" width="50%" style="width:auto;" >
|
|
619
|
-
<header slot="modal-header" class="modal-header">
|
|
620
|
-
反盘导入
|
|
621
|
-
</header>
|
|
622
|
-
<article slot="modal-body" class="modal-body">
|
|
623
|
-
<div class="progress" style="margin: 20px" >
|
|
624
|
-
<div class="progress-bar progress-bar-success progress-bar-striped active" :style="{width: percent+'%'}">
|
|
625
|
-
{{percent}}%
|
|
626
|
-
</div>
|
|
627
|
-
</div>
|
|
628
|
-
</article>
|
|
629
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
630
|
-
<button type="button" class="btn btn-default" @click='progressclose'>关闭</button>
|
|
631
|
-
</footer>
|
|
632
|
-
</modal>
|
|
633
|
-
<work-busy :is-busy="iswork" v-show="iswork"></work-busy>
|
|
634
|
-
</div>
|
|
635
|
-
</template>
|
|
636
|
-
|
|
637
|
-
<script>
|
|
638
|
-
import {PagedList, HttpResetClass} from 'vue-client'
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
import axios from 'axios'
|
|
642
|
-
|
|
643
|
-
let readySomething = async function (self) {
|
|
644
|
-
//加载抄表册
|
|
645
|
-
await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
646
|
-
self.loadMeterBooks()
|
|
647
|
-
self.$refs.paged.$refs.cri.model.startDate = self.data ? self.data.startDate : self.$login.toStandardDateString() + ' 00:00:00'
|
|
648
|
-
self.$refs.paged.$refs.cri.model.endDate = self.data ? self.data.endDate : self.$login.toStandardDateString() + ' 23:59:59'
|
|
649
|
-
await self.$getConfig(self, 'HandplanQuery')
|
|
650
|
-
self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
|
|
651
|
-
await self.$LoadParams.loadParam()
|
|
652
|
-
self.initParams()
|
|
653
|
-
console.log('开始查询')
|
|
654
|
-
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
|
|
655
|
-
// 抄表员
|
|
656
|
-
if (!this.$login.f.f_role_name.includes("管理员")){
|
|
657
|
-
self.$refs.paged.$refs.cri.model.f_inputtor = self.$login.f.name
|
|
658
|
-
}
|
|
659
|
-
}
|
|
660
|
-
export default {
|
|
661
|
-
props:['data'],
|
|
662
|
-
title: '机表抄表查询',
|
|
663
|
-
data() {
|
|
664
|
-
return {
|
|
665
|
-
showinputor:false,
|
|
666
|
-
iswork:false,
|
|
667
|
-
other:[],
|
|
668
|
-
footer:[],
|
|
669
|
-
data: {},
|
|
670
|
-
model: new PagedList('rs/sql/salehandplanQuery', 20, {}, {
|
|
671
|
-
f_actual_arrears: 0,
|
|
672
|
-
}),
|
|
673
|
-
initres: {
|
|
674
|
-
org:[this.$login.f.orgid],
|
|
675
|
-
dep:[],
|
|
676
|
-
user:[],
|
|
677
|
-
},
|
|
678
|
-
show:false,
|
|
679
|
-
rowdata:{},
|
|
680
|
-
criteriaShow: false,
|
|
681
|
-
residentialArea: [],
|
|
682
|
-
orgCondtionStr: '',
|
|
683
|
-
modelval: [],
|
|
684
|
-
gasproperties:[],
|
|
685
|
-
inputtouPerson: [],
|
|
686
|
-
meterbrands: [],
|
|
687
|
-
printshow: false,
|
|
688
|
-
f_filialeid: this.$login.f.f_orgid,
|
|
689
|
-
all: false,
|
|
690
|
-
fields: {},
|
|
691
|
-
thead: '',
|
|
692
|
-
tfoot: '',
|
|
693
|
-
showupload:false,
|
|
694
|
-
selected:{},
|
|
695
|
-
// 下拉框
|
|
696
|
-
//合计数据
|
|
697
|
-
sumsmodel: {},
|
|
698
|
-
defaultfield: [],
|
|
699
|
-
config: {
|
|
700
|
-
defaultPrint1:[
|
|
701
|
-
"f_userinfo_code","f_user_name","f_user_phone","f_pregas","f_preamount","f_collection","f_balance","f_curbalance","f_idnumber"
|
|
702
|
-
],
|
|
703
|
-
defaultPrint: ['f_userinfo_code', 'f_address', 'f_user_name', 'f_meternumber'],
|
|
704
|
-
excelHeaders:{'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_zones': '片区','phone': '客户手机', 'f_meternumber': '表号','ym_data': '数据年月',
|
|
705
|
-
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额',
|
|
706
|
-
'f_actual_arrears': '欠费金额','f_balance': '上期余额','f_curbalance': '本期余额',
|
|
707
|
-
'f_accounts_state': '下账状态', 'f_sellinggas_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',
|
|
708
|
-
'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_meter_state': '抄表状态', 'f_hand_state': '记录状态',
|
|
709
|
-
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_surplus_gas': '剩余气量', 'f_haircut_gas': '扣减气量',
|
|
710
|
-
'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
711
|
-
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
712
|
-
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_rest_date': '所属年月'}
|
|
713
|
-
},
|
|
714
|
-
batchBankConfig2:{'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
|
|
715
|
-
'f_bank_accopen': '银行户名', 'f_bank_pay_number': '缴费编号', 'f_bank_account': '银行开户账号', 'f_paper_account': '开户行及账号',
|
|
716
|
-
'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额','f_balance': '上期余额'},
|
|
717
|
-
batchmoneyShow:false,
|
|
718
|
-
prices: [],
|
|
719
|
-
bgl:[{label: '全部', value: ''},{label: '有', value: '1'},{label: '无', value: '0'}],
|
|
720
|
-
meterbooks:[{label: '全部',value: ''}], //抄表册
|
|
721
|
-
tempfalg :false,
|
|
722
|
-
lastorgstr:'',
|
|
723
|
-
allorgid:[],
|
|
724
|
-
inputtores:[{label: '全部',value: ''}], //抄表员
|
|
725
|
-
//表册片区
|
|
726
|
-
bookSlice:[{label: '全部',value: ''}],
|
|
727
|
-
imgshow:false,
|
|
728
|
-
imgfilename:'',
|
|
729
|
-
percent:0,
|
|
730
|
-
progressShow:false,
|
|
731
|
-
uuida:'',
|
|
732
|
-
timer:'',
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
ready() {
|
|
736
|
-
console.log('登录信息---------------->', this.$login.f.f_role_name)
|
|
737
|
-
console.log('登录信息-------111--------->', this.$login.f.f_role_name.includes("管理员"))
|
|
738
|
-
this.getShowInputor()
|
|
739
|
-
this.getaddress()
|
|
740
|
-
readySomething(this).then(() => {
|
|
741
|
-
this.$emit('ready')
|
|
742
|
-
}).catch((error) => {
|
|
743
|
-
this.$emit('error', error)
|
|
744
|
-
})
|
|
745
|
-
console.log('this.showinputor------->',this.showinputor)
|
|
746
|
-
},
|
|
747
|
-
methods: {
|
|
748
|
-
getShowInputor(){
|
|
749
|
-
if (this.$login.f.f_role_name.includes("管理员")){
|
|
750
|
-
this.showinputor = true
|
|
751
|
-
}
|
|
752
|
-
},
|
|
753
|
-
loadMeterBooks () {
|
|
754
|
-
this.meterbooks = [...this.meterbooks, ...this.$GetSaleParam.getMeterBooks()]
|
|
755
|
-
},
|
|
756
|
-
getuuid(){
|
|
757
|
-
let uuidA = '';
|
|
758
|
-
var s = [];
|
|
759
|
-
var hexDigits = '0123456789abcdef';
|
|
760
|
-
for (var i = 0; i < 36; i++) {
|
|
761
|
-
s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1);
|
|
762
|
-
}
|
|
763
|
-
s[14] = '4';
|
|
764
|
-
s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1);
|
|
765
|
-
s[8] = s[13] = s[18] = s[23] = '-';
|
|
766
|
-
uuidA = s.join('');
|
|
767
|
-
this.uuida = uuidA;
|
|
768
|
-
},
|
|
769
|
-
progressclose(){
|
|
770
|
-
this.progressShow = false;
|
|
771
|
-
if(this.timer != null){
|
|
772
|
-
clearInterval(this.timer);
|
|
773
|
-
}
|
|
774
|
-
},
|
|
775
|
-
async initmeterbook(orgstr){
|
|
776
|
-
if(orgstr == null ){
|
|
777
|
-
orgstr = this.f_filialeid;
|
|
778
|
-
}
|
|
779
|
-
//获取新的抄表册,先去清理所有的抄表册
|
|
780
|
-
this.$GetSaleParam.meterbooks = [];
|
|
781
|
-
//开始加载新的抄表册
|
|
782
|
-
await this.$LoadParams.loadMeterBook(orgstr)
|
|
783
|
-
this.meterbooks = [{label: '全部', value: ''}, ...this.$GetSaleParam.getMeterBooks()]
|
|
784
|
-
},
|
|
785
|
-
//初始化片区
|
|
786
|
-
async initSlice (val) {
|
|
787
|
-
if (val) {
|
|
788
|
-
let getAllArea = await this.$resetpost('/rs/search', {
|
|
789
|
-
source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
|
|
790
|
-
userid: this.$login.f.id
|
|
791
|
-
}, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
|
|
792
|
-
let arr = getAllArea.data.filter((res) => {
|
|
793
|
-
return res.parentid == val
|
|
794
|
-
})
|
|
795
|
-
this.bookSlice = []
|
|
796
|
-
arr.forEach((res) => {
|
|
797
|
-
this.bookSlice.push({label: res.name, value: res.name})
|
|
798
|
-
})
|
|
799
|
-
}
|
|
800
|
-
},
|
|
801
|
-
//表册片区和抄表册关联
|
|
802
|
-
async inputtorchange(){
|
|
803
|
-
this.$set('$refs.paged.$refs.cri.model.f_meter_book',[]);
|
|
804
|
-
/*let val1=this.$refs.paged.$refs.cri.model.f_meter_book*/
|
|
805
|
-
let val2=this.$refs.paged.$refs.cri.model.f_book_slice_area
|
|
806
|
-
if((val2.length>0)){
|
|
807
|
-
let condition = ` 1=1 and f_orgid ='${this.f_filialeid}' and f_book_state='有效' `
|
|
808
|
-
let aaa = '('
|
|
809
|
-
val2.forEach((item) => {
|
|
810
|
-
aaa = aaa + `'${item}',`
|
|
811
|
-
})
|
|
812
|
-
aaa = aaa + `'')`
|
|
813
|
-
condition = condition + ` and f_book_slice_area in ${aaa} `
|
|
814
|
-
let param={
|
|
815
|
-
items:'*',
|
|
816
|
-
tablename:'t_meter_book',
|
|
817
|
-
condition:condition,
|
|
818
|
-
orderitem:'id'
|
|
819
|
-
}
|
|
820
|
-
let getMeterBooks = await this.$resetpost('rs/sql/singleTable_OrderBy', {data: param}, {resolveMsg: null, rejectMsg: '获取营收参数出错!!!'})
|
|
821
|
-
if (getMeterBooks.data) {
|
|
822
|
-
if(getMeterBooks.data.length >0){
|
|
823
|
-
let rs = [];
|
|
824
|
-
getMeterBooks.data.forEach((item)=>{
|
|
825
|
-
let temp = {
|
|
826
|
-
label:item.f_book_name,
|
|
827
|
-
value:item.id
|
|
828
|
-
};
|
|
829
|
-
rs.push(temp);
|
|
830
|
-
|
|
831
|
-
})
|
|
832
|
-
this.meterbooks = [{label: '全部',value: ''}, ...rs];
|
|
833
|
-
}else{
|
|
834
|
-
this.meterbooks = [{label: '全部',value: ''}];
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
}else{
|
|
838
|
-
this.meterbooks = [{label: '全部',value: ''}];
|
|
839
|
-
this.initmeterbook();
|
|
840
|
-
}
|
|
841
|
-
},
|
|
842
|
-
|
|
843
|
-
async getinputtores () {
|
|
844
|
-
// 获取抄表员
|
|
845
|
-
if (this.$login.f.f_role_name.includes("管理员")){
|
|
846
|
-
let rs = []
|
|
847
|
-
if (this.$login.f.f_gasman.length > 0) {
|
|
848
|
-
for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
|
|
849
|
-
let temp = {
|
|
850
|
-
label: this.$login.f.f_gasman[i].name,
|
|
851
|
-
value: this.$login.f.f_gasman[i].name
|
|
852
|
-
}
|
|
853
|
-
rs.push(temp)
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
this.inputtores = [{label: '全部', value: ''}, ...rs]
|
|
857
|
-
this.inputtores.push({label: "微信公众号", value: "微信公众号"})
|
|
858
|
-
} else {
|
|
859
|
-
this.inputtores.push({label: this.$login.f.name, value: this.$login.f.name})
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
view(row){
|
|
863
|
-
this.showupload = true
|
|
864
|
-
this.selected= row
|
|
865
|
-
},
|
|
866
|
-
imgclose(){
|
|
867
|
-
this.imgshow = false
|
|
868
|
-
},
|
|
869
|
-
imgShow(val){
|
|
870
|
-
this.imgfilename = `rs/image/file/`+val
|
|
871
|
-
this.imgshow = true
|
|
872
|
-
},
|
|
873
|
-
initParams() {
|
|
874
|
-
// 初始化气表品牌
|
|
875
|
-
let brandArr = []
|
|
876
|
-
this.$GetSaleParam.getGasbrand().forEach((item) => {
|
|
877
|
-
let temp = {}
|
|
878
|
-
temp.label = item.label
|
|
879
|
-
temp.value = item.value.id
|
|
880
|
-
brandArr.push(temp)
|
|
881
|
-
// // 取出对应气表型号
|
|
882
|
-
// let styleArr = []
|
|
883
|
-
// for (let row of item.value.gasmodel) {
|
|
884
|
-
// styleArr.push({label: row.label, value: row.value.id})
|
|
885
|
-
// }
|
|
886
|
-
// this.meterstyle[temp.value] = styleArr
|
|
887
|
-
})
|
|
888
|
-
this.meterbrands = [{label: '全部', value: ''}, ...brandArr]
|
|
889
|
-
// 初始化气表价格
|
|
890
|
-
this.prices = this.$GetSaleParam.getPrice(this.$login.f.orgid)
|
|
891
|
-
},
|
|
892
|
-
getotherfooter(){
|
|
893
|
-
// this.$refs.paged.$refs.cri.$refs.exports.otherData=[];
|
|
894
|
-
// this.$refs.paged.$refs.cri.$refs.exports.footerData=[];
|
|
895
|
-
this.other=[];
|
|
896
|
-
this.footer=[];
|
|
897
|
-
let exportdata = this.getCondition;
|
|
898
|
-
let otherInData=[];
|
|
899
|
-
otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
|
|
900
|
-
let footerData=[],exportfield=this.getfield;
|
|
901
|
-
footerData.push("合计");
|
|
902
|
-
let self = this;
|
|
903
|
-
for(var field in self.sumsmodel){
|
|
904
|
-
footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`);
|
|
905
|
-
}
|
|
906
|
-
this.footer.push(footerData);
|
|
907
|
-
this.other.push(otherInData);
|
|
908
|
-
},
|
|
909
|
-
async getaddress(){
|
|
910
|
-
let HttpReset = new HttpResetClass()
|
|
911
|
-
var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
|
|
912
|
-
data: {
|
|
913
|
-
condition: `1=1 and s.f_orgid = '${this.$login.f.orgid}'`
|
|
914
|
-
}
|
|
915
|
-
}, {resolveMsg: null, rejectMsg: '获取小区失败!'})
|
|
916
|
-
console.log('小区',data)
|
|
917
|
-
let house = [{label: '全部', value: ''}]
|
|
918
|
-
for (let row of data.data){
|
|
919
|
-
house.push({label: row.f_residential_area, value: row.f_residential_area})
|
|
920
|
-
}
|
|
921
|
-
this.residentialArea = house
|
|
922
|
-
},
|
|
923
|
-
Fileinput(){
|
|
924
|
-
this.batchmoneyShow=true;
|
|
925
|
-
},
|
|
926
|
-
search(){
|
|
927
|
-
this.$refs.paged.$refs.cri.search()
|
|
928
|
-
},
|
|
929
|
-
cancel() {
|
|
930
|
-
this.show = false
|
|
931
|
-
},
|
|
932
|
-
selfSearch(args) {
|
|
933
|
-
if (this.data) {
|
|
934
|
-
this.$parent.$parent.$parent.data.startDate=this.$refs.paged.$refs.cri.model.startDate
|
|
935
|
-
this.$parent.$parent.$parent.data.endDate=this.$refs.paged.$refs.cri.model.endDate
|
|
936
|
-
}
|
|
937
|
-
this.area = this.$refs.paged.$refs.cri.model.f_residential_area
|
|
938
|
-
if(this.area.length !== 0){
|
|
939
|
-
let str = JSON.stringify(this.area)
|
|
940
|
-
str = str.replace(/"/g,`'`)
|
|
941
|
-
str = str.replace(/\[/g,``)
|
|
942
|
-
str = str.replace(/\]/g,``)
|
|
943
|
-
//查询多个小区时条件
|
|
944
|
-
args.condition += ` and f_residential_area in ( ${str} )`
|
|
945
|
-
}
|
|
946
|
-
//抄表员查询条件
|
|
947
|
-
this.inputtouPerson = this.$refs.paged.$refs.cri.model.f_inputtor
|
|
948
|
-
if(this.inputtouPerson.length !== 0){
|
|
949
|
-
let str = JSON.stringify(this.inputtouPerson)
|
|
950
|
-
str = str.replace(/"/g,`'`)
|
|
951
|
-
str = str.replace(/\[/g,``)
|
|
952
|
-
str = str.replace(/\]/g,``)
|
|
953
|
-
//查询多个抄表员时条件
|
|
954
|
-
args.condition += ` and f_inputtor in ( ${str} )`
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
args.condition = `${args.condition} and f_meter_classify = '机表' ` + this.orgCondtionStr
|
|
958
|
-
this.model.search(args.condition, args.model)
|
|
959
|
-
this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
|
|
960
|
-
},
|
|
961
|
-
clear() {
|
|
962
|
-
//清空部门和人员
|
|
963
|
-
this.$refs.paged.$refs.cri.$refs.sel.$children[1].selectres = []
|
|
964
|
-
//部门和人员变为全选
|
|
965
|
-
this.$refs.paged.$refs.cri.$refs.sel.$children[1].$children[0].isSelectAll = false
|
|
966
|
-
this.$refs.paged.$refs.cri.$refs.sel.$children[2].$children[0].isSelectAll = false
|
|
967
|
-
Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
|
|
968
|
-
this.$refs.paged.$refs.cri.model[key] = []
|
|
969
|
-
})
|
|
970
|
-
this.$refs.paged.$refs.cri.model.f_meter_classify = []
|
|
971
|
-
},
|
|
972
|
-
show() {
|
|
973
|
-
this.criteriaShow = true
|
|
974
|
-
},
|
|
975
|
-
hidden() {
|
|
976
|
-
this.criteriaShow = !this.criteriaShow
|
|
977
|
-
},
|
|
978
|
-
async getRes(condition,obj) {
|
|
979
|
-
console.log("condition:----------",condition)
|
|
980
|
-
console.log("obj:----------",obj)
|
|
981
|
-
if (!this.$login.f.f_role_name.includes("管理员")){
|
|
982
|
-
this.orgCondtionStr = condition + ` and f_inputtor = '${this.$login.f.name}'`
|
|
983
|
-
}else {
|
|
984
|
-
this.orgCondtionStr = condition
|
|
985
|
-
}
|
|
986
|
-
},
|
|
987
|
-
stamp() {
|
|
988
|
-
this.all = false
|
|
989
|
-
//默认选择要打印的列
|
|
990
|
-
this.modelval = this.defaultPrint1
|
|
991
|
-
this.fields = this.getfield
|
|
992
|
-
this.printshow = true
|
|
993
|
-
this.put()
|
|
994
|
-
},
|
|
995
|
-
put() {
|
|
996
|
-
// 对Modelval进行排序
|
|
997
|
-
this.sortModelval()
|
|
998
|
-
this.thead = `<tr><th colspan=${this.modelval.length}>抄表查询统计报表</th></tr><tr>`
|
|
999
|
-
for (let key of this.modelval) {
|
|
1000
|
-
this.thead += '<th>' + this.fields[key] + '</th>'
|
|
1001
|
-
}
|
|
1002
|
-
this.thead += '</tr>'
|
|
1003
|
-
},
|
|
1004
|
-
print() {
|
|
1005
|
-
this.$refs.print.PrintAsFile()
|
|
1006
|
-
this.printshow = false
|
|
1007
|
-
},
|
|
1008
|
-
dealmsg(val) {
|
|
1009
|
-
this.rowdata=val
|
|
1010
|
-
this.show=true
|
|
1011
|
-
val.model = this.model.model
|
|
1012
|
-
this.$dispatch('deal-msg', val)
|
|
1013
|
-
},
|
|
1014
|
-
close() {
|
|
1015
|
-
this.printshow = false
|
|
1016
|
-
this.all = false
|
|
1017
|
-
},
|
|
1018
|
-
|
|
1019
|
-
userTypeChange () {
|
|
1020
|
-
this.gasproperties=[]
|
|
1021
|
-
if(this.$refs.paged.$refs.cri.model !==null) {
|
|
1022
|
-
this.$refs.paged.$refs.cri.model.f_gasproperties=''
|
|
1023
|
-
this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
|
|
1024
|
-
}
|
|
1025
|
-
else{
|
|
1026
|
-
this.gasproperties =[{label: '全部', value: ''}]
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
// 对选择的列进行排序
|
|
1030
|
-
sortModelval() {
|
|
1031
|
-
let sortModel = []
|
|
1032
|
-
Object.keys(this.fields).forEach((key) => {
|
|
1033
|
-
if (this.modelval.includes(key)) {
|
|
1034
|
-
sortModel.push(key)
|
|
1035
|
-
}
|
|
1036
|
-
})
|
|
1037
|
-
this.modelval = sortModel
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
watch: {
|
|
1041
|
-
'model.rows'(val) {
|
|
1042
|
-
if(val.length === 0){
|
|
1043
|
-
this.sumsmodel = {}
|
|
1044
|
-
}
|
|
1045
|
-
},
|
|
1046
|
-
'all'(val) {
|
|
1047
|
-
if (val) {
|
|
1048
|
-
this.modelval = this.bodyData
|
|
1049
|
-
} else {
|
|
1050
|
-
this.modelval = this.defaultPrint1
|
|
1051
|
-
this.put()
|
|
1052
|
-
}
|
|
1053
|
-
},
|
|
1054
|
-
'modelval.length'() {
|
|
1055
|
-
this.put()
|
|
1056
|
-
},
|
|
1057
|
-
sumsmodel:{
|
|
1058
|
-
handler: function(val) {
|
|
1059
|
-
this.getotherfooter();
|
|
1060
|
-
},
|
|
1061
|
-
deep: true
|
|
1062
|
-
}
|
|
1063
|
-
},
|
|
1064
|
-
computed: {
|
|
1065
|
-
banklist() {
|
|
1066
|
-
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('银行名称')]
|
|
1067
|
-
},
|
|
1068
|
-
getCondition() {
|
|
1069
|
-
return {
|
|
1070
|
-
startDate: this.$refs.paged.$refs.cri.model.startDate,
|
|
1071
|
-
endDate: this.$refs.paged.$refs.cri.model.endDate,
|
|
1072
|
-
condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr}
|
|
1073
|
-
},
|
|
1074
|
-
getfield() {
|
|
1075
|
-
return this.config.excelHeaders
|
|
1076
|
-
},
|
|
1077
|
-
getBankfield(){
|
|
1078
|
-
return this.config.batchBankConfig2
|
|
1079
|
-
},
|
|
1080
|
-
usertypes() {
|
|
1081
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
1082
|
-
},
|
|
1083
|
-
accountsState() {
|
|
1084
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('下账状态')]
|
|
1085
|
-
},
|
|
1086
|
-
meterstate() {
|
|
1087
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('抄表状态')]
|
|
1088
|
-
},
|
|
1089
|
-
handstate() {
|
|
1090
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('表单状态')]
|
|
1091
|
-
},
|
|
1092
|
-
// inputtor() {
|
|
1093
|
-
// return [{label: '全部', value: ''}, ...this.$appdata.getParam('抄表员')]
|
|
1094
|
-
// },
|
|
1095
|
-
pricetypes() {
|
|
1096
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('气价类型')]
|
|
1097
|
-
},
|
|
1098
|
-
getPricenames () {
|
|
1099
|
-
let f_filialeid = this.f_filialeid
|
|
1100
|
-
let result = []
|
|
1101
|
-
this.$GetSaleParam.prices.forEach((item) => {
|
|
1102
|
-
if (item.f_state === '有效' && f_filialeid == item.f_filialeid) {
|
|
1103
|
-
let value = {
|
|
1104
|
-
label: item.f_price_name,
|
|
1105
|
-
value: item
|
|
1106
|
-
}
|
|
1107
|
-
result.push(value)
|
|
1108
|
-
}
|
|
1109
|
-
})
|
|
1110
|
-
return Array.from(new Set(result))
|
|
1111
|
-
},
|
|
1112
|
-
inputtores () {
|
|
1113
|
-
// 获取抄表员
|
|
1114
|
-
console.log('获取抄表员', this.$login.f)
|
|
1115
|
-
let rs = []
|
|
1116
|
-
if (this.$login.f.f_role_name.includes("管理员")){
|
|
1117
|
-
if (this.$login.f.f_gasman.length > 0) {
|
|
1118
|
-
for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
|
|
1119
|
-
let temp = {
|
|
1120
|
-
label: this.$login.f.f_gasman[i].name,
|
|
1121
|
-
value: this.$login.f.f_gasman[i].name
|
|
1122
|
-
}
|
|
1123
|
-
rs.push(temp)
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
} else {
|
|
1127
|
-
let temp = {
|
|
1128
|
-
label: this.$login.f.name,
|
|
1129
|
-
value: this.$login.f.name
|
|
1130
|
-
}
|
|
1131
|
-
rs.push(temp)
|
|
1132
|
-
}
|
|
1133
|
-
return [...rs]
|
|
1134
|
-
},
|
|
1135
|
-
whetherPay() {
|
|
1136
|
-
return [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}]
|
|
1137
|
-
},
|
|
1138
|
-
|
|
1139
|
-
},
|
|
1140
|
-
events:{
|
|
1141
|
-
'onFileUpload': async function (file, res) {
|
|
1142
|
-
if (this.batchmoneyShow) {
|
|
1143
|
-
this.percent = 0;
|
|
1144
|
-
this.getuuid();
|
|
1145
|
-
let param = {
|
|
1146
|
-
filepath: res.f_downloadpath,
|
|
1147
|
-
f_operator: this.$login.f.name,
|
|
1148
|
-
f_operatorid: this.$login.f.id,
|
|
1149
|
-
f_orgid: this.$login.f.orgid,
|
|
1150
|
-
f_orgname: this.$login.f.orgs,
|
|
1151
|
-
f_depid: this.$login.f.depids,
|
|
1152
|
-
f_depname: this.$login.f.deps,
|
|
1153
|
-
uuid: this.uuida
|
|
1154
|
-
}
|
|
1155
|
-
this.batchmoneyShow=false;
|
|
1156
|
-
try{
|
|
1157
|
-
await this.$resetpost('rs/logic/SumSettleFileImport',{data: param},{resolveMsg: null, rejectMsg: null},1000).then((res)=>{
|
|
1158
|
-
if(res.data){
|
|
1159
|
-
}
|
|
1160
|
-
})
|
|
1161
|
-
}catch(error){}
|
|
1162
|
-
let getparam = {
|
|
1163
|
-
uuid: this.uuida
|
|
1164
|
-
}
|
|
1165
|
-
let self = this;
|
|
1166
|
-
this.progressShow=true;
|
|
1167
|
-
this.timer = setInterval(function(){
|
|
1168
|
-
self.$resetpost('/rs/logic/getBatchOperaPro',{data:getparam},{resolveMsg: null, rejectMsg: null}, 0).then((res)=>{
|
|
1169
|
-
if(res.data ){
|
|
1170
|
-
if(res.data.speed){
|
|
1171
|
-
if(res.data.speed>= 100){
|
|
1172
|
-
clearInterval(self.timer);
|
|
1173
|
-
if(res.data.speed){
|
|
1174
|
-
self.percent = 99;
|
|
1175
|
-
}
|
|
1176
|
-
setTimeout(()=>{
|
|
1177
|
-
self.percent = 100;
|
|
1178
|
-
self.progressclose();
|
|
1179
|
-
self.$showMessage(`导入成功! 累计导入:${res.data.totalsum}, 成功:${res.data.successsum},失败:${res.data.errorsum}(包含之前导入${res.data.aftersum}),失败数据请在稽查查询中错误查询进行查看!!`);
|
|
1180
|
-
},600);
|
|
1181
|
-
}else{
|
|
1182
|
-
self.percent = res.data.speed
|
|
1183
|
-
}
|
|
1184
|
-
}else{
|
|
1185
|
-
self.percent=0;
|
|
1186
|
-
}
|
|
1187
|
-
}
|
|
1188
|
-
});
|
|
1189
|
-
},3000);
|
|
1190
|
-
}
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div id="unit" class="flex-row">
|
|
3
|
+
<div class="basic-main" @keyup.enter="search" v-if="!show">
|
|
4
|
+
<div class="flex">
|
|
5
|
+
|
|
6
|
+
<criteria-paged :model="model" v-ref:paged>
|
|
7
|
+
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
8
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
9
|
+
<div class="row">
|
|
10
|
+
|
|
11
|
+
<div class="col-sm-2 form-group">
|
|
12
|
+
<label for="startDate" class="font_normal_body">录入日期</label>
|
|
13
|
+
<datepicker id="startDate" placeholder="开始日期" style="width:60%"
|
|
14
|
+
v-model="model.startDate"
|
|
15
|
+
:value.sync="model.startDate"
|
|
16
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
17
|
+
:show-reset-button="true"
|
|
18
|
+
condition="f_input_date >= '{}'">
|
|
19
|
+
</datepicker>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="col-sm-2 form-group">
|
|
22
|
+
<label for="endDate" class="font_normal_body"> 至  </label>
|
|
23
|
+
<datepicker id="endDate" placeholder="结束日期" style="width:60%"
|
|
24
|
+
v-model="model.endDate"
|
|
25
|
+
:value.sync="model.endDate"
|
|
26
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
27
|
+
:show-reset-button="true"
|
|
28
|
+
condition="f_input_date <= '{}'">
|
|
29
|
+
</datepicker>
|
|
30
|
+
</div>
|
|
31
|
+
<div class="col-sm-2 form-group">
|
|
32
|
+
<label class="font_normal_body">客户编号</label>
|
|
33
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
34
|
+
condition="f_userinfo_code = '{}' " placeholder="客户编号">
|
|
35
|
+
</div>
|
|
36
|
+
<div class="col-sm-2 form-group">
|
|
37
|
+
<label class="font_normal_body">客户名称</label>
|
|
38
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
39
|
+
condition="f_user_name = '{}'" placeholder="客户名称">
|
|
40
|
+
</div>
|
|
41
|
+
<div class="span" style="float:right;">
|
|
42
|
+
<button class="button_search button_spacing" @click="search()">查询</button>
|
|
43
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
44
|
+
|
|
45
|
+
<button class="btn btn-default" @click="$parent.$parent.Fileinput()">反盘导入</button>
|
|
46
|
+
<export-excel :data="$parent.$parent.getCondition"
|
|
47
|
+
:field="$parent.$parent.getBankfield" :header="$parent.$parent.other"
|
|
48
|
+
sqlurl="rs/logic/exportfile" sql-name="newhandplanQuery" template-name='送盘导出' btn-name="送盘导出"
|
|
49
|
+
:choose-col="true"></export-excel>
|
|
50
|
+
<export-excel :data="$parent.$parent.getCondition" :footer="$parent.$parent.footer"
|
|
51
|
+
:field="$parent.$parent.getfield" :header="$parent.$parent.other"
|
|
52
|
+
sqlurl="rs/logic/saleExport" sql-name="salehandplanQuery" template-name='抄表查询导出'
|
|
53
|
+
:choose-col="true"></export-excel>
|
|
54
|
+
<print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
|
|
55
|
+
:defaultfield="$parent.$parent.defaultfield" print-name="抄表查询打印"
|
|
56
|
+
titletable="抄表查询"
|
|
57
|
+
:sumsmodel="$parent.$parent.sumsmodel"></print-data>
|
|
58
|
+
|
|
59
|
+
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
63
|
+
<res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
<div class="col-sm-2 form-group">
|
|
67
|
+
<label class="font_normal_body">小区名称</label>
|
|
68
|
+
<v-select :value.sync="model.f_residential_area"
|
|
69
|
+
class="select_list select"
|
|
70
|
+
enter-push
|
|
71
|
+
multiple = "true"
|
|
72
|
+
v-model="model.f_residential_area"
|
|
73
|
+
style="width: 60%"
|
|
74
|
+
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
75
|
+
close-on-select>
|
|
76
|
+
|
|
77
|
+
</v-select>
|
|
78
|
+
</div>
|
|
79
|
+
<div class="col-sm-2 form-group">
|
|
80
|
+
<label class="font_normal_body">楼 栋 </label>
|
|
81
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_building"
|
|
82
|
+
condition="f_building like '%{}%'" placeholder="楼栋">
|
|
83
|
+
</div>
|
|
84
|
+
<div class="col-sm-2 form-group">
|
|
85
|
+
<label class="font_normal_body">客户地址</label>
|
|
86
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
87
|
+
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
88
|
+
</div>
|
|
89
|
+
<div class="col-sm-2 form-group">
|
|
90
|
+
<label class="font_normal_body">抄表状态</label>
|
|
91
|
+
<v-select :value.sync="model.f_meter_state"
|
|
92
|
+
v-model="model.f_meter_state"
|
|
93
|
+
:options='$parent.$parent.meterstate' placeholder='请选择'
|
|
94
|
+
condition="f_meter_state = '{}'"
|
|
95
|
+
close-on-select></v-select>
|
|
96
|
+
</div>
|
|
97
|
+
<div class="col-sm-2 form-group">
|
|
98
|
+
<label class="font_normal_body">表单状态</label>
|
|
99
|
+
<v-select :value.sync="model.f_hand_state"
|
|
100
|
+
v-model="model.f_hand_state"
|
|
101
|
+
:options='$parent.$parent.handstate' placeholder='请选择'
|
|
102
|
+
condition="f_hand_state = '{}'"
|
|
103
|
+
close-on-select></v-select>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="col-sm-2 form-group">
|
|
106
|
+
<label class="font_normal_body">录入人员</label>
|
|
107
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_input_person"
|
|
108
|
+
condition="f_input_person like '%{}%'" placeholder='录入人员'>
|
|
109
|
+
</div>
|
|
110
|
+
<div class="col-sm-2 form-group">
|
|
111
|
+
<label class="font_normal_body">是否缴费</label>
|
|
112
|
+
<v-select :value.sync="model.f_whether_pay"
|
|
113
|
+
v-model="model.f_whether_pay"
|
|
114
|
+
:options='$parent.$parent.whetherPay' placeholder='请选择'
|
|
115
|
+
condition="f_whether_pay = '{}'"
|
|
116
|
+
close-on-select></v-select>
|
|
117
|
+
</div>
|
|
118
|
+
<div class="col-sm-2 form-group">
|
|
119
|
+
<label class="font_normal_body"> 壁挂炉 </label>
|
|
120
|
+
<v-select :value.sync="model.f_bgl"
|
|
121
|
+
v-model="model.f_bgl"
|
|
122
|
+
:options='$parent.$parent.bgl' placeholder='请选择'
|
|
123
|
+
condition="f_bgl = '{}'"
|
|
124
|
+
close-on-select></v-select>
|
|
125
|
+
</div>
|
|
126
|
+
<div class="col-sm-2 form-group">
|
|
127
|
+
<label class="font_normal_body">客户类型</label>
|
|
128
|
+
<v-select :value.sync="model.f_user_type"
|
|
129
|
+
@change="$parent.$parent.userTypeChange()"
|
|
130
|
+
:options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
|
|
131
|
+
condition="f_user_type = '{}'"
|
|
132
|
+
close-on-select></v-select>
|
|
133
|
+
</div>
|
|
134
|
+
<div class="col-sm-2 form-group">
|
|
135
|
+
<label class="font_normal_body">用气性质</label>
|
|
136
|
+
<v-select :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
|
|
137
|
+
:options='$parent.$parent.gasproperties' placeholder='请选择'
|
|
138
|
+
condition="f_gasproperties = '{}'"
|
|
139
|
+
close-on-select></v-select>
|
|
140
|
+
</div>
|
|
141
|
+
<div class="col-sm-2 form-group">
|
|
142
|
+
<label class="font_normal_body">气价类型</label>
|
|
143
|
+
<v-select :value.sync="model.pricetype" v-model="model.pricetype"
|
|
144
|
+
placeholder='气价类型' :options="$parent.$parent.pricetypes"
|
|
145
|
+
close-on-select v-ref:type>
|
|
146
|
+
</v-select>
|
|
147
|
+
</div>
|
|
148
|
+
<div class="col-sm-2 form-group">
|
|
149
|
+
<label class="font_normal_body">气价名称</label>
|
|
150
|
+
<v-select :value.sync="model.f_price_name"
|
|
151
|
+
v-model="model.f_price_name"
|
|
152
|
+
:options="$parent.$parent.getPricenames"
|
|
153
|
+
condition="f_price_name = '{}'"
|
|
154
|
+
close-on-select></v-select>
|
|
155
|
+
</div>
|
|
156
|
+
<div class="col-sm-2 form-group">
|
|
157
|
+
<label class="font_normal_body">下账状态</label>
|
|
158
|
+
<v-select :value.sync="model.f_accounts_state"
|
|
159
|
+
:options='$parent.$parent.accountsState' placeholder='请选择' v-model="model.f_accounts_state"
|
|
160
|
+
condition="f_accounts_state = '{}'"
|
|
161
|
+
close-on-select></v-select>
|
|
162
|
+
</div>
|
|
163
|
+
|
|
164
|
+
<div class="col-sm-2 form-group">
|
|
165
|
+
<label class="font_normal_body">气表品牌</label>
|
|
166
|
+
<v-select :value.sync="model.f_meter_brand" multiple
|
|
167
|
+
v-model="model.f_meter_brand"
|
|
168
|
+
:options='$parent.$parent.meterbrands' placeholder='请选择'
|
|
169
|
+
condition="f_meter_brand in {}"
|
|
170
|
+
close-on-select></v-select>
|
|
171
|
+
</div>
|
|
172
|
+
<div class="col-sm-2 form-group">
|
|
173
|
+
<label class="font_normal_body">用 气 量</label>
|
|
174
|
+
<input type="text" style="width:30%" class="input_search" title="大于等于"
|
|
175
|
+
v-model="model.f_oughtamount_big" condition="f_oughtamount >= {}" placeholder='大于等于'>
|
|
176
|
+
<input type="text" style="width:30%" class="input_search" title="小于等于"
|
|
177
|
+
v-model="model.f_oughtamount_small" condition="f_oughtamount <= {}" placeholder='小于等于'>
|
|
178
|
+
</div>
|
|
179
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
180
|
+
<!-- <label class="font_normal_body">气价名称</label>-->
|
|
181
|
+
<!-- <v-select :value.sync="model.f_price_name" v-model="model.f_price_name" :options="$parent.$parent.prices"-->
|
|
182
|
+
<!-- condition="f_price_name = '{}'" close-on-select></v-select>-->
|
|
183
|
+
<!-- </div>-->
|
|
184
|
+
<div class="col-sm-2 form-group">
|
|
185
|
+
<label class="font_normal_body"> 表 号  </label>
|
|
186
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
187
|
+
condition="f_meternumber = '{}' " placeholder="表号">
|
|
188
|
+
</div>
|
|
189
|
+
<div class="col-sm-2 form-group">
|
|
190
|
+
<label for="startDate" class="font_normal_body">下发日期</label>
|
|
191
|
+
<datepicker id="handStartDate" placeholder="开始日期" style="width:60%"
|
|
192
|
+
v-model="model.handStartDate"
|
|
193
|
+
:value.sync="model.handStartDate"
|
|
194
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
195
|
+
:show-reset-button="true"
|
|
196
|
+
condition="f_hand_date >= '{}'">
|
|
197
|
+
</datepicker>
|
|
198
|
+
</div>
|
|
199
|
+
<div class="col-sm-2 form-group">
|
|
200
|
+
<label for="endDate" class="font_normal_body"> 至 </label>
|
|
201
|
+
<datepicker id="handEndDate" placeholder="结束日期" style="width:60%"
|
|
202
|
+
v-model="model.handEndDate"
|
|
203
|
+
:value.sync="model.handEndDate"
|
|
204
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
205
|
+
:show-reset-button="true"
|
|
206
|
+
condition="f_hand_date <= '{}'">
|
|
207
|
+
</datepicker>
|
|
208
|
+
</div>
|
|
209
|
+
|
|
210
|
+
<div class="col-sm-2 form-group">
|
|
211
|
+
<label class="font_normal_body">抄 表 员</label>
|
|
212
|
+
<v-select :value.sync="model.f_inputtor" v-model='model.f_inputtor'
|
|
213
|
+
style="width:60%"
|
|
214
|
+
multiple="true"
|
|
215
|
+
:options='$parent.$parent.inputtores' placeholder='抄表员'
|
|
216
|
+
condition="f_inputtor = '{}'"
|
|
217
|
+
close-on-select
|
|
218
|
+
v-el:cc></v-select>
|
|
219
|
+
</div>
|
|
220
|
+
|
|
221
|
+
<!--表册片区-->
|
|
222
|
+
<div class="col-sm-2 form-group">
|
|
223
|
+
<label class="font_normal_body">表册片区</label>
|
|
224
|
+
<v-select :value.sync="model.f_book_slice_area" v-model="model.f_book_slice_area"
|
|
225
|
+
@change="$parent.$parent.inputtorchange"
|
|
226
|
+
multiple
|
|
227
|
+
:options='$parent.$parent.bookSlice' placeholder='片区/表册'
|
|
228
|
+
style="width:60%"
|
|
229
|
+
close-on-select
|
|
230
|
+
condition="f_book_slice_area in {}"></v-select>
|
|
231
|
+
</div>
|
|
232
|
+
<div class="col-sm-2 form-group">
|
|
233
|
+
<label class="font_normal_body">抄 表 册</label>
|
|
234
|
+
<v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"
|
|
235
|
+
:options='$parent.$parent.meterbooks' placeholder='抄表册'
|
|
236
|
+
style="width:60%"
|
|
237
|
+
multiple
|
|
238
|
+
close-on-select
|
|
239
|
+
condition="f_meter_book_num in {}"></v-select>
|
|
240
|
+
</div>
|
|
241
|
+
<div class="col-sm-2 form-group" >
|
|
242
|
+
<label for="belongmonth" class="font_normal_body" >所属年月</label>
|
|
243
|
+
<datepicker placeholder="所属年月" style="width:60%"
|
|
244
|
+
v-model="model.belongmonth"
|
|
245
|
+
:value.sync="model.belongmonth"
|
|
246
|
+
:format="'yyyy-MM'"
|
|
247
|
+
:show-reset-button="true"
|
|
248
|
+
condition="belongmonth = '{}'"
|
|
249
|
+
:select-month="true">
|
|
250
|
+
</datepicker>
|
|
251
|
+
</div>
|
|
252
|
+
<div class="col-sm-2 form-group">
|
|
253
|
+
<label class="font_normal_body">银行名称</label>
|
|
254
|
+
<v-select :value.sync="model.f_bank_name" v-model="model.f_bank_name"
|
|
255
|
+
:options='$parent.$parent.banklist' placeholder='银行名称'
|
|
256
|
+
style="width:60%"
|
|
257
|
+
close-on-select
|
|
258
|
+
condition="f_bank_name = '{}'"></v-select>
|
|
259
|
+
</div>
|
|
260
|
+
<div class="col-sm-2 form-group">
|
|
261
|
+
<label for="startDate" class="font_normal_body">收费日期</label>
|
|
262
|
+
<datepicker id="handStartDate" placeholder="开始日期" style="width:60%"
|
|
263
|
+
v-model="model.sellStartDate"
|
|
264
|
+
:value.sync="model.sellStartDate"
|
|
265
|
+
:format="'yyyy-MM-dd 00:00:00'"
|
|
266
|
+
:show-reset-button="true"
|
|
267
|
+
condition="f_sellinggas_operate_date >= '{}'">
|
|
268
|
+
</datepicker>
|
|
269
|
+
</div>
|
|
270
|
+
<div class="col-sm-2 form-group">
|
|
271
|
+
<label for="endDate" class="font_normal_body"> 至 </label>
|
|
272
|
+
<datepicker id="handEndDate" placeholder="结束日期" style="width:60%"
|
|
273
|
+
v-model="model.sellEndDate"
|
|
274
|
+
:value.sync="model.sellEndDate"
|
|
275
|
+
:format="'yyyy-MM-dd 23:59:59'"
|
|
276
|
+
:show-reset-button="true"
|
|
277
|
+
condition="f_sellinggas_operate_date <= '{}'">
|
|
278
|
+
</datepicker>
|
|
279
|
+
</div>
|
|
280
|
+
</div>
|
|
281
|
+
</div>
|
|
282
|
+
</criteria>
|
|
283
|
+
|
|
284
|
+
<data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid :classname="$parent.classname">
|
|
285
|
+
<template partial='head'>
|
|
286
|
+
<tr>
|
|
287
|
+
<th>
|
|
288
|
+
<nobr>客户编号</nobr>
|
|
289
|
+
</th>
|
|
290
|
+
<th>
|
|
291
|
+
<nobr>客户名称</nobr>
|
|
292
|
+
</th>
|
|
293
|
+
<th>
|
|
294
|
+
<nobr>片区</nobr>
|
|
295
|
+
</th>
|
|
296
|
+
<th>
|
|
297
|
+
<nobr>表册片区</nobr>
|
|
298
|
+
</th>
|
|
299
|
+
<th>
|
|
300
|
+
<nobr>客户地址</nobr>
|
|
301
|
+
</th>
|
|
302
|
+
<th>
|
|
303
|
+
<nobr>客户手机</nobr>
|
|
304
|
+
</th>
|
|
305
|
+
<th>
|
|
306
|
+
<nobr>表号</nobr>
|
|
307
|
+
</th>
|
|
308
|
+
<th>
|
|
309
|
+
<nobr>数据年月</nobr>
|
|
310
|
+
</th>
|
|
311
|
+
<th>
|
|
312
|
+
<nobr>上期底数</nobr>
|
|
313
|
+
</th>
|
|
314
|
+
<th>
|
|
315
|
+
<nobr>本期底数</nobr>
|
|
316
|
+
</th>
|
|
317
|
+
<th>
|
|
318
|
+
<nobr>用气量</nobr>
|
|
319
|
+
</th>
|
|
320
|
+
<th>
|
|
321
|
+
<nobr>用气金额</nobr>
|
|
322
|
+
</th>
|
|
323
|
+
<th>
|
|
324
|
+
<nobr>已交金额</nobr>
|
|
325
|
+
</th>
|
|
326
|
+
<th>
|
|
327
|
+
<nobr>欠费金额</nobr>
|
|
328
|
+
</th>
|
|
329
|
+
<th>
|
|
330
|
+
<nobr>优惠金额</nobr>
|
|
331
|
+
</th>
|
|
332
|
+
<th>
|
|
333
|
+
<nobr>上期余额</nobr>
|
|
334
|
+
</th>
|
|
335
|
+
<th>
|
|
336
|
+
<nobr>本期余额</nobr>
|
|
337
|
+
</th>
|
|
338
|
+
<th>
|
|
339
|
+
<nobr>下账状态</nobr>
|
|
340
|
+
</th>
|
|
341
|
+
<th>
|
|
342
|
+
<nobr>收费时间</nobr>
|
|
343
|
+
</th>
|
|
344
|
+
<th>
|
|
345
|
+
<nobr>收费人员</nobr>
|
|
346
|
+
</th>
|
|
347
|
+
<th>
|
|
348
|
+
<nobr>冲正时间</nobr>
|
|
349
|
+
</th>
|
|
350
|
+
<th>
|
|
351
|
+
<nobr>冲正人员</nobr>
|
|
352
|
+
</th>
|
|
353
|
+
<th>
|
|
354
|
+
<nobr>下发日期</nobr>
|
|
355
|
+
</th>
|
|
356
|
+
<th>
|
|
357
|
+
<nobr>所属年月</nobr>
|
|
358
|
+
</th>
|
|
359
|
+
<th>
|
|
360
|
+
<nobr>录入日期</nobr>
|
|
361
|
+
</th>
|
|
362
|
+
<th>
|
|
363
|
+
<nobr>气价名称</nobr>
|
|
364
|
+
</th>
|
|
365
|
+
<th>
|
|
366
|
+
<nobr>一阶气量</nobr>
|
|
367
|
+
</th>
|
|
368
|
+
<th>
|
|
369
|
+
<nobr>一阶单价</nobr>
|
|
370
|
+
</th>
|
|
371
|
+
<th>
|
|
372
|
+
<nobr>一阶气费</nobr>
|
|
373
|
+
</th>
|
|
374
|
+
<th>
|
|
375
|
+
<nobr>二阶气量</nobr>
|
|
376
|
+
</th>
|
|
377
|
+
<th>
|
|
378
|
+
<nobr>二阶单价</nobr>
|
|
379
|
+
</th>
|
|
380
|
+
<th>
|
|
381
|
+
<nobr>二阶气费</nobr>
|
|
382
|
+
</th>
|
|
383
|
+
<th>
|
|
384
|
+
<nobr>三阶气量</nobr>
|
|
385
|
+
</th>
|
|
386
|
+
<th>
|
|
387
|
+
<nobr>三阶单价</nobr>
|
|
388
|
+
</th>
|
|
389
|
+
<th>
|
|
390
|
+
<nobr>三阶气费</nobr>
|
|
391
|
+
</th>
|
|
392
|
+
<th>
|
|
393
|
+
<nobr>天数</nobr>
|
|
394
|
+
</th>
|
|
395
|
+
<th>
|
|
396
|
+
<nobr>抄表员</nobr>
|
|
397
|
+
</th>
|
|
398
|
+
<th>
|
|
399
|
+
<nobr>录入人员</nobr>
|
|
400
|
+
</th>
|
|
401
|
+
<th>
|
|
402
|
+
<nobr>是否缴费</nobr>
|
|
403
|
+
</th>
|
|
404
|
+
|
|
405
|
+
<th>
|
|
406
|
+
<nobr>抄表状态</nobr>
|
|
407
|
+
</th>
|
|
408
|
+
<th>
|
|
409
|
+
<nobr>状态</nobr>
|
|
410
|
+
</th>
|
|
411
|
+
<th>
|
|
412
|
+
<nobr>下发人员</nobr>
|
|
413
|
+
</th>
|
|
414
|
+
<th>
|
|
415
|
+
<nobr>部门</nobr>
|
|
416
|
+
</th>
|
|
417
|
+
<th>
|
|
418
|
+
<nobr>公司</nobr>
|
|
419
|
+
</th>
|
|
420
|
+
<th><nobr>附件</nobr></th>
|
|
421
|
+
</tr>
|
|
422
|
+
</template>
|
|
423
|
+
<template partial='body'>
|
|
424
|
+
<td style="text-align: center;">
|
|
425
|
+
<nobr>
|
|
426
|
+
<span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.f_userinfo_code}}</a></span></nobr>
|
|
427
|
+
</td>
|
|
428
|
+
<td style="text-align: center;">
|
|
429
|
+
<nobr>{{row.f_user_name}}</nobr>
|
|
430
|
+
</td>
|
|
431
|
+
<td style="text-align: center;">
|
|
432
|
+
<nobr>{{row.f_zones}}</nobr>
|
|
433
|
+
</td>
|
|
434
|
+
<td style="text-align: center;">
|
|
435
|
+
<nobr>{{row.f_book_slice_area}}</nobr>
|
|
436
|
+
</td>
|
|
437
|
+
<td style="text-align: center;">
|
|
438
|
+
<nobr>{{row.f_address}}</nobr>
|
|
439
|
+
</td>
|
|
440
|
+
|
|
441
|
+
<td style="text-align: center;">
|
|
442
|
+
<nobr>{{row.phone}}</nobr>
|
|
443
|
+
</td>
|
|
444
|
+
<td style="text-align: center;">
|
|
445
|
+
<nobr>{{row.f_meternumber}}</nobr>
|
|
446
|
+
</td>
|
|
447
|
+
<td style="text-align: center;">
|
|
448
|
+
<nobr>{{row.ym_data}}</nobr>
|
|
449
|
+
</td>
|
|
450
|
+
<td style="text-align: center;">
|
|
451
|
+
<nobr>{{row.f_last_tablebase}}</nobr>
|
|
452
|
+
</td>
|
|
453
|
+
<td style="text-align: center;">
|
|
454
|
+
<nobr>{{row.f_tablebase}}</nobr>
|
|
455
|
+
</td>
|
|
456
|
+
<td style="text-align: center;">
|
|
457
|
+
<nobr>{{row.f_oughtamount}}</nobr>
|
|
458
|
+
</td>
|
|
459
|
+
<td style="text-align: center;">
|
|
460
|
+
<nobr>{{row.f_oughtfee}}</nobr>
|
|
461
|
+
</td>
|
|
462
|
+
<td style="text-align: center;">
|
|
463
|
+
<nobr>{{row.f_debt_money}}</nobr>
|
|
464
|
+
</td>
|
|
465
|
+
<td style="text-align: center;">
|
|
466
|
+
<nobr>{{row.f_actual_arrears}}</nobr>
|
|
467
|
+
</td>
|
|
468
|
+
<td style="text-align: center;">
|
|
469
|
+
<nobr>{{row.f_privilege_money}}</nobr>
|
|
470
|
+
</td>
|
|
471
|
+
<td style="text-align: center;">
|
|
472
|
+
<nobr>{{row.f_balance}}</nobr>
|
|
473
|
+
</td>
|
|
474
|
+
<td style="text-align: center;">
|
|
475
|
+
<nobr>{{row.f_curbalance}}</nobr>
|
|
476
|
+
</td>
|
|
477
|
+
<td style="text-align: center;">
|
|
478
|
+
<nobr>{{row.f_accounts_state}}</nobr>
|
|
479
|
+
</td>
|
|
480
|
+
<td style="text-align: center;">
|
|
481
|
+
<nobr>{{row.f_sellinggas_operate_date}}</nobr>
|
|
482
|
+
</td>
|
|
483
|
+
<td style="text-align: center;">
|
|
484
|
+
<nobr>{{row.f_sell_operator}}</nobr>
|
|
485
|
+
</td>
|
|
486
|
+
<td style="text-align: center;">
|
|
487
|
+
<nobr>{{row.f_corrhand_date}}</nobr>
|
|
488
|
+
</td>
|
|
489
|
+
<td style="text-align: center;">
|
|
490
|
+
<nobr>{{row.f_corrhand_operator}}</nobr>
|
|
491
|
+
</td>
|
|
492
|
+
<td style="text-align: center;">
|
|
493
|
+
<nobr>{{row.f_hand_date}}</nobr>
|
|
494
|
+
</td>
|
|
495
|
+
<td>
|
|
496
|
+
<nobr>{{row.belongmonth}}</nobr>
|
|
497
|
+
</td>
|
|
498
|
+
<td style="text-align: center;">
|
|
499
|
+
<nobr>{{row.f_input_date}}</nobr>
|
|
500
|
+
</td>
|
|
501
|
+
<td style="text-align: center;">
|
|
502
|
+
<nobr>{{row.f_price_name}}</nobr>
|
|
503
|
+
</td>
|
|
504
|
+
<td style="text-align: center;">
|
|
505
|
+
<nobr>{{row.f_stair1amount}}</nobr>
|
|
506
|
+
</td>
|
|
507
|
+
<td style="text-align: center;">
|
|
508
|
+
<nobr>{{row.f_stair1price}}</nobr>
|
|
509
|
+
</td>
|
|
510
|
+
<td style="text-align: center;">
|
|
511
|
+
<nobr>{{row.f_stair1fee}}</nobr>
|
|
512
|
+
</td>
|
|
513
|
+
<td style="text-align: center;">
|
|
514
|
+
<nobr>{{row.f_stair2amount}}</nobr>
|
|
515
|
+
</td>
|
|
516
|
+
<td style="text-align: center;">
|
|
517
|
+
<nobr>{{row.f_stair2price}}</nobr>
|
|
518
|
+
</td>
|
|
519
|
+
<td style="text-align: center;">
|
|
520
|
+
<nobr>{{row.f_stair2fee}}</nobr>
|
|
521
|
+
</td>
|
|
522
|
+
<td style="text-align: center;">
|
|
523
|
+
<nobr>{{row.f_stair3amount}}</nobr>
|
|
524
|
+
</td>
|
|
525
|
+
<td style="text-align: center;">
|
|
526
|
+
<nobr>{{row.f_stair3price}}</nobr>
|
|
527
|
+
</td>
|
|
528
|
+
<td style="text-align: center;">
|
|
529
|
+
<nobr>{{row.f_stair3fee}}</nobr>
|
|
530
|
+
</td>
|
|
531
|
+
<td style="text-align: center;">
|
|
532
|
+
<nobr>{{row.dd}}</nobr>
|
|
533
|
+
</td>
|
|
534
|
+
<td style="text-align: center;">
|
|
535
|
+
<nobr>{{row.f_inputtor}}</nobr>
|
|
536
|
+
</td>
|
|
537
|
+
<td style="text-align: center;">
|
|
538
|
+
<nobr>{{row.f_input_person}}</nobr>
|
|
539
|
+
</td>
|
|
540
|
+
<td style="text-align: center;">
|
|
541
|
+
<nobr>{{row.f_whether_pay}}</nobr>
|
|
542
|
+
</td>
|
|
543
|
+
|
|
544
|
+
<td style="text-align: center;">
|
|
545
|
+
<nobr>{{row.f_meter_state}}</nobr>
|
|
546
|
+
</td>
|
|
547
|
+
<td style="text-align: center;">
|
|
548
|
+
<nobr>{{row.f_hand_state}}</nobr>
|
|
549
|
+
</td>
|
|
550
|
+
<td style="text-align: center;">
|
|
551
|
+
<nobr>{{row.f_operator}}</nobr>
|
|
552
|
+
</td>
|
|
553
|
+
<td style="text-align: center;">
|
|
554
|
+
<nobr>{{row.f_depname}}</nobr>
|
|
555
|
+
</td>
|
|
556
|
+
<td style="text-align: center;">
|
|
557
|
+
<nobr>{{row.f_orgname}}</nobr>
|
|
558
|
+
</td>
|
|
559
|
+
<td style="text-align: center;"><nobr>
|
|
560
|
+
<button class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
|
|
561
|
+
<button v-if="row.f_notified_path" class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.imgShow(row.f_notified_path)">图像识别</button>
|
|
562
|
+
</nobr></td>
|
|
563
|
+
</template>
|
|
564
|
+
<template partial='foot'></template>
|
|
565
|
+
</data-grid>
|
|
566
|
+
</criteria-paged>
|
|
567
|
+
|
|
568
|
+
<table class="table-hover">
|
|
569
|
+
<tr style="position: relative;margin-top: -16px;" class="table-bordered">
|
|
570
|
+
<td
|
|
571
|
+
style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">
|
|
572
|
+
汇总信息
|
|
573
|
+
</td>
|
|
574
|
+
<!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
575
|
+
<!-- 用气量合计: {{sumsmodel.f_oughtamount}}-->
|
|
576
|
+
<!-- </td>-->
|
|
577
|
+
<!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
578
|
+
<!-- 气费合计: {{sumsmodel.f_oughtfee}}-->
|
|
579
|
+
<!-- </td>-->
|
|
580
|
+
<!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
581
|
+
<!-- 已交金额合计: {{sumsmodel.f_debt_money}}-->
|
|
582
|
+
<!-- </td>-->
|
|
583
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
584
|
+
欠费金额合计: {{sumsmodel.f_actual_arrears}}
|
|
585
|
+
</td>
|
|
586
|
+
</tr>
|
|
587
|
+
</table>
|
|
588
|
+
</div>
|
|
589
|
+
<modal :show.sync="batchmoneyShow" width="500px" title="反盘导入" v-ref:modal large backdrop="false">
|
|
590
|
+
<article slot="modal-body" class="modal-body">
|
|
591
|
+
<file-upload class="my-file-uploader" name="useraddressUploadFile" action="rs/file/uploadFile" tagname="确定" multiple v-ref:file></file-upload>
|
|
592
|
+
</article>
|
|
593
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
594
|
+
</footer>
|
|
595
|
+
</modal>
|
|
596
|
+
</div>
|
|
597
|
+
<div class="flex" v-if="show">
|
|
598
|
+
<user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
|
|
599
|
+
</div>
|
|
600
|
+
<modal :show.sync="showupload" v-if="showupload" width="80%" style="width:auto;" v-ref:modal middle backdrop="false">
|
|
601
|
+
<article slot="modal-body">
|
|
602
|
+
<upload :blodid="selected.f_userinfo_id" :businessid="selected.id" v-ref:upload isupload="false" takeimg="false" fusetype="机表抄表" :isremark="false" style="width:auto" ></upload>
|
|
603
|
+
</article>
|
|
604
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
605
|
+
</footer>
|
|
606
|
+
</modal>
|
|
607
|
+
<modal :show.sync="imgshow" v-ref:modal backdrop="true">
|
|
608
|
+
<header slot="modal-header" class="modal-header">
|
|
609
|
+
抄表图像识别照片
|
|
610
|
+
</header>
|
|
611
|
+
<article slot="modal-body" class="modal-body">
|
|
612
|
+
<div class="from-group">
|
|
613
|
+
<img-self :src="imgfilename" width="500" height="500"></img-self>
|
|
614
|
+
</div>
|
|
615
|
+
</article>
|
|
616
|
+
</modal>
|
|
617
|
+
|
|
618
|
+
<modal :show.sync="progressShow" v-ref:modal backdrop="true" width="50%" style="width:auto;" >
|
|
619
|
+
<header slot="modal-header" class="modal-header">
|
|
620
|
+
反盘导入
|
|
621
|
+
</header>
|
|
622
|
+
<article slot="modal-body" class="modal-body">
|
|
623
|
+
<div class="progress" style="margin: 20px" >
|
|
624
|
+
<div class="progress-bar progress-bar-success progress-bar-striped active" :style="{width: percent+'%'}">
|
|
625
|
+
{{percent}}%
|
|
626
|
+
</div>
|
|
627
|
+
</div>
|
|
628
|
+
</article>
|
|
629
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
630
|
+
<button type="button" class="btn btn-default" @click='progressclose'>关闭</button>
|
|
631
|
+
</footer>
|
|
632
|
+
</modal>
|
|
633
|
+
<work-busy :is-busy="iswork" v-show="iswork"></work-busy>
|
|
634
|
+
</div>
|
|
635
|
+
</template>
|
|
636
|
+
|
|
637
|
+
<script>
|
|
638
|
+
import {PagedList, HttpResetClass} from 'vue-client'
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
import axios from 'axios'
|
|
642
|
+
|
|
643
|
+
let readySomething = async function (self) {
|
|
644
|
+
//加载抄表册
|
|
645
|
+
await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
646
|
+
self.loadMeterBooks()
|
|
647
|
+
self.$refs.paged.$refs.cri.model.startDate = self.data ? self.data.startDate : self.$login.toStandardDateString() + ' 00:00:00'
|
|
648
|
+
self.$refs.paged.$refs.cri.model.endDate = self.data ? self.data.endDate : self.$login.toStandardDateString() + ' 23:59:59'
|
|
649
|
+
await self.$getConfig(self, 'HandplanQuery')
|
|
650
|
+
self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
|
|
651
|
+
await self.$LoadParams.loadParam()
|
|
652
|
+
self.initParams()
|
|
653
|
+
console.log('开始查询')
|
|
654
|
+
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
|
|
655
|
+
// 抄表员
|
|
656
|
+
if (!this.$login.f.f_role_name.includes("管理员")){
|
|
657
|
+
self.$refs.paged.$refs.cri.model.f_inputtor = self.$login.f.name
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
export default {
|
|
661
|
+
props:['data'],
|
|
662
|
+
title: '机表抄表查询',
|
|
663
|
+
data() {
|
|
664
|
+
return {
|
|
665
|
+
showinputor:false,
|
|
666
|
+
iswork:false,
|
|
667
|
+
other:[],
|
|
668
|
+
footer:[],
|
|
669
|
+
data: {},
|
|
670
|
+
model: new PagedList('rs/sql/salehandplanQuery', 20, {}, {
|
|
671
|
+
f_actual_arrears: 0,
|
|
672
|
+
}),
|
|
673
|
+
initres: {
|
|
674
|
+
org:[this.$login.f.orgid],
|
|
675
|
+
dep:[],
|
|
676
|
+
user:[],
|
|
677
|
+
},
|
|
678
|
+
show:false,
|
|
679
|
+
rowdata:{},
|
|
680
|
+
criteriaShow: false,
|
|
681
|
+
residentialArea: [],
|
|
682
|
+
orgCondtionStr: '',
|
|
683
|
+
modelval: [],
|
|
684
|
+
gasproperties:[],
|
|
685
|
+
inputtouPerson: [],
|
|
686
|
+
meterbrands: [],
|
|
687
|
+
printshow: false,
|
|
688
|
+
f_filialeid: this.$login.f.f_orgid,
|
|
689
|
+
all: false,
|
|
690
|
+
fields: {},
|
|
691
|
+
thead: '',
|
|
692
|
+
tfoot: '',
|
|
693
|
+
showupload:false,
|
|
694
|
+
selected:{},
|
|
695
|
+
// 下拉框
|
|
696
|
+
//合计数据
|
|
697
|
+
sumsmodel: {},
|
|
698
|
+
defaultfield: [],
|
|
699
|
+
config: {
|
|
700
|
+
defaultPrint1:[
|
|
701
|
+
"f_userinfo_code","f_user_name","f_user_phone","f_pregas","f_preamount","f_collection","f_balance","f_curbalance","f_idnumber"
|
|
702
|
+
],
|
|
703
|
+
defaultPrint: ['f_userinfo_code', 'f_address', 'f_user_name', 'f_meternumber'],
|
|
704
|
+
excelHeaders:{'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_zones': '片区','phone': '客户手机', 'f_meternumber': '表号','ym_data': '数据年月',
|
|
705
|
+
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额',
|
|
706
|
+
'f_actual_arrears': '欠费金额','f_balance': '上期余额','f_curbalance': '本期余额',
|
|
707
|
+
'f_accounts_state': '下账状态', 'f_sellinggas_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',
|
|
708
|
+
'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_meter_state': '抄表状态', 'f_hand_state': '记录状态',
|
|
709
|
+
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_surplus_gas': '剩余气量', 'f_haircut_gas': '扣减气量',
|
|
710
|
+
'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
711
|
+
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
712
|
+
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_rest_date': '所属年月'}
|
|
713
|
+
},
|
|
714
|
+
batchBankConfig2:{'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
|
|
715
|
+
'f_bank_accopen': '银行户名', 'f_bank_pay_number': '缴费编号', 'f_bank_account': '银行开户账号', 'f_paper_account': '开户行及账号',
|
|
716
|
+
'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额','f_balance': '上期余额'},
|
|
717
|
+
batchmoneyShow:false,
|
|
718
|
+
prices: [],
|
|
719
|
+
bgl:[{label: '全部', value: ''},{label: '有', value: '1'},{label: '无', value: '0'}],
|
|
720
|
+
meterbooks:[{label: '全部',value: ''}], //抄表册
|
|
721
|
+
tempfalg :false,
|
|
722
|
+
lastorgstr:'',
|
|
723
|
+
allorgid:[],
|
|
724
|
+
inputtores:[{label: '全部',value: ''}], //抄表员
|
|
725
|
+
//表册片区
|
|
726
|
+
bookSlice:[{label: '全部',value: ''}],
|
|
727
|
+
imgshow:false,
|
|
728
|
+
imgfilename:'',
|
|
729
|
+
percent:0,
|
|
730
|
+
progressShow:false,
|
|
731
|
+
uuida:'',
|
|
732
|
+
timer:'',
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
ready() {
|
|
736
|
+
console.log('登录信息---------------->', this.$login.f.f_role_name)
|
|
737
|
+
console.log('登录信息-------111--------->', this.$login.f.f_role_name.includes("管理员"))
|
|
738
|
+
this.getShowInputor()
|
|
739
|
+
this.getaddress()
|
|
740
|
+
readySomething(this).then(() => {
|
|
741
|
+
this.$emit('ready')
|
|
742
|
+
}).catch((error) => {
|
|
743
|
+
this.$emit('error', error)
|
|
744
|
+
})
|
|
745
|
+
console.log('this.showinputor------->',this.showinputor)
|
|
746
|
+
},
|
|
747
|
+
methods: {
|
|
748
|
+
getShowInputor(){
|
|
749
|
+
if (this.$login.f.f_role_name.includes("管理员")){
|
|
750
|
+
this.showinputor = true
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
loadMeterBooks () {
|
|
754
|
+
this.meterbooks = [...this.meterbooks, ...this.$GetSaleParam.getMeterBooks()]
|
|
755
|
+
},
|
|
756
|
+
getuuid(){
|
|
757
|
+
let uuidA = '';
|
|
758
|
+
var s = [];
|
|
759
|
+
var hexDigits = '0123456789abcdef';
|
|
760
|
+
for (var i = 0; i < 36; i++) {
|
|
761
|
+
s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1);
|
|
762
|
+
}
|
|
763
|
+
s[14] = '4';
|
|
764
|
+
s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1);
|
|
765
|
+
s[8] = s[13] = s[18] = s[23] = '-';
|
|
766
|
+
uuidA = s.join('');
|
|
767
|
+
this.uuida = uuidA;
|
|
768
|
+
},
|
|
769
|
+
progressclose(){
|
|
770
|
+
this.progressShow = false;
|
|
771
|
+
if(this.timer != null){
|
|
772
|
+
clearInterval(this.timer);
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
async initmeterbook(orgstr){
|
|
776
|
+
if(orgstr == null ){
|
|
777
|
+
orgstr = this.f_filialeid;
|
|
778
|
+
}
|
|
779
|
+
//获取新的抄表册,先去清理所有的抄表册
|
|
780
|
+
this.$GetSaleParam.meterbooks = [];
|
|
781
|
+
//开始加载新的抄表册
|
|
782
|
+
await this.$LoadParams.loadMeterBook(orgstr)
|
|
783
|
+
this.meterbooks = [{label: '全部', value: ''}, ...this.$GetSaleParam.getMeterBooks()]
|
|
784
|
+
},
|
|
785
|
+
//初始化片区
|
|
786
|
+
async initSlice (val) {
|
|
787
|
+
if (val) {
|
|
788
|
+
let getAllArea = await this.$resetpost('/rs/search', {
|
|
789
|
+
source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
|
|
790
|
+
userid: this.$login.f.id
|
|
791
|
+
}, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
|
|
792
|
+
let arr = getAllArea.data.filter((res) => {
|
|
793
|
+
return res.parentid == val
|
|
794
|
+
})
|
|
795
|
+
this.bookSlice = []
|
|
796
|
+
arr.forEach((res) => {
|
|
797
|
+
this.bookSlice.push({label: res.name, value: res.name})
|
|
798
|
+
})
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
//表册片区和抄表册关联
|
|
802
|
+
async inputtorchange(){
|
|
803
|
+
this.$set('$refs.paged.$refs.cri.model.f_meter_book',[]);
|
|
804
|
+
/*let val1=this.$refs.paged.$refs.cri.model.f_meter_book*/
|
|
805
|
+
let val2=this.$refs.paged.$refs.cri.model.f_book_slice_area
|
|
806
|
+
if((val2.length>0)){
|
|
807
|
+
let condition = ` 1=1 and f_orgid ='${this.f_filialeid}' and f_book_state='有效' `
|
|
808
|
+
let aaa = '('
|
|
809
|
+
val2.forEach((item) => {
|
|
810
|
+
aaa = aaa + `'${item}',`
|
|
811
|
+
})
|
|
812
|
+
aaa = aaa + `'')`
|
|
813
|
+
condition = condition + ` and f_book_slice_area in ${aaa} `
|
|
814
|
+
let param={
|
|
815
|
+
items:'*',
|
|
816
|
+
tablename:'t_meter_book',
|
|
817
|
+
condition:condition,
|
|
818
|
+
orderitem:'id'
|
|
819
|
+
}
|
|
820
|
+
let getMeterBooks = await this.$resetpost('rs/sql/singleTable_OrderBy', {data: param}, {resolveMsg: null, rejectMsg: '获取营收参数出错!!!'})
|
|
821
|
+
if (getMeterBooks.data) {
|
|
822
|
+
if(getMeterBooks.data.length >0){
|
|
823
|
+
let rs = [];
|
|
824
|
+
getMeterBooks.data.forEach((item)=>{
|
|
825
|
+
let temp = {
|
|
826
|
+
label:item.f_book_name,
|
|
827
|
+
value:item.id
|
|
828
|
+
};
|
|
829
|
+
rs.push(temp);
|
|
830
|
+
|
|
831
|
+
})
|
|
832
|
+
this.meterbooks = [{label: '全部',value: ''}, ...rs];
|
|
833
|
+
}else{
|
|
834
|
+
this.meterbooks = [{label: '全部',value: ''}];
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
}else{
|
|
838
|
+
this.meterbooks = [{label: '全部',value: ''}];
|
|
839
|
+
this.initmeterbook();
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
|
|
843
|
+
async getinputtores () {
|
|
844
|
+
// 获取抄表员
|
|
845
|
+
if (this.$login.f.f_role_name.includes("管理员")){
|
|
846
|
+
let rs = []
|
|
847
|
+
if (this.$login.f.f_gasman.length > 0) {
|
|
848
|
+
for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
|
|
849
|
+
let temp = {
|
|
850
|
+
label: this.$login.f.f_gasman[i].name,
|
|
851
|
+
value: this.$login.f.f_gasman[i].name
|
|
852
|
+
}
|
|
853
|
+
rs.push(temp)
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
this.inputtores = [{label: '全部', value: ''}, ...rs]
|
|
857
|
+
this.inputtores.push({label: "微信公众号", value: "微信公众号"})
|
|
858
|
+
} else {
|
|
859
|
+
this.inputtores.push({label: this.$login.f.name, value: this.$login.f.name})
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
view(row){
|
|
863
|
+
this.showupload = true
|
|
864
|
+
this.selected= row
|
|
865
|
+
},
|
|
866
|
+
imgclose(){
|
|
867
|
+
this.imgshow = false
|
|
868
|
+
},
|
|
869
|
+
imgShow(val){
|
|
870
|
+
this.imgfilename = `rs/image/file/`+val
|
|
871
|
+
this.imgshow = true
|
|
872
|
+
},
|
|
873
|
+
initParams() {
|
|
874
|
+
// 初始化气表品牌
|
|
875
|
+
let brandArr = []
|
|
876
|
+
this.$GetSaleParam.getGasbrand().forEach((item) => {
|
|
877
|
+
let temp = {}
|
|
878
|
+
temp.label = item.label
|
|
879
|
+
temp.value = item.value.id
|
|
880
|
+
brandArr.push(temp)
|
|
881
|
+
// // 取出对应气表型号
|
|
882
|
+
// let styleArr = []
|
|
883
|
+
// for (let row of item.value.gasmodel) {
|
|
884
|
+
// styleArr.push({label: row.label, value: row.value.id})
|
|
885
|
+
// }
|
|
886
|
+
// this.meterstyle[temp.value] = styleArr
|
|
887
|
+
})
|
|
888
|
+
this.meterbrands = [{label: '全部', value: ''}, ...brandArr]
|
|
889
|
+
// 初始化气表价格
|
|
890
|
+
this.prices = this.$GetSaleParam.getPrice(this.$login.f.orgid)
|
|
891
|
+
},
|
|
892
|
+
getotherfooter(){
|
|
893
|
+
// this.$refs.paged.$refs.cri.$refs.exports.otherData=[];
|
|
894
|
+
// this.$refs.paged.$refs.cri.$refs.exports.footerData=[];
|
|
895
|
+
this.other=[];
|
|
896
|
+
this.footer=[];
|
|
897
|
+
let exportdata = this.getCondition;
|
|
898
|
+
let otherInData=[];
|
|
899
|
+
otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
|
|
900
|
+
let footerData=[],exportfield=this.getfield;
|
|
901
|
+
footerData.push("合计");
|
|
902
|
+
let self = this;
|
|
903
|
+
for(var field in self.sumsmodel){
|
|
904
|
+
footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`);
|
|
905
|
+
}
|
|
906
|
+
this.footer.push(footerData);
|
|
907
|
+
this.other.push(otherInData);
|
|
908
|
+
},
|
|
909
|
+
async getaddress(){
|
|
910
|
+
let HttpReset = new HttpResetClass()
|
|
911
|
+
var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
|
|
912
|
+
data: {
|
|
913
|
+
condition: `1=1 and s.f_orgid = '${this.$login.f.orgid}'`
|
|
914
|
+
}
|
|
915
|
+
}, {resolveMsg: null, rejectMsg: '获取小区失败!'})
|
|
916
|
+
console.log('小区',data)
|
|
917
|
+
let house = [{label: '全部', value: ''}]
|
|
918
|
+
for (let row of data.data){
|
|
919
|
+
house.push({label: row.f_residential_area, value: row.f_residential_area})
|
|
920
|
+
}
|
|
921
|
+
this.residentialArea = house
|
|
922
|
+
},
|
|
923
|
+
Fileinput(){
|
|
924
|
+
this.batchmoneyShow=true;
|
|
925
|
+
},
|
|
926
|
+
search(){
|
|
927
|
+
this.$refs.paged.$refs.cri.search()
|
|
928
|
+
},
|
|
929
|
+
cancel() {
|
|
930
|
+
this.show = false
|
|
931
|
+
},
|
|
932
|
+
selfSearch(args) {
|
|
933
|
+
if (this.data) {
|
|
934
|
+
this.$parent.$parent.$parent.data.startDate=this.$refs.paged.$refs.cri.model.startDate
|
|
935
|
+
this.$parent.$parent.$parent.data.endDate=this.$refs.paged.$refs.cri.model.endDate
|
|
936
|
+
}
|
|
937
|
+
this.area = this.$refs.paged.$refs.cri.model.f_residential_area
|
|
938
|
+
if(this.area.length !== 0){
|
|
939
|
+
let str = JSON.stringify(this.area)
|
|
940
|
+
str = str.replace(/"/g,`'`)
|
|
941
|
+
str = str.replace(/\[/g,``)
|
|
942
|
+
str = str.replace(/\]/g,``)
|
|
943
|
+
//查询多个小区时条件
|
|
944
|
+
args.condition += ` and f_residential_area in ( ${str} )`
|
|
945
|
+
}
|
|
946
|
+
//抄表员查询条件
|
|
947
|
+
this.inputtouPerson = this.$refs.paged.$refs.cri.model.f_inputtor
|
|
948
|
+
if(this.inputtouPerson.length !== 0){
|
|
949
|
+
let str = JSON.stringify(this.inputtouPerson)
|
|
950
|
+
str = str.replace(/"/g,`'`)
|
|
951
|
+
str = str.replace(/\[/g,``)
|
|
952
|
+
str = str.replace(/\]/g,``)
|
|
953
|
+
//查询多个抄表员时条件
|
|
954
|
+
args.condition += ` and f_inputtor in ( ${str} )`
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
args.condition = `${args.condition} and f_meter_classify = '机表' ` + this.orgCondtionStr
|
|
958
|
+
this.model.search(args.condition, args.model)
|
|
959
|
+
this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
|
|
960
|
+
},
|
|
961
|
+
clear() {
|
|
962
|
+
//清空部门和人员
|
|
963
|
+
this.$refs.paged.$refs.cri.$refs.sel.$children[1].selectres = []
|
|
964
|
+
//部门和人员变为全选
|
|
965
|
+
this.$refs.paged.$refs.cri.$refs.sel.$children[1].$children[0].isSelectAll = false
|
|
966
|
+
this.$refs.paged.$refs.cri.$refs.sel.$children[2].$children[0].isSelectAll = false
|
|
967
|
+
Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
|
|
968
|
+
this.$refs.paged.$refs.cri.model[key] = []
|
|
969
|
+
})
|
|
970
|
+
this.$refs.paged.$refs.cri.model.f_meter_classify = []
|
|
971
|
+
},
|
|
972
|
+
show() {
|
|
973
|
+
this.criteriaShow = true
|
|
974
|
+
},
|
|
975
|
+
hidden() {
|
|
976
|
+
this.criteriaShow = !this.criteriaShow
|
|
977
|
+
},
|
|
978
|
+
async getRes(condition,obj) {
|
|
979
|
+
console.log("condition:----------",condition)
|
|
980
|
+
console.log("obj:----------",obj)
|
|
981
|
+
if (!this.$login.f.f_role_name.includes("管理员")){
|
|
982
|
+
this.orgCondtionStr = condition + ` and f_inputtor = '${this.$login.f.name}'`
|
|
983
|
+
}else {
|
|
984
|
+
this.orgCondtionStr = condition
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
stamp() {
|
|
988
|
+
this.all = false
|
|
989
|
+
//默认选择要打印的列
|
|
990
|
+
this.modelval = this.defaultPrint1
|
|
991
|
+
this.fields = this.getfield
|
|
992
|
+
this.printshow = true
|
|
993
|
+
this.put()
|
|
994
|
+
},
|
|
995
|
+
put() {
|
|
996
|
+
// 对Modelval进行排序
|
|
997
|
+
this.sortModelval()
|
|
998
|
+
this.thead = `<tr><th colspan=${this.modelval.length}>抄表查询统计报表</th></tr><tr>`
|
|
999
|
+
for (let key of this.modelval) {
|
|
1000
|
+
this.thead += '<th>' + this.fields[key] + '</th>'
|
|
1001
|
+
}
|
|
1002
|
+
this.thead += '</tr>'
|
|
1003
|
+
},
|
|
1004
|
+
print() {
|
|
1005
|
+
this.$refs.print.PrintAsFile()
|
|
1006
|
+
this.printshow = false
|
|
1007
|
+
},
|
|
1008
|
+
dealmsg(val) {
|
|
1009
|
+
this.rowdata=val
|
|
1010
|
+
this.show=true
|
|
1011
|
+
val.model = this.model.model
|
|
1012
|
+
this.$dispatch('deal-msg', val)
|
|
1013
|
+
},
|
|
1014
|
+
close() {
|
|
1015
|
+
this.printshow = false
|
|
1016
|
+
this.all = false
|
|
1017
|
+
},
|
|
1018
|
+
|
|
1019
|
+
userTypeChange () {
|
|
1020
|
+
this.gasproperties=[]
|
|
1021
|
+
if(this.$refs.paged.$refs.cri.model !==null) {
|
|
1022
|
+
this.$refs.paged.$refs.cri.model.f_gasproperties=''
|
|
1023
|
+
this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
|
|
1024
|
+
}
|
|
1025
|
+
else{
|
|
1026
|
+
this.gasproperties =[{label: '全部', value: ''}]
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
// 对选择的列进行排序
|
|
1030
|
+
sortModelval() {
|
|
1031
|
+
let sortModel = []
|
|
1032
|
+
Object.keys(this.fields).forEach((key) => {
|
|
1033
|
+
if (this.modelval.includes(key)) {
|
|
1034
|
+
sortModel.push(key)
|
|
1035
|
+
}
|
|
1036
|
+
})
|
|
1037
|
+
this.modelval = sortModel
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
watch: {
|
|
1041
|
+
'model.rows'(val) {
|
|
1042
|
+
if(val.length === 0){
|
|
1043
|
+
this.sumsmodel = {}
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
'all'(val) {
|
|
1047
|
+
if (val) {
|
|
1048
|
+
this.modelval = this.bodyData
|
|
1049
|
+
} else {
|
|
1050
|
+
this.modelval = this.defaultPrint1
|
|
1051
|
+
this.put()
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
'modelval.length'() {
|
|
1055
|
+
this.put()
|
|
1056
|
+
},
|
|
1057
|
+
sumsmodel:{
|
|
1058
|
+
handler: function(val) {
|
|
1059
|
+
this.getotherfooter();
|
|
1060
|
+
},
|
|
1061
|
+
deep: true
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
computed: {
|
|
1065
|
+
banklist() {
|
|
1066
|
+
return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('银行名称')]
|
|
1067
|
+
},
|
|
1068
|
+
getCondition() {
|
|
1069
|
+
return {
|
|
1070
|
+
startDate: this.$refs.paged.$refs.cri.model.startDate,
|
|
1071
|
+
endDate: this.$refs.paged.$refs.cri.model.endDate,
|
|
1072
|
+
condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr}
|
|
1073
|
+
},
|
|
1074
|
+
getfield() {
|
|
1075
|
+
return this.config.excelHeaders
|
|
1076
|
+
},
|
|
1077
|
+
getBankfield(){
|
|
1078
|
+
return this.config.batchBankConfig2
|
|
1079
|
+
},
|
|
1080
|
+
usertypes() {
|
|
1081
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
1082
|
+
},
|
|
1083
|
+
accountsState() {
|
|
1084
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('下账状态')]
|
|
1085
|
+
},
|
|
1086
|
+
meterstate() {
|
|
1087
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('抄表状态')]
|
|
1088
|
+
},
|
|
1089
|
+
handstate() {
|
|
1090
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('表单状态')]
|
|
1091
|
+
},
|
|
1092
|
+
// inputtor() {
|
|
1093
|
+
// return [{label: '全部', value: ''}, ...this.$appdata.getParam('抄表员')]
|
|
1094
|
+
// },
|
|
1095
|
+
pricetypes() {
|
|
1096
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('气价类型')]
|
|
1097
|
+
},
|
|
1098
|
+
getPricenames () {
|
|
1099
|
+
let f_filialeid = this.f_filialeid
|
|
1100
|
+
let result = []
|
|
1101
|
+
this.$GetSaleParam.prices.forEach((item) => {
|
|
1102
|
+
if (item.f_state === '有效' && f_filialeid == item.f_filialeid) {
|
|
1103
|
+
let value = {
|
|
1104
|
+
label: item.f_price_name,
|
|
1105
|
+
value: item
|
|
1106
|
+
}
|
|
1107
|
+
result.push(value)
|
|
1108
|
+
}
|
|
1109
|
+
})
|
|
1110
|
+
return Array.from(new Set(result))
|
|
1111
|
+
},
|
|
1112
|
+
inputtores () {
|
|
1113
|
+
// 获取抄表员
|
|
1114
|
+
console.log('获取抄表员', this.$login.f)
|
|
1115
|
+
let rs = []
|
|
1116
|
+
if (this.$login.f.f_role_name.includes("管理员")){
|
|
1117
|
+
if (this.$login.f.f_gasman.length > 0) {
|
|
1118
|
+
for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
|
|
1119
|
+
let temp = {
|
|
1120
|
+
label: this.$login.f.f_gasman[i].name,
|
|
1121
|
+
value: this.$login.f.f_gasman[i].name
|
|
1122
|
+
}
|
|
1123
|
+
rs.push(temp)
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
} else {
|
|
1127
|
+
let temp = {
|
|
1128
|
+
label: this.$login.f.name,
|
|
1129
|
+
value: this.$login.f.name
|
|
1130
|
+
}
|
|
1131
|
+
rs.push(temp)
|
|
1132
|
+
}
|
|
1133
|
+
return [...rs]
|
|
1134
|
+
},
|
|
1135
|
+
whetherPay() {
|
|
1136
|
+
return [{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}]
|
|
1137
|
+
},
|
|
1138
|
+
|
|
1139
|
+
},
|
|
1140
|
+
events:{
|
|
1141
|
+
'onFileUpload': async function (file, res) {
|
|
1142
|
+
if (this.batchmoneyShow) {
|
|
1143
|
+
this.percent = 0;
|
|
1144
|
+
this.getuuid();
|
|
1145
|
+
let param = {
|
|
1146
|
+
filepath: res.f_downloadpath,
|
|
1147
|
+
f_operator: this.$login.f.name,
|
|
1148
|
+
f_operatorid: this.$login.f.id,
|
|
1149
|
+
f_orgid: this.$login.f.orgid,
|
|
1150
|
+
f_orgname: this.$login.f.orgs,
|
|
1151
|
+
f_depid: this.$login.f.depids,
|
|
1152
|
+
f_depname: this.$login.f.deps,
|
|
1153
|
+
uuid: this.uuida
|
|
1154
|
+
}
|
|
1155
|
+
this.batchmoneyShow=false;
|
|
1156
|
+
try{
|
|
1157
|
+
await this.$resetpost('rs/logic/SumSettleFileImport',{data: param},{resolveMsg: null, rejectMsg: null},1000).then((res)=>{
|
|
1158
|
+
if(res.data){
|
|
1159
|
+
}
|
|
1160
|
+
})
|
|
1161
|
+
}catch(error){}
|
|
1162
|
+
let getparam = {
|
|
1163
|
+
uuid: this.uuida
|
|
1164
|
+
}
|
|
1165
|
+
let self = this;
|
|
1166
|
+
this.progressShow=true;
|
|
1167
|
+
this.timer = setInterval(function(){
|
|
1168
|
+
self.$resetpost('/rs/logic/getBatchOperaPro',{data:getparam},{resolveMsg: null, rejectMsg: null}, 0).then((res)=>{
|
|
1169
|
+
if(res.data ){
|
|
1170
|
+
if(res.data.speed){
|
|
1171
|
+
if(res.data.speed>= 100){
|
|
1172
|
+
clearInterval(self.timer);
|
|
1173
|
+
if(res.data.speed){
|
|
1174
|
+
self.percent = 99;
|
|
1175
|
+
}
|
|
1176
|
+
setTimeout(()=>{
|
|
1177
|
+
self.percent = 100;
|
|
1178
|
+
self.progressclose();
|
|
1179
|
+
self.$showMessage(`导入成功! 累计导入:${res.data.totalsum}, 成功:${res.data.successsum},失败:${res.data.errorsum}(包含之前导入${res.data.aftersum}),失败数据请在稽查查询中错误查询进行查看!!`);
|
|
1180
|
+
},600);
|
|
1181
|
+
}else{
|
|
1182
|
+
self.percent = res.data.speed
|
|
1183
|
+
}
|
|
1184
|
+
}else{
|
|
1185
|
+
self.percent=0;
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
});
|
|
1189
|
+
},3000);
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
</script>
|