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,1112 +1,1112 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="flex-row">
|
|
3
|
-
<div class="basic-main">
|
|
4
|
-
<criteria-paged :model="model" v-ref:paged @sort="sort">
|
|
5
|
-
<criteria partial='criteria' v-ref:criteria @condition-changed="$parent.selfSearch">
|
|
6
|
-
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
7
|
-
<div class="row">
|
|
8
|
-
<!--<div class="col-sm-6">-->
|
|
9
|
-
<!--style="border: 1px solid #a6d5ea; box-shadow: darkgrey 1px 1px 1px 2px;padding: 0.5%">-->
|
|
10
|
-
<div class="col-sm-2 form-group">
|
|
11
|
-
<label class="font_normal_body">归属起始</label>
|
|
12
|
-
<datepicker placeholder="开始日期"
|
|
13
|
-
style="width:60%"
|
|
14
|
-
class="datepicker"
|
|
15
|
-
v-model="model.startDate"
|
|
16
|
-
:value.sync="model.startDate"
|
|
17
|
-
:format="'yyyy-MM-dd'"
|
|
18
|
-
></datepicker>
|
|
19
|
-
</div>
|
|
20
|
-
<div class="col-sm-2 form-group">
|
|
21
|
-
<label class="font_normal_body">归属结束</label>
|
|
22
|
-
<datepicker placeholder="结束日期"
|
|
23
|
-
style="width:60%"
|
|
24
|
-
v-model="model.endDate"
|
|
25
|
-
:value.sync="model.endDate"
|
|
26
|
-
:format="'yyyy-MM-dd'"
|
|
27
|
-
></datepicker>
|
|
28
|
-
</div>
|
|
29
|
-
|
|
30
|
-
<div class="col-sm-2 form-group">
|
|
31
|
-
<label class="font_normal_body">客户编号</label>
|
|
32
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
33
|
-
condition="f_userinfo_code='{}'" placeholder='客户编号'>
|
|
34
|
-
</div>
|
|
35
|
-
|
|
36
|
-
<div class="span" style="float:right;">
|
|
37
|
-
<button class="button_search button_spacing" @click="$parent.$parent.search()">查询</button>
|
|
38
|
-
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
39
|
-
<button class="button_search button_spacing"
|
|
40
|
-
@click="$parent.$parent.batchDownHand()">计划下发
|
|
41
|
-
</button>
|
|
42
|
-
<button v-if="$parent.$parent.inputtor_change" class="button_search button_spacing"
|
|
43
|
-
@click="$parent.$parent.batchInputtorChange()">抄表员调整
|
|
44
|
-
</button>
|
|
45
|
-
<div
|
|
46
|
-
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
47
|
-
@click="$parent.$parent.hidden()" class="button_spacing" style="float: right"></div>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
51
|
-
<!-- <div class="col-sm-2 form-group">-->
|
|
52
|
-
<!-- <label class="font_normal_body">表 编 号</label>-->
|
|
53
|
-
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_id"-->
|
|
54
|
-
<!-- condition="f_user_id='{}'" placeholder='表编号'>-->
|
|
55
|
-
<!-- </div>-->
|
|
56
|
-
<div class="col-sm-2 form-group">
|
|
57
|
-
<label class="font_normal_body">表  号</label>
|
|
58
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
59
|
-
condition="f_meternumber like '%{}%'" placeholder='表号'>
|
|
60
|
-
</div>
|
|
61
|
-
<div class="col-sm-2 form-group">
|
|
62
|
-
<label class="font_normal_body">客户姓名</label>
|
|
63
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name" placeholder='客户姓名'
|
|
64
|
-
condition="f_user_name = '{}'">
|
|
65
|
-
</div>
|
|
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
|
-
v-model="model.f_residential_area"
|
|
72
|
-
style="width: 60%"
|
|
73
|
-
multiple="true"
|
|
74
|
-
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
75
|
-
close-on-select v-el:cc>
|
|
76
|
-
</v-select>
|
|
77
|
-
</div>
|
|
78
|
-
<div class="col-sm-2 form-group">
|
|
79
|
-
<label class="font_normal_body">楼  栋</label>
|
|
80
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_building"
|
|
81
|
-
condition="f_building = '{}'" placeholder='楼栋'>
|
|
82
|
-
</div>
|
|
83
|
-
<div class="col-sm-2 form-group">
|
|
84
|
-
<label class="font_normal_body">单  元</label>
|
|
85
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_unit"
|
|
86
|
-
condition="f_unit = '{}'" placeholder='单元'>
|
|
87
|
-
</div>
|
|
88
|
-
<div class="col-sm-2 form-group">
|
|
89
|
-
<label class="font_normal_body">楼  层</label>
|
|
90
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_floor"
|
|
91
|
-
condition="f_floor = '{}'" placeholder='楼层'>
|
|
92
|
-
</div>
|
|
93
|
-
<div class="col-sm-2 form-group">
|
|
94
|
-
<label class="font_normal_body">门 牌 号</label>
|
|
95
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_room"
|
|
96
|
-
condition="f_room like '%{}%'" placeholder='门牌号'>
|
|
97
|
-
</div>
|
|
98
|
-
<div class="col-sm-2 form-group">
|
|
99
|
-
<label class="font_normal_body">客户地址</label>
|
|
100
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
101
|
-
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
102
|
-
</div>
|
|
103
|
-
<div class="col-sm-2 form-group">
|
|
104
|
-
<label class="font_normal_body">抄 表 员</label>
|
|
105
|
-
<v-select :value.sync="model.f_inputtor" v-model='model.f_inputtor'
|
|
106
|
-
style="width:60%"
|
|
107
|
-
multiple="true"
|
|
108
|
-
:options='$parent.$parent.inputtores' placeholder='抄表员'
|
|
109
|
-
close-on-select
|
|
110
|
-
v-el:cc></v-select>
|
|
111
|
-
</div>
|
|
112
|
-
|
|
113
|
-
<div class="col-sm-2 form-group">
|
|
114
|
-
<label class="font_normal_body">客户类型</label>
|
|
115
|
-
<v-select :value.sync="model.f_user_type" v-model="model.f_user_type"
|
|
116
|
-
:options='$parent.$parent.usertypes' placeholder='客户类型'
|
|
117
|
-
style="width:60%"
|
|
118
|
-
close-on-select
|
|
119
|
-
condition="f_user_type = '{}'"></v-select>
|
|
120
|
-
</div>
|
|
121
|
-
<div class="col-sm-2 form-group">
|
|
122
|
-
<label class="font_normal_body">用户等级</label>
|
|
123
|
-
<v-select :value.sync="model.f_user_level" v-model="model.f_user_level"
|
|
124
|
-
:options='$parent.$parent.userlevels' placeholder='用户等级'
|
|
125
|
-
style="width:60%"
|
|
126
|
-
close-on-select
|
|
127
|
-
condition="f_user_level = '{}'"></v-select>
|
|
128
|
-
</div>
|
|
129
|
-
<div class="col-sm-2 form-group">
|
|
130
|
-
<label class="font_normal_body">抄 表 册</label>
|
|
131
|
-
<v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"
|
|
132
|
-
:options='$parent.$parent.meterbooks' placeholder='抄表册'
|
|
133
|
-
style="width:60%"
|
|
134
|
-
:multiple="true"
|
|
135
|
-
condition="f_meter_book_num in {}"></v-select>
|
|
136
|
-
</div>
|
|
137
|
-
<div class="col-sm-2 form-group">
|
|
138
|
-
<label class="font_normal_body">调压箱名</label>
|
|
139
|
-
<v-select :value.sync="model.f_adjustable_name" v-model="model.f_adjustable_name"
|
|
140
|
-
:options='$parent.$parent.adjustablename' placeholder='调压箱名称'
|
|
141
|
-
style="width:60%"
|
|
142
|
-
close-on-select
|
|
143
|
-
condition="f_adjustable_name = '{}'"></v-select>
|
|
144
|
-
</div>
|
|
145
|
-
<res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes"
|
|
146
|
-
v-ref:sel></res-select-group>
|
|
147
|
-
</div>
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
<!-- 多选框 -->
|
|
151
|
-
<!--<div class="col-sm-2 form-group">-->
|
|
152
|
-
<!--<button class="btn btn-success" @click="$parent.$parent.batchDownHand()">计划下发</button>-->
|
|
153
|
-
<!--</div>-->
|
|
154
|
-
|
|
155
|
-
<!--<div class="form-group" v-if="$parent.$parent.meter_state">-->
|
|
156
|
-
<!--<button class="btn btn-success" @click="$parent.$parent.allDownHand()" >全部下发</button>-->
|
|
157
|
-
<!--</div>-->
|
|
158
|
-
<!-- 多选框结束 -->
|
|
159
|
-
|
|
160
|
-
<!--<div class="col-sm-2 form-group">-->
|
|
161
|
-
<!--<button class="btn btn-success" @click="$parent.$parent.adjust()">抄表员调整</button>-->
|
|
162
|
-
<!--</div>-->
|
|
163
|
-
<!--<div class="col-sm-2 form-group">-->
|
|
164
|
-
<!--<button class="btn btn-success" @click="$parent.$parent.fileUpload()">文件上传</button>-->
|
|
165
|
-
<!--</div>-->
|
|
166
|
-
<!--<div class="col-sm-2 form-group">-->
|
|
167
|
-
<!--<button class="btn btn-success" @click="search(), $parent.$parent.clean()">打印</button>-->
|
|
168
|
-
<!--</div>-->
|
|
169
|
-
|
|
170
|
-
</div>
|
|
171
|
-
</criteria>
|
|
172
|
-
<data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid id="hand_manager_grid">
|
|
173
|
-
<template partial='head'>
|
|
174
|
-
<tr>
|
|
175
|
-
<!--<th><input type='checkbox' v-model="$parent.$parent.$parent.all" @change="$parent.$parent.$parent.chooseAll"></th>-->
|
|
176
|
-
<th>
|
|
177
|
-
<nobr>序号</nobr>
|
|
178
|
-
</th>
|
|
179
|
-
<th>
|
|
180
|
-
<nobr>
|
|
181
|
-
<data-order field="f_userinfo_code" name="客户编号"
|
|
182
|
-
:order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
|
|
183
|
-
</nobr>
|
|
184
|
-
</th>
|
|
185
|
-
<!-- <th>-->
|
|
186
|
-
<!-- <nobr>表编号</nobr>-->
|
|
187
|
-
<!-- </th>-->
|
|
188
|
-
<!-- <th>基本信息</th>-->
|
|
189
|
-
<th>
|
|
190
|
-
<nobr>
|
|
191
|
-
<data-order field="f_address" name="基本信息"
|
|
192
|
-
:order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
|
|
193
|
-
</nobr>
|
|
194
|
-
</th>
|
|
195
|
-
<th>
|
|
196
|
-
<nobr>用户等级</nobr>
|
|
197
|
-
</th>
|
|
198
|
-
<!--<th><nobr><data-order field="f_building" name="楼号"-->
|
|
199
|
-
<!--:order.sync="$parent.$parent.$parent.orderFields.f_building"></data-order></nobr>-->
|
|
200
|
-
<!--</th>-->
|
|
201
|
-
<!--<th><nobr><data-order field="f_unit" name="单元号"-->
|
|
202
|
-
<!--:order.sync="$parent.$parent.$parent.orderFields.f_unit"></data-order></nobr>-->
|
|
203
|
-
<!--</th>-->
|
|
204
|
-
<!--<th><nobr><data-order field="f_room" name="房号"-->
|
|
205
|
-
<!--:order.sync="$parent.$parent.$parent.orderFields.f_room"></data-order></nobr>-->
|
|
206
|
-
<!--</th>-->
|
|
207
|
-
<th>
|
|
208
|
-
<nobr>调压箱名称</nobr>
|
|
209
|
-
</th>
|
|
210
|
-
<th>
|
|
211
|
-
<nobr>抄表员</nobr>
|
|
212
|
-
</th>
|
|
213
|
-
<th>
|
|
214
|
-
<nobr>上期结余</nobr>
|
|
215
|
-
</th>
|
|
216
|
-
<th>
|
|
217
|
-
<nobr>表号</nobr>
|
|
218
|
-
</th>
|
|
219
|
-
<th>
|
|
220
|
-
<nobr>上期底数</nobr>
|
|
221
|
-
</th>
|
|
222
|
-
|
|
223
|
-
<!-- <th>抄表册</th>-->
|
|
224
|
-
<th>
|
|
225
|
-
<nobr>
|
|
226
|
-
<data-order field="f_book_name" name="抄表册"
|
|
227
|
-
:order.sync="$parent.$parent.$parent.orderFields.f_book_name"></data-order>
|
|
228
|
-
</nobr>
|
|
229
|
-
|
|
230
|
-
</th>
|
|
231
|
-
<th>
|
|
232
|
-
<nobr>操作</nobr>
|
|
233
|
-
</th>
|
|
234
|
-
<!-- f_oughtfee-->
|
|
235
|
-
</tr>
|
|
236
|
-
</template>
|
|
237
|
-
<template partial='body'>
|
|
238
|
-
<!--<td style="text-align: center;">-->
|
|
239
|
-
<!--<input v-if="row.f_meter_state === '未下发'"-->
|
|
240
|
-
<!--:id="model.pageIndex" type='checkbox' @change="$parent.$parent.$parent.chooseOne($event,row,model.rows)"-->
|
|
241
|
-
<!--:checked="$parent.$parent.$parent.ischecked(row)"/>-->
|
|
242
|
-
<!--</td>-->
|
|
243
|
-
<td style="text-align: center;">{{$index + 1}}</td>
|
|
244
|
-
<td>{{row.f_userinfo_code}}</td>
|
|
245
|
-
<!-- <td>{{row.f_user_id}}</td>-->
|
|
246
|
-
<td>{{row.f_user_name}} {{row.f_address}}</td>
|
|
247
|
-
<td>{{row.f_user_level}}</td>
|
|
248
|
-
<!--<td>{{row.f_building}}</td>-->
|
|
249
|
-
<!--<td>{{row.f_unit}}</td>-->
|
|
250
|
-
<!--<td>{{row.f_room}}</td>-->
|
|
251
|
-
|
|
252
|
-
<td>{{row.f_adjustable_name}}</td>
|
|
253
|
-
<td>{{row.f_inputtor}}</td>
|
|
254
|
-
<td style="text-align: center;">{{row.f_balance}}</td>
|
|
255
|
-
<td>{{row.f_meternumber}}</td>
|
|
256
|
-
<td>{{row.f_meter_base}}</td>
|
|
257
|
-
<td>{{row.f_book_name}}</td>
|
|
258
|
-
<td style="text-align: center;"><nobr>
|
|
259
|
-
<!-- <button type="button" name="button" class="button_search button_spacing width-60"-->
|
|
260
|
-
<!-- v-if="$parent.$parent.$parent.config.customCal && row.f_meter_state === '已抄表' && row.states === 1 && row.f_oper_state === '正常' && row.f_whether_pay === '否'"-->
|
|
261
|
-
<!-- @click.stop="$parent.$parent.$parent.fileterprice(row)">自定义划价-->
|
|
262
|
-
<!-- </button>-->
|
|
263
|
-
|
|
264
|
-
<!--<button type="button" name="button" class="btn btn-link" disabled="disabled"-->
|
|
265
|
-
<!--v-if="row.num > 0">已换表-->
|
|
266
|
-
<!--</button>-->
|
|
267
|
-
<span v-if="row.num">有{{row.num}}条待审核或未抄表记录</span>
|
|
268
|
-
<button type="button" name="button" class="button_search button_spacing width-60"
|
|
269
|
-
@click.stop="$parent.$parent.$parent.downHand(row)" v-if="!row.num"
|
|
270
|
-
>下发计划
|
|
271
|
-
</button>
|
|
272
|
-
|
|
273
|
-
<!-- <button type="button" name="button" class="btn btn-link"-->
|
|
274
|
-
<!-- v-if="row.f_meter_state === '待审核' ">待审核-->
|
|
275
|
-
<!-- </button>-->
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
</nobr>
|
|
279
|
-
</td>
|
|
280
|
-
</template>
|
|
281
|
-
</data-grid>
|
|
282
|
-
</criteria-paged>
|
|
283
|
-
<split-price :showdata="splitdata" :pricesplit="priceSplit" v-if="priceSplit"></split-price>
|
|
284
|
-
<modal :show.sync="show" v-ref:modal backdrop="false">
|
|
285
|
-
<header slot="modal-header" class="modal-header">
|
|
286
|
-
<h4 class="modal-title">计划下发</h4>
|
|
287
|
-
</header>
|
|
288
|
-
<article slot="modal-body" class="modal-body">
|
|
289
|
-
<form class="form-horizontal">
|
|
290
|
-
<div class="row auto">
|
|
291
|
-
<div class="form-group form-input-group col-sm-6">
|
|
292
|
-
<label class="label-control">下发日期</label>
|
|
293
|
-
<datepicker placeholder="下发日期" :value.sync="downModel.downDate" format="yyyy-MM-dd HH:mm:ss"></datepicker>
|
|
294
|
-
</div>
|
|
295
|
-
</div>
|
|
296
|
-
<div class="row auto">
|
|
297
|
-
<div class="col-sm-2 form-group">
|
|
298
|
-
<label class="font_normal_body">抄表员:</label>
|
|
299
|
-
</div>
|
|
300
|
-
<div class="col-sm-4 form-group">
|
|
301
|
-
<input type="radio" value="downWithUserfiles" v-model="downModel.downWay" checked>
|
|
302
|
-
<label class="font_normal_body"> 表册抄表员</label>
|
|
303
|
-
</div>
|
|
304
|
-
<div class="col-sm-4 form-group">
|
|
305
|
-
<input type="radio" value="downWithSelf" v-model="downModel.downWay">
|
|
306
|
-
<label class="font_normal_body"> 自定义抄表员</label>
|
|
307
|
-
</div>
|
|
308
|
-
</div>
|
|
309
|
-
<div class="row auto" v-if="downModel.downWay === 'downWithSelf'">
|
|
310
|
-
<div class="form-group form-input-group col-sm-6">
|
|
311
|
-
<label class="font_normal_body">抄表员</label>
|
|
312
|
-
<div class="col-sm-4">
|
|
313
|
-
<v-select :value.sync="downModel.downInputtor" v-model='downModel.downInputtor'
|
|
314
|
-
:options='inputtores2' placeholder='抄表员'
|
|
315
|
-
close-on-select></v-select>
|
|
316
|
-
</div>
|
|
317
|
-
</div>
|
|
318
|
-
</div>
|
|
319
|
-
</form>
|
|
320
|
-
</article>
|
|
321
|
-
|
|
322
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
323
|
-
<button type="button" class="btn btn-default" @click='close()'>取消</button>
|
|
324
|
-
<button type="button" class="btn btn-success" @click='confirm()'>确认</button>
|
|
325
|
-
</footer>
|
|
326
|
-
</modal>
|
|
327
|
-
<modal :show.sync="downConfirm" backdrop="false">
|
|
328
|
-
<header slot="modal-header" class="modal-header">
|
|
329
|
-
<h4 class="modal-title">下发确认</h4>
|
|
330
|
-
</header>
|
|
331
|
-
<article slot="modal-body" class="modal-body" style="padding: 18px;">
|
|
332
|
-
<div class="col-sm-12 form-group" style="align-content: center;">
|
|
333
|
-
{{msg}}
|
|
334
|
-
</div>
|
|
335
|
-
</article>
|
|
336
|
-
|
|
337
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
338
|
-
<button type="button" class="btn btn-success" @click='downContinue'>继续下发正常用户</button>
|
|
339
|
-
<!-- <button type="button" class="btn btn-success" @click='downFilter'>下发无抄表</button>-->
|
|
340
|
-
<button type="button" class="btn btn-default" @click='close'>取消</button>
|
|
341
|
-
</footer>
|
|
342
|
-
</modal>
|
|
343
|
-
|
|
344
|
-
<!--<modal :show.sync="downConfirm" backdrop="false">-->
|
|
345
|
-
<!--<header slot="modal-header" class="modal-header">-->
|
|
346
|
-
<!--<h4 class="modal-title">下发确认</h4>-->
|
|
347
|
-
<!--</header>-->
|
|
348
|
-
<!--<article slot="modal-body" class="modal-body">-->
|
|
349
|
-
<!--<div class="col-sm-12 form-group">-->
|
|
350
|
-
<!--{{msg}}-->
|
|
351
|
-
<!--</div>-->
|
|
352
|
-
<!--</article>-->
|
|
353
|
-
|
|
354
|
-
<!--<footer slot="modal-footer" class="modal-footer">-->
|
|
355
|
-
<!--<button type="button" class="btn btn-success" @click='downContinue'>继续下发</button>-->
|
|
356
|
-
<!--<!– <button type="button" class="btn btn-success" @click='downFilter'>下发无抄表</button>–>-->
|
|
357
|
-
<!--<button type="button" class="btn btn-default" @click='close'>取消</button>-->
|
|
358
|
-
<!--</footer>-->
|
|
359
|
-
<!--</modal>-->
|
|
360
|
-
<modal :show.sync="inputtor_show" backdrop="false">
|
|
361
|
-
<header slot="modal-header" class="modal-header">
|
|
362
|
-
<h4 class="modal-title">抄表员变更</h4>
|
|
363
|
-
</header>
|
|
364
|
-
<article slot="modal-body" class="modal-body">
|
|
365
|
-
<form class="form-horizontal">
|
|
366
|
-
<div class="row auto">
|
|
367
|
-
<div class="form-group form-input-group col-sm-6">
|
|
368
|
-
<label>调整客户数</label>
|
|
369
|
-
<input class="input_search" v-model="model.count" disabled>
|
|
370
|
-
</div>
|
|
371
|
-
</div>
|
|
372
|
-
<div class="row auto">
|
|
373
|
-
<div class="form-group form-input-group col-sm-6">
|
|
374
|
-
<label class="label-control">抄表员</label>
|
|
375
|
-
<div class="col-sm-4">
|
|
376
|
-
<v-select :value.sync="inputtorModel.inputtor" v-model='inputtorModel.inputtor'
|
|
377
|
-
:options='inputtores2' placeholder='抄表员'
|
|
378
|
-
close-on-select></v-select>
|
|
379
|
-
</div>
|
|
380
|
-
</div>
|
|
381
|
-
</div>
|
|
382
|
-
</form>
|
|
383
|
-
</article>
|
|
384
|
-
|
|
385
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
386
|
-
<button type="button" class="btn btn-success" @click='inputtorConfirm'>确认</button>
|
|
387
|
-
<button type="button" class="btn btn-default" @click='close'>取消</button>
|
|
388
|
-
</footer>
|
|
389
|
-
</modal>
|
|
390
|
-
|
|
391
|
-
<modal :show.sync="uploadshow" v-ref:modal backdrop="false">
|
|
392
|
-
<header slot="modal-header" class="modal-header">
|
|
393
|
-
<button type="button" class="close" @click="close"><span>×</span></button>
|
|
394
|
-
<h4 class="modal-title">文件上传</h4>
|
|
395
|
-
</header>
|
|
396
|
-
<article slot="modal-body" class="modal-body">
|
|
397
|
-
<div class="col-sm-2 form-group">
|
|
398
|
-
<file-upload class="my-file-uploader" name="myFile"
|
|
399
|
-
action="rs/file/upload" tagname="文件上传" :headers="headers" multiple v-ref:file></file-upload>
|
|
400
|
-
</div>
|
|
401
|
-
</article>
|
|
402
|
-
|
|
403
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
404
|
-
<!-- <button v-show="show" type="button" class="btn btn-default" @click='close'>取消</button>
|
|
405
|
-
<button v-show="show" type="button" class="btn btn-success" @click='confirm(filename)'>确认</button> -->
|
|
406
|
-
</footer>
|
|
407
|
-
</modal>
|
|
408
|
-
|
|
409
|
-
</div>
|
|
410
|
-
</div>
|
|
411
|
-
</template>
|
|
412
|
-
<script>
|
|
413
|
-
import {PagedList, HttpResetClass} from 'vue-client'
|
|
414
|
-
import Vue from 'vue'
|
|
415
|
-
import co from 'co'
|
|
416
|
-
|
|
417
|
-
let readyGen = async function (self) {
|
|
418
|
-
await self.$getConfig(self, 'HandManager')
|
|
419
|
-
await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
420
|
-
self.loadMeterBooks()
|
|
421
|
-
self.getfield = self.config.excelHeaders
|
|
422
|
-
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
|
|
423
|
-
self.reflash()
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
let downGen = function* (type, condition, data, self) {
|
|
427
|
-
self.condition = condition
|
|
428
|
-
self.msg = '确认下发计划'
|
|
429
|
-
// let getUnhand = yield Vue.resetpost('rs/sql/getUnhand', {data: {startDate: self.startDate,
|
|
430
|
-
// condition: self.condition}}, {resolveMsg: null, rejectMsg: '获取待审核数据异常!!'})
|
|
431
|
-
// if (type === 'single') {
|
|
432
|
-
// getUnhand = yield Vue.resetpost('rs/sql/getUnhand', {
|
|
433
|
-
// data: {
|
|
434
|
-
// startDate: self.model.params.startDate,
|
|
435
|
-
// condition: condition
|
|
436
|
-
// }
|
|
437
|
-
// }, {resolveMsg: null, rejectMsg: '获取待审核数据异常!!'})
|
|
438
|
-
// // self.msg = `下发客户编号为${data.f_userinfo_code}的抄表计划?`
|
|
439
|
-
// // } else if (type === 'all') {
|
|
440
|
-
// }
|
|
441
|
-
// else if (type === 'batch') {
|
|
442
|
-
// let tempCondition = condition.replace("and f_meter_state = '未下发'", '')
|
|
443
|
-
// getUnhand = yield Vue.resetpost('rs/sql/machineGetUnhand', {
|
|
444
|
-
// data: {
|
|
445
|
-
// startDate: self.model.params.startDate,
|
|
446
|
-
// condition: tempCondition
|
|
447
|
-
// }
|
|
448
|
-
// }, {resolveMsg: null, rejectMsg: '获取未抄表数据异常!!'})
|
|
449
|
-
// self.msg = `确认下发当前总计: ${data} 户计划`
|
|
450
|
-
// }
|
|
451
|
-
// for (let i = 0; i < getUnhand.data.length; i++) {
|
|
452
|
-
// let temp = {
|
|
453
|
-
// id: getUnhand.data[i].id,
|
|
454
|
-
// f_user_id: getUnhand.data[i].f_user_id,
|
|
455
|
-
// f_userfiles_id: getUnhand.data[i].f_userfiles_id,
|
|
456
|
-
// f_adjustable_id: getUnhand.data[i].f_adjustable_id,
|
|
457
|
-
// f_adjustable_name: getUnhand.data[i].f_adjustable_name
|
|
458
|
-
// }
|
|
459
|
-
// console.log('=================================================================================')
|
|
460
|
-
// console.log('下发计划查看调压箱和调压箱编号', temp)
|
|
461
|
-
// console.log('========================================================================================')
|
|
462
|
-
// self.unhandplan.push(temp)
|
|
463
|
-
// }
|
|
464
|
-
// for (let i = 0; i < getUnhand.data.length; i++) {
|
|
465
|
-
// let temp = {
|
|
466
|
-
// id: getUnhand.data[i].id,
|
|
467
|
-
// f_user_id: getUnhand.data[i].f_user_id,
|
|
468
|
-
// f_userfiles_id: getUnhand.data[i].f_userfiles_id
|
|
469
|
-
// }
|
|
470
|
-
// self.unhandplan.push(temp)
|
|
471
|
-
// }
|
|
472
|
-
// if (getUnhand.data.length > 0) {
|
|
473
|
-
// self.msg = self.msg + `, 警告: 之前有 ${getUnhand.data.length} 条待审核数据`
|
|
474
|
-
// } else {
|
|
475
|
-
// self.unhandplan = []
|
|
476
|
-
// }
|
|
477
|
-
// console.log('1111111:',self.msg)
|
|
478
|
-
self.show = true
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
let inputtotChangeGen = async function (self) {
|
|
482
|
-
let param = {
|
|
483
|
-
f_change_content: self.inputtorModel.inputtor[0],
|
|
484
|
-
f_change_cause: self.inputtorModel.reason,
|
|
485
|
-
condition: self.model.condition,
|
|
486
|
-
startDate: self.model.params.startDate,
|
|
487
|
-
endDate: self.model.params.endDate,
|
|
488
|
-
f_operator: self.$login.f.name,
|
|
489
|
-
f_change_count: self.model.count,
|
|
490
|
-
f_change_type: '抄表员变更',
|
|
491
|
-
// f_input_person: self.$login.f.name,
|
|
492
|
-
f_operatorid: self.$login.f.id,
|
|
493
|
-
f_orgid: self.$login.f.orgid,
|
|
494
|
-
f_orgname: self.$login.f.orgs,
|
|
495
|
-
f_depid: self.$login.f.depids,
|
|
496
|
-
f_depname: self.$login.f.deps
|
|
497
|
-
}
|
|
498
|
-
console.log('抄表单抄表员变更', param)
|
|
499
|
-
await self.$resetpost('rs/logic/changeInputtor', param, {resolveMsg: null, rejectMsg: '批量抄表员变更失败'})
|
|
500
|
-
self.$showAlert(`总计变更 ${self.model.count} 户抄表员为 ${self.inputtorModel.inputtor[0]}`, 'success', 2000)
|
|
501
|
-
self.inputtor_show = false
|
|
502
|
-
self.initModal()
|
|
503
|
-
self.reflash()
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
export default {
|
|
507
|
-
title: '卡表计划下发',
|
|
508
|
-
data () {
|
|
509
|
-
return {
|
|
510
|
-
initres: {
|
|
511
|
-
org: [this.$login.f.orgid],
|
|
512
|
-
dep: [],
|
|
513
|
-
user: []
|
|
514
|
-
},
|
|
515
|
-
sumsmodel: [],
|
|
516
|
-
orgCondtionStr: '',
|
|
517
|
-
priceSplit: false,
|
|
518
|
-
criteriaShow: false,
|
|
519
|
-
model: new PagedList('rs/sql/getCardDownPlan', 30, {orderitem: this.orderDefault ? '"' + this.orderDefault + ' "' : `'f_userinfo_code desc'`}),
|
|
520
|
-
config: {
|
|
521
|
-
|
|
522
|
-
// 导出列要和查询列相同
|
|
523
|
-
excelHeaders: {
|
|
524
|
-
'f_index': '序号',
|
|
525
|
-
'f_user_id': '表编号',
|
|
526
|
-
'f_meternumber': '表号',
|
|
527
|
-
'f_inputtor': '抄表员',
|
|
528
|
-
'f_balance': '上期结余',
|
|
529
|
-
'f_last_input_date': '上次抄表',
|
|
530
|
-
'f_hand_date': '下发时间',
|
|
531
|
-
'f_input_date': '抄表日期',
|
|
532
|
-
'f_userinfo_code': '客户编号',
|
|
533
|
-
'f_address': '客户地址',
|
|
534
|
-
'f_residential_area': '小区名称',
|
|
535
|
-
'f_user_name': '客户姓名',
|
|
536
|
-
'f_meter_base': '上期底数',
|
|
537
|
-
'f_tablebase': '本期指数',
|
|
538
|
-
'f_oughtfee': '应交金额',
|
|
539
|
-
'f_oughtamount': '应交气量',
|
|
540
|
-
'f_whether_pay': '是否缴费',
|
|
541
|
-
'f_book_name': '抄表册',
|
|
542
|
-
'f_meter_classify': '气表分类',
|
|
543
|
-
'f_price_type': '气价类型',
|
|
544
|
-
'f_price_name': '气价名称',
|
|
545
|
-
'f_price_list': '气价单价',
|
|
546
|
-
'f_meter_type': '气表类型',
|
|
547
|
-
'f_meter_style': '气表型号',
|
|
548
|
-
'f_accounts_state': '下账标识',
|
|
549
|
-
'f_user_phone': '客户电话',
|
|
550
|
-
'f_adjustable_id': '表箱号'
|
|
551
|
-
},
|
|
552
|
-
examine: true,
|
|
553
|
-
customCal: false
|
|
554
|
-
},
|
|
555
|
-
meter_state: false, // 是否显示计划下发按钮
|
|
556
|
-
downModel: {
|
|
557
|
-
downDate: Vue.$login.toStandardTimeString(),
|
|
558
|
-
downWay: 'downWithUserfiles',
|
|
559
|
-
downInputtor: []
|
|
560
|
-
},
|
|
561
|
-
inputtor_change: false, // 是否显示抄表员变更按钮
|
|
562
|
-
inputtor_show: false, // 控制抄表员变更模板
|
|
563
|
-
inputtorModel: {
|
|
564
|
-
inputtor: [],
|
|
565
|
-
reason: ''
|
|
566
|
-
},
|
|
567
|
-
plans: [], // 记录当前行是否被勾选
|
|
568
|
-
all: false, // 是否全选
|
|
569
|
-
show: false, // 下发日期模态框显示
|
|
570
|
-
unhandplan: [], // 之前是否有未抄表记录
|
|
571
|
-
downConfirm: false, // 下发若有未抄记录,确认框
|
|
572
|
-
uploadshow: false,
|
|
573
|
-
// 小区
|
|
574
|
-
residentialArea: [],
|
|
575
|
-
|
|
576
|
-
// downDate: this.$login.toStandardYearMonth().replace("-", ""),
|
|
577
|
-
msg: '',
|
|
578
|
-
condition: '',
|
|
579
|
-
headers: {'username': Vue.$login.f.name, 'blodid': Vue.$login.guid()},
|
|
580
|
-
orderDefault: 'f_userinfo_code',
|
|
581
|
-
orderFields: {
|
|
582
|
-
f_userinfo_id: 'no'
|
|
583
|
-
},
|
|
584
|
-
getfield: {},
|
|
585
|
-
outlet: '',
|
|
586
|
-
filiale: '',
|
|
587
|
-
condition2: '',
|
|
588
|
-
area: [],
|
|
589
|
-
inputtouPerson: [],
|
|
590
|
-
usertypes: this.$appdata.getParam('客户类型') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户类型')] : [],
|
|
591
|
-
userlevels: this.$appdata.getParam('用户等级') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('用户等级')] : [],
|
|
592
|
-
adjustablename: this.$appdata.getParam('调压箱名称') ? [{
|
|
593
|
-
label: '全部',
|
|
594
|
-
value: ''
|
|
595
|
-
}, ...this.$appdata.getParam('调压箱名称')] : [],
|
|
596
|
-
inputtores2: [], // 下发时使用自定义抄表员,
|
|
597
|
-
splitdata: '',
|
|
598
|
-
f_filialeid: this.$login.f.orgid,
|
|
599
|
-
meterbooks: [],
|
|
600
|
-
upshow: false,
|
|
601
|
-
inputid: 0,
|
|
602
|
-
showfiles: false,
|
|
603
|
-
uploadText: '抄表',
|
|
604
|
-
showerr: false,
|
|
605
|
-
err: '',
|
|
606
|
-
// 请求对象(批量导入,查询进度使用)
|
|
607
|
-
HttpReset: new HttpResetClass()
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
ready () {
|
|
611
|
-
this.getaddress()
|
|
612
|
-
readyGen(this)
|
|
613
|
-
},
|
|
614
|
-
mounted () {
|
|
615
|
-
console.log(this.inputid)
|
|
616
|
-
document.getElementById(this.inputid).focus()
|
|
617
|
-
},
|
|
618
|
-
methods: {
|
|
619
|
-
// 获得本月的最后一天。
|
|
620
|
-
getLastDayOfMonth (year, month) {
|
|
621
|
-
let new_year = year // 取当前的年份
|
|
622
|
-
let new_month = month++// 取下一个月的第一天,方便计算(最后一天不固定)
|
|
623
|
-
if (month > 12) // 如果当前大于12月,则年份转到下一年
|
|
624
|
-
{
|
|
625
|
-
new_month -= 12 // 月份减
|
|
626
|
-
new_year++ // 年份增
|
|
627
|
-
}
|
|
628
|
-
let new_date = new Date(new_year, new_month, 1) // 取当年当月中的第一天
|
|
629
|
-
let date_count = (new Date(new_date.getTime() - 1000 * 60 * 60 * 24)).getDate()// 获取当月的天数
|
|
630
|
-
// let last_date = new Date(new_date.getTime() - 1000 * 60 * 60 * 24);//获得当月最后一天的日期
|
|
631
|
-
return date_count
|
|
632
|
-
},
|
|
633
|
-
|
|
634
|
-
getRes (obj) {
|
|
635
|
-
this.orgCondtionStr = obj
|
|
636
|
-
},
|
|
637
|
-
async getaddress () {
|
|
638
|
-
console.log('开始获取小区')
|
|
639
|
-
let HttpReset = new HttpResetClass()
|
|
640
|
-
var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
|
|
641
|
-
data: {
|
|
642
|
-
condition: `1=1 and s.f_filialeid = '${this.$login.f.orgid}'`
|
|
643
|
-
}
|
|
644
|
-
}, {resolveMsg: null, rejectMsg: '获取小区失败!'})
|
|
645
|
-
console.log('小区', data)
|
|
646
|
-
let house = []
|
|
647
|
-
house.push()
|
|
648
|
-
for (let row of data.data) {
|
|
649
|
-
console.log('开始保存小区')
|
|
650
|
-
house.push({label: row.f_residential_area, value: row.f_residential_area})
|
|
651
|
-
}
|
|
652
|
-
this.residentialArea = house
|
|
653
|
-
},
|
|
654
|
-
loadMeterBooks () {
|
|
655
|
-
this.meterbooks = this.$GetSaleParam.getMeterBooks()
|
|
656
|
-
},
|
|
657
|
-
|
|
658
|
-
fileterprice (row) {
|
|
659
|
-
this.splitdata = row
|
|
660
|
-
this.priceSplit = true
|
|
661
|
-
console.log('row==>', row)
|
|
662
|
-
},
|
|
663
|
-
hidden () {
|
|
664
|
-
this.criteriaShow = !this.criteriaShow
|
|
665
|
-
},
|
|
666
|
-
clear () {
|
|
667
|
-
Object.keys(this.$refs.paged.$refs.criteria.model).forEach((key) => {
|
|
668
|
-
this.$refs.paged.$refs.criteria.model[key] = []
|
|
669
|
-
})
|
|
670
|
-
this.$refs.paged.$refs.criteria.model.f_meter_classify = ['机表']
|
|
671
|
-
},
|
|
672
|
-
|
|
673
|
-
// 判断当前页是否全选
|
|
674
|
-
isChooseAll (rows) {
|
|
675
|
-
if (this.plans.length == 0 && rows.length == 0) {
|
|
676
|
-
return false
|
|
677
|
-
}
|
|
678
|
-
for (var i = 0; i < rows.length; i++) {
|
|
679
|
-
let flag = false
|
|
680
|
-
if (rows[i].f_meter_state == '未下发') {
|
|
681
|
-
for (let plan of this.plans) {
|
|
682
|
-
if (plan.id == rows[i].f_userfiles_id) {
|
|
683
|
-
flag = true
|
|
684
|
-
if (!plan.state) {
|
|
685
|
-
return false
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
if (!flag) {
|
|
690
|
-
return false
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
}
|
|
694
|
-
return true
|
|
695
|
-
},
|
|
696
|
-
// 选择需要下发的计划
|
|
697
|
-
chooseOne (e, row, rows) {
|
|
698
|
-
console.log('row', row)
|
|
699
|
-
let checked = e.target.checked
|
|
700
|
-
console.log('state', e.target.checked)
|
|
701
|
-
// 判断当前行是否被选中
|
|
702
|
-
if (checked) {
|
|
703
|
-
let onePlan = {
|
|
704
|
-
id: row.f_userfiles_id,
|
|
705
|
-
state: true
|
|
706
|
-
}
|
|
707
|
-
// 记录被选中计划的状态
|
|
708
|
-
let flag = false
|
|
709
|
-
for (let plan of this.plans) {
|
|
710
|
-
if (plan.id == row.f_userfiles_id) {
|
|
711
|
-
flag = true
|
|
712
|
-
plan.state = true
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
if (!flag) {
|
|
716
|
-
this.plans.push(onePlan)
|
|
717
|
-
}
|
|
718
|
-
} else {
|
|
719
|
-
for (let plan of this.plans) {
|
|
720
|
-
if (plan.id == row.f_userfiles_id) {
|
|
721
|
-
plan.state = false
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
// let param = {id:row.id,isChoose:true}
|
|
726
|
-
|
|
727
|
-
if (this.isChooseAll(rows)) {
|
|
728
|
-
this.all = true
|
|
729
|
-
} else {
|
|
730
|
-
this.all = false
|
|
731
|
-
}
|
|
732
|
-
// this.delRepetition()
|
|
733
|
-
},
|
|
734
|
-
uploadFiles () {
|
|
735
|
-
this.showfiles = !this.showfiles
|
|
736
|
-
},
|
|
737
|
-
chooseAll () {
|
|
738
|
-
if (this.all) {
|
|
739
|
-
// this.chooseInfo[index-1] = []
|
|
740
|
-
// for (let row of this.model.rows){
|
|
741
|
-
// this.chooseInfo[index-1].push(row)
|
|
742
|
-
// }
|
|
743
|
-
// this.chooseInfo = Object.assign([],this.chooseInfo,this.model.rows)
|
|
744
|
-
|
|
745
|
-
for (let row of this.model.rows) {
|
|
746
|
-
if (row.f_meter_state == '未下发') {
|
|
747
|
-
let onePlan = {
|
|
748
|
-
id: row.f_userfiles_id,
|
|
749
|
-
state: true
|
|
750
|
-
}
|
|
751
|
-
let flag = false
|
|
752
|
-
for (let plan of this.plans) {
|
|
753
|
-
if (plan.id == row.f_userfiles_id) {
|
|
754
|
-
flag = true
|
|
755
|
-
plan.state = true
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
if (!flag) {
|
|
759
|
-
this.plans.push(onePlan)
|
|
760
|
-
}
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
|
-
} else {
|
|
764
|
-
// this.chooseInfo[index-1] = []
|
|
765
|
-
// console.log("this.chooseInfo[index-1]",this.chooseInfo[index-1])
|
|
766
|
-
for (let row of this.model.rows) {
|
|
767
|
-
if (row.f_meter_state == '未下发') {
|
|
768
|
-
for (let plan of this.plans) {
|
|
769
|
-
if (plan.id == row.f_userfiles_id) {
|
|
770
|
-
plan.state = false
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
},
|
|
777
|
-
search () {
|
|
778
|
-
// 查询前清空选择项
|
|
779
|
-
this.plans = []
|
|
780
|
-
this.$refs.paged.$refs.criteria.search()
|
|
781
|
-
},
|
|
782
|
-
clickupshow () {
|
|
783
|
-
this.upshow = !this.upshow
|
|
784
|
-
},
|
|
785
|
-
selfSearch (args) {
|
|
786
|
-
this.meter_state = args.condition.includes('未下发')
|
|
787
|
-
this.inputtor_change = args.condition.includes('未抄表')
|
|
788
|
-
|
|
789
|
-
if (!this.orgCondtionStr) {
|
|
790
|
-
args.condition = `${args.condition} and f_orgid = '${this.$login.f.orgid}'`
|
|
791
|
-
} else {
|
|
792
|
-
args.condition = `${args.condition}` + this.orgCondtionStr
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
// 抄表员查询条件
|
|
796
|
-
this.inputtouPerson = this.$refs.paged.$refs.criteria.model.f_inputtor
|
|
797
|
-
if (this.inputtouPerson.length !== 0) {
|
|
798
|
-
let str = JSON.stringify(this.inputtouPerson)
|
|
799
|
-
str = str.replace(/"/g, `'`)
|
|
800
|
-
str = str.replace(/\[/g, ``)
|
|
801
|
-
str = str.replace(/\]/g, ``)
|
|
802
|
-
console.log('=====抄表员model22222222222绑定====', str)
|
|
803
|
-
// 查询多个抄表员时条件
|
|
804
|
-
args.condition += ` and f_inputtor in ( ${str} )`
|
|
805
|
-
}
|
|
806
|
-
// 小区查询条件
|
|
807
|
-
this.area = this.$refs.paged.$refs.criteria.model.f_residential_area
|
|
808
|
-
console.log('=====小区model绑定====', this.area)
|
|
809
|
-
if (this.area.length !== 0) {
|
|
810
|
-
let str = JSON.stringify(this.area)
|
|
811
|
-
str = str.replace(/"/g, `'`)
|
|
812
|
-
str = str.replace(/\[/g, ``)
|
|
813
|
-
str = str.replace(/\]/g, ``)
|
|
814
|
-
console.log('=====小区model22222222222绑定====', str)
|
|
815
|
-
// 查询多个小区时条件
|
|
816
|
-
args.condition += ` and f_residential_area in ( ${str} )`
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
if (args.model.f_meter_brand && args.model.f_meter_brand.length > 0) {
|
|
820
|
-
if (args.model.f_meter_brand[0].f_meter_brand) {
|
|
821
|
-
args.condition = `${args.condition} and f_meter_brand = '${args.model.f_meter_brand[0].f_meter_brand}'`
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
this.model.params.startDate = this.$refs.paged.$refs.criteria.model.startDate
|
|
825
|
-
this.model.params.endDate = this.$refs.paged.$refs.criteria.model.endDate
|
|
826
|
-
this.condition2 = args.condition
|
|
827
|
-
console.log('selfsearch..', args.condition, this.model)
|
|
828
|
-
this.model.search(args.condition, this.model)
|
|
829
|
-
},
|
|
830
|
-
reflash () {
|
|
831
|
-
this.$refs.paged.$refs.criteria.model.f_orgid = `${Vue.$login.f.orgid}`
|
|
832
|
-
this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStartAndEndDateString()[0]
|
|
833
|
-
this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStartAndEndDateString()[1]
|
|
834
|
-
this.search()
|
|
835
|
-
},
|
|
836
|
-
fileUpload () {
|
|
837
|
-
this.uploadshow = true
|
|
838
|
-
},
|
|
839
|
-
down (type, condition, data) {
|
|
840
|
-
co(downGen(type, condition, data, this))
|
|
841
|
-
},
|
|
842
|
-
// 单条下发计划
|
|
843
|
-
downHand (row) {
|
|
844
|
-
console.log('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' + row.f_userfiles_id)
|
|
845
|
-
this.down('single', `f_userfiles_id = '${row.f_userfiles_id}'`, row)
|
|
846
|
-
},
|
|
847
|
-
// 批量下发计划
|
|
848
|
-
batchDownHand () {
|
|
849
|
-
this.down('batch', this.model.condition, this.model.count)
|
|
850
|
-
},
|
|
851
|
-
// batchDownHand () {
|
|
852
|
-
// this.condition = ''
|
|
853
|
-
// let count = 0
|
|
854
|
-
// for (let plan of this.plans){
|
|
855
|
-
// if(plan.state){
|
|
856
|
-
// this.condition = this.condition + plan.id + ','
|
|
857
|
-
// count = count + 1
|
|
858
|
-
// }
|
|
859
|
-
// }
|
|
860
|
-
// this.down('batch', `f_user_id in (${this.condition.substring(0,this.condition.length-1)})`,count)
|
|
861
|
-
// },
|
|
862
|
-
// allDownHand () {
|
|
863
|
-
// this.down('all', this.model.condition, this.model.count)
|
|
864
|
-
// },
|
|
865
|
-
batchInputtorChange () {
|
|
866
|
-
this.inputtor_show = true
|
|
867
|
-
},
|
|
868
|
-
inputtorConfirm () {
|
|
869
|
-
this.$showMessage(`确认变更前请确认选择的时间区间和查询条件是否正确,确认变更当前 ${this.model.count} 户抄表员`, ['confirm', 'cancel']).then((res) => {
|
|
870
|
-
if (res === 'confirm') {
|
|
871
|
-
inputtotChangeGen(this)
|
|
872
|
-
}
|
|
873
|
-
})
|
|
874
|
-
},
|
|
875
|
-
confirm () {
|
|
876
|
-
// 正式提交下发
|
|
877
|
-
// 进行日期校验,判断下发的日期是否属于选择的归属期内
|
|
878
|
-
console.log('下发日期校验', this.downModel, this.$refs.paged.$refs.criteria.model)
|
|
879
|
-
if (this.validateDate()) {
|
|
880
|
-
this.show = false
|
|
881
|
-
// this.confirmDownHand()
|
|
882
|
-
console.log('有没有异常数据:', this.unhandplan)
|
|
883
|
-
if (this.unhandplan.length > 0) {
|
|
884
|
-
this.downConfirm = true
|
|
885
|
-
} else {
|
|
886
|
-
this.confirmDownHand()
|
|
887
|
-
}
|
|
888
|
-
} else {
|
|
889
|
-
this.$showAlert('您选择的下发时间不在归属期内, 请重新选择下发时间', 'warning', 3000)
|
|
890
|
-
}
|
|
891
|
-
},
|
|
892
|
-
validateDate () {
|
|
893
|
-
let currentDown = new Date(this.downModel.downDate)
|
|
894
|
-
console.log(new Date(this.$refs.paged.$refs.criteria.model.startDate))
|
|
895
|
-
console.log(new Date(this.$refs.paged.$refs.criteria.model.endDate))
|
|
896
|
-
return currentDown >= new Date(this.$refs.paged.$refs.criteria.model.startDate + ' 00:00:00') && currentDown <= new Date(this.$refs.paged.$refs.criteria.model.endDate + ' 23:59:59')
|
|
897
|
-
},
|
|
898
|
-
|
|
899
|
-
downContinue () {
|
|
900
|
-
this.downConfirm = false
|
|
901
|
-
this.confirmDownHand()
|
|
902
|
-
},
|
|
903
|
-
// downFilter () {
|
|
904
|
-
// this.downConfirm = false
|
|
905
|
-
// console.log('过滤有未抄记录的抄表')
|
|
906
|
-
// let filterUser = ''
|
|
907
|
-
// for (let json of this.unhandplan) {
|
|
908
|
-
// filterUser += `'${json.f_userfiles_id}',`
|
|
909
|
-
// }
|
|
910
|
-
// filterUser = filterUser.slice(0, filterUser.length - 1)
|
|
911
|
-
// this.condition = this.condition + ` and f_userfiles_id not in (${filterUser})`
|
|
912
|
-
// console.log('获取新的条件。', this.condition)
|
|
913
|
-
// this.confirmDownHand()
|
|
914
|
-
// },
|
|
915
|
-
confirmDownHand () {
|
|
916
|
-
console.log('下发数据。。', this.downModel)
|
|
917
|
-
let param = {
|
|
918
|
-
downDate: this.downModel.downDate,
|
|
919
|
-
startDate: this.model.params.startDate,
|
|
920
|
-
endDate: this.model.params.endDate,
|
|
921
|
-
condition: this.condition,
|
|
922
|
-
f_operator: this.$login.f.name,
|
|
923
|
-
f_operatorid: this.$login.f.id
|
|
924
|
-
}
|
|
925
|
-
if (this.downModel.downWay === 'downWithSelf') {
|
|
926
|
-
param.inputtor = this.downModel.downInputtor[0]
|
|
927
|
-
}
|
|
928
|
-
console.log('下发参数:', param)
|
|
929
|
-
this.$resetpost('rs/logic/cardDownHand', {data: param}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
930
|
-
// 将缓存的未抄表ID数组置空
|
|
931
|
-
// this.unhandplan = []
|
|
932
|
-
this.initModal()
|
|
933
|
-
this.search()
|
|
934
|
-
this.$showAlert(`全部下发,总计下发${res.data}户`, 'success', 2000)
|
|
935
|
-
}).catch((error) => {
|
|
936
|
-
this.$showAlert(`下发失败,请注意查看,失败原因:${error}`, 'danger', 0)
|
|
937
|
-
})
|
|
938
|
-
},
|
|
939
|
-
// 关闭下发计划得弹出框
|
|
940
|
-
close () {
|
|
941
|
-
this.show = false
|
|
942
|
-
this.inputtor_show = false
|
|
943
|
-
this.downConfirm = false
|
|
944
|
-
// 初始化模态框数据
|
|
945
|
-
this.initModal()
|
|
946
|
-
if (this.uploadshow) {
|
|
947
|
-
this.uploadshow = false
|
|
948
|
-
// 讲选的文件清空
|
|
949
|
-
this.$refs.file.$el.querySelector('input').value = ''
|
|
950
|
-
}
|
|
951
|
-
},
|
|
952
|
-
initModal () {
|
|
953
|
-
this.downModel = {
|
|
954
|
-
downDate: Vue.$login.toStandardDateString(),
|
|
955
|
-
downWay: 'downWithUserfiles',
|
|
956
|
-
downInputtor: []
|
|
957
|
-
}
|
|
958
|
-
this.inputtorModel = {
|
|
959
|
-
inputtor: [],
|
|
960
|
-
reason: ''
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
// 判断当前登陆人是不是子公司的人员
|
|
964
|
-
isHead () {
|
|
965
|
-
return this.$login.f.parent.parent.name.includes('统一资源管理')
|
|
966
|
-
},
|
|
967
|
-
sort (field, rule) {
|
|
968
|
-
// 将所有排序方式设为不排序,实现相互排斥
|
|
969
|
-
for (let key in this.orderFields) {
|
|
970
|
-
if (key === field) {
|
|
971
|
-
this.orderFields[key] = rule
|
|
972
|
-
} else {
|
|
973
|
-
this.orderFields[key] = 'no'
|
|
974
|
-
}
|
|
975
|
-
}
|
|
976
|
-
// 如果新规则不排序,还原为默认排序
|
|
977
|
-
if (rule === 'no') {
|
|
978
|
-
this.model.paramSource.orderitem = `'${this.orderDefault}'`
|
|
979
|
-
} else {
|
|
980
|
-
this.model.paramSource.orderitem = `'${field} ${rule}'`
|
|
981
|
-
}
|
|
982
|
-
this.search()
|
|
983
|
-
},
|
|
984
|
-
guid () {
|
|
985
|
-
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
|
|
986
|
-
let r = Math.random() * 16 | 0,
|
|
987
|
-
v = c == 'x' ? r : (r & 0x3 | 0x8)
|
|
988
|
-
return v.toString(16)
|
|
989
|
-
})
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
watch: {
|
|
993
|
-
'downModel.downWay' (val) {
|
|
994
|
-
if (val === 'downWithSelf') {
|
|
995
|
-
console.log('抄表员。。', this.inputtores2)
|
|
996
|
-
if (this.inputtores2.length > 0) {
|
|
997
|
-
this.downModel.downInputtor = [this.inputtores2[0].value]
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
// 'model.rows'(val){
|
|
1002
|
-
// console.log('页面切换',val)
|
|
1003
|
-
// if(this.isChooseAll(val)){
|
|
1004
|
-
// this.all = true
|
|
1005
|
-
// }else{
|
|
1006
|
-
// this.all = false
|
|
1007
|
-
// }
|
|
1008
|
-
// },
|
|
1009
|
-
},
|
|
1010
|
-
computed: {
|
|
1011
|
-
getCondition () {
|
|
1012
|
-
// return {condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr}
|
|
1013
|
-
return {
|
|
1014
|
-
startDate: this.$refs.paged.$refs.criteria.model.startDate,
|
|
1015
|
-
endDate: this.$refs.paged.$refs.criteria.model.endDate,
|
|
1016
|
-
orderitem: this.orderDefault ? this.orderDefault : 'id',
|
|
1017
|
-
condition: this.condition2
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
|
|
1021
|
-
inputtores () {
|
|
1022
|
-
// 获取抄表员
|
|
1023
|
-
console.log('获取抄表员', this.$login.f)
|
|
1024
|
-
let rs = []
|
|
1025
|
-
if (this.$login.f.f_gasman.length > 0) {
|
|
1026
|
-
for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
|
|
1027
|
-
let temp = {
|
|
1028
|
-
label: this.$login.f.f_gasman[i].name,
|
|
1029
|
-
value: this.$login.f.f_gasman[i].name
|
|
1030
|
-
}
|
|
1031
|
-
rs.push(temp)
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1034
|
-
this.inputtores2 = rs
|
|
1035
|
-
return [...rs]
|
|
1036
|
-
},
|
|
1037
|
-
whetherpaies () {
|
|
1038
|
-
return [
|
|
1039
|
-
{label: '全部', value: ''},
|
|
1040
|
-
{label: '已缴费', value: '是'},
|
|
1041
|
-
{label: '未缴费', value: '否'}
|
|
1042
|
-
]
|
|
1043
|
-
},
|
|
1044
|
-
// 界面细节权限
|
|
1045
|
-
jurisdiction () {
|
|
1046
|
-
console.log('抄表界面细节', this.$login.r)
|
|
1047
|
-
return this.$login.r ? this.$login.r : []
|
|
1048
|
-
},
|
|
1049
|
-
firestates () {
|
|
1050
|
-
return [
|
|
1051
|
-
{label: '全部', value: ''},
|
|
1052
|
-
{label: '已点火', value: '1'},
|
|
1053
|
-
{label: '未点火', value: '0'}
|
|
1054
|
-
]
|
|
1055
|
-
},
|
|
1056
|
-
ischecked () {
|
|
1057
|
-
return function (row) {
|
|
1058
|
-
for (let plan of this.plans) {
|
|
1059
|
-
if (plan.id == row.f_userfiles_id) {
|
|
1060
|
-
return plan.state
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
},
|
|
1066
|
-
events: {
|
|
1067
|
-
|
|
1068
|
-
}
|
|
1069
|
-
}
|
|
1070
|
-
</script>
|
|
1071
|
-
<style lang="less">
|
|
1072
|
-
#handManager {
|
|
1073
|
-
display: flex;
|
|
1074
|
-
justify-content: space-around;
|
|
1075
|
-
align-items: center;
|
|
1076
|
-
|
|
1077
|
-
.btn {
|
|
1078
|
-
margin: 0px;
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
.hand-loading {
|
|
1082
|
-
border: 3px solid #ccc;
|
|
1083
|
-
border-right-color: #337ab7;
|
|
1084
|
-
border-radius: 50%;
|
|
1085
|
-
animation: spin 0.6s linear;
|
|
1086
|
-
position: absolute;
|
|
1087
|
-
animation-iteration-count: infinite;
|
|
1088
|
-
top: 0;
|
|
1089
|
-
right: 50%;
|
|
1090
|
-
z-index: 2;
|
|
1091
|
-
display: block;
|
|
1092
|
-
width: 28px;
|
|
1093
|
-
height: 28px;
|
|
1094
|
-
line-height: 28px;
|
|
1095
|
-
text-align: center;
|
|
1096
|
-
pointer-events: none;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
@keyframes spin {
|
|
1100
|
-
100% {
|
|
1101
|
-
transform: rotate(360deg);
|
|
1102
|
-
}
|
|
1103
|
-
}
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
#hand_manager_grid {
|
|
1107
|
-
thead {
|
|
1108
|
-
position: relative;
|
|
1109
|
-
z-index: 2;
|
|
1110
|
-
}
|
|
1111
|
-
}
|
|
1112
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex-row">
|
|
3
|
+
<div class="basic-main">
|
|
4
|
+
<criteria-paged :model="model" v-ref:paged @sort="sort">
|
|
5
|
+
<criteria partial='criteria' v-ref:criteria @condition-changed="$parent.selfSearch">
|
|
6
|
+
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
7
|
+
<div class="row">
|
|
8
|
+
<!--<div class="col-sm-6">-->
|
|
9
|
+
<!--style="border: 1px solid #a6d5ea; box-shadow: darkgrey 1px 1px 1px 2px;padding: 0.5%">-->
|
|
10
|
+
<div class="col-sm-2 form-group">
|
|
11
|
+
<label class="font_normal_body">归属起始</label>
|
|
12
|
+
<datepicker placeholder="开始日期"
|
|
13
|
+
style="width:60%"
|
|
14
|
+
class="datepicker"
|
|
15
|
+
v-model="model.startDate"
|
|
16
|
+
:value.sync="model.startDate"
|
|
17
|
+
:format="'yyyy-MM-dd'"
|
|
18
|
+
></datepicker>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="col-sm-2 form-group">
|
|
21
|
+
<label class="font_normal_body">归属结束</label>
|
|
22
|
+
<datepicker placeholder="结束日期"
|
|
23
|
+
style="width:60%"
|
|
24
|
+
v-model="model.endDate"
|
|
25
|
+
:value.sync="model.endDate"
|
|
26
|
+
:format="'yyyy-MM-dd'"
|
|
27
|
+
></datepicker>
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
<div class="col-sm-2 form-group">
|
|
31
|
+
<label class="font_normal_body">客户编号</label>
|
|
32
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
33
|
+
condition="f_userinfo_code='{}'" placeholder='客户编号'>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<div class="span" style="float:right;">
|
|
37
|
+
<button class="button_search button_spacing" @click="$parent.$parent.search()">查询</button>
|
|
38
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
39
|
+
<button class="button_search button_spacing"
|
|
40
|
+
@click="$parent.$parent.batchDownHand()">计划下发
|
|
41
|
+
</button>
|
|
42
|
+
<button v-if="$parent.$parent.inputtor_change" class="button_search button_spacing"
|
|
43
|
+
@click="$parent.$parent.batchInputtorChange()">抄表员调整
|
|
44
|
+
</button>
|
|
45
|
+
<div
|
|
46
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
47
|
+
@click="$parent.$parent.hidden()" class="button_spacing" style="float: right"></div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
51
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
52
|
+
<!-- <label class="font_normal_body">表 编 号</label>-->
|
|
53
|
+
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_id"-->
|
|
54
|
+
<!-- condition="f_user_id='{}'" placeholder='表编号'>-->
|
|
55
|
+
<!-- </div>-->
|
|
56
|
+
<div class="col-sm-2 form-group">
|
|
57
|
+
<label class="font_normal_body">表  号</label>
|
|
58
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
59
|
+
condition="f_meternumber like '%{}%'" placeholder='表号'>
|
|
60
|
+
</div>
|
|
61
|
+
<div class="col-sm-2 form-group">
|
|
62
|
+
<label class="font_normal_body">客户姓名</label>
|
|
63
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name" placeholder='客户姓名'
|
|
64
|
+
condition="f_user_name = '{}'">
|
|
65
|
+
</div>
|
|
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
|
+
v-model="model.f_residential_area"
|
|
72
|
+
style="width: 60%"
|
|
73
|
+
multiple="true"
|
|
74
|
+
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
75
|
+
close-on-select v-el:cc>
|
|
76
|
+
</v-select>
|
|
77
|
+
</div>
|
|
78
|
+
<div class="col-sm-2 form-group">
|
|
79
|
+
<label class="font_normal_body">楼  栋</label>
|
|
80
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_building"
|
|
81
|
+
condition="f_building = '{}'" placeholder='楼栋'>
|
|
82
|
+
</div>
|
|
83
|
+
<div class="col-sm-2 form-group">
|
|
84
|
+
<label class="font_normal_body">单  元</label>
|
|
85
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_unit"
|
|
86
|
+
condition="f_unit = '{}'" placeholder='单元'>
|
|
87
|
+
</div>
|
|
88
|
+
<div class="col-sm-2 form-group">
|
|
89
|
+
<label class="font_normal_body">楼  层</label>
|
|
90
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_floor"
|
|
91
|
+
condition="f_floor = '{}'" placeholder='楼层'>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="col-sm-2 form-group">
|
|
94
|
+
<label class="font_normal_body">门 牌 号</label>
|
|
95
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_room"
|
|
96
|
+
condition="f_room like '%{}%'" placeholder='门牌号'>
|
|
97
|
+
</div>
|
|
98
|
+
<div class="col-sm-2 form-group">
|
|
99
|
+
<label class="font_normal_body">客户地址</label>
|
|
100
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
101
|
+
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
102
|
+
</div>
|
|
103
|
+
<div class="col-sm-2 form-group">
|
|
104
|
+
<label class="font_normal_body">抄 表 员</label>
|
|
105
|
+
<v-select :value.sync="model.f_inputtor" v-model='model.f_inputtor'
|
|
106
|
+
style="width:60%"
|
|
107
|
+
multiple="true"
|
|
108
|
+
:options='$parent.$parent.inputtores' placeholder='抄表员'
|
|
109
|
+
close-on-select
|
|
110
|
+
v-el:cc></v-select>
|
|
111
|
+
</div>
|
|
112
|
+
|
|
113
|
+
<div class="col-sm-2 form-group">
|
|
114
|
+
<label class="font_normal_body">客户类型</label>
|
|
115
|
+
<v-select :value.sync="model.f_user_type" v-model="model.f_user_type"
|
|
116
|
+
:options='$parent.$parent.usertypes' placeholder='客户类型'
|
|
117
|
+
style="width:60%"
|
|
118
|
+
close-on-select
|
|
119
|
+
condition="f_user_type = '{}'"></v-select>
|
|
120
|
+
</div>
|
|
121
|
+
<div class="col-sm-2 form-group">
|
|
122
|
+
<label class="font_normal_body">用户等级</label>
|
|
123
|
+
<v-select :value.sync="model.f_user_level" v-model="model.f_user_level"
|
|
124
|
+
:options='$parent.$parent.userlevels' placeholder='用户等级'
|
|
125
|
+
style="width:60%"
|
|
126
|
+
close-on-select
|
|
127
|
+
condition="f_user_level = '{}'"></v-select>
|
|
128
|
+
</div>
|
|
129
|
+
<div class="col-sm-2 form-group">
|
|
130
|
+
<label class="font_normal_body">抄 表 册</label>
|
|
131
|
+
<v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"
|
|
132
|
+
:options='$parent.$parent.meterbooks' placeholder='抄表册'
|
|
133
|
+
style="width:60%"
|
|
134
|
+
:multiple="true"
|
|
135
|
+
condition="f_meter_book_num in {}"></v-select>
|
|
136
|
+
</div>
|
|
137
|
+
<div class="col-sm-2 form-group">
|
|
138
|
+
<label class="font_normal_body">调压箱名</label>
|
|
139
|
+
<v-select :value.sync="model.f_adjustable_name" v-model="model.f_adjustable_name"
|
|
140
|
+
:options='$parent.$parent.adjustablename' placeholder='调压箱名称'
|
|
141
|
+
style="width:60%"
|
|
142
|
+
close-on-select
|
|
143
|
+
condition="f_adjustable_name = '{}'"></v-select>
|
|
144
|
+
</div>
|
|
145
|
+
<res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes"
|
|
146
|
+
v-ref:sel></res-select-group>
|
|
147
|
+
</div>
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
<!-- 多选框 -->
|
|
151
|
+
<!--<div class="col-sm-2 form-group">-->
|
|
152
|
+
<!--<button class="btn btn-success" @click="$parent.$parent.batchDownHand()">计划下发</button>-->
|
|
153
|
+
<!--</div>-->
|
|
154
|
+
|
|
155
|
+
<!--<div class="form-group" v-if="$parent.$parent.meter_state">-->
|
|
156
|
+
<!--<button class="btn btn-success" @click="$parent.$parent.allDownHand()" >全部下发</button>-->
|
|
157
|
+
<!--</div>-->
|
|
158
|
+
<!-- 多选框结束 -->
|
|
159
|
+
|
|
160
|
+
<!--<div class="col-sm-2 form-group">-->
|
|
161
|
+
<!--<button class="btn btn-success" @click="$parent.$parent.adjust()">抄表员调整</button>-->
|
|
162
|
+
<!--</div>-->
|
|
163
|
+
<!--<div class="col-sm-2 form-group">-->
|
|
164
|
+
<!--<button class="btn btn-success" @click="$parent.$parent.fileUpload()">文件上传</button>-->
|
|
165
|
+
<!--</div>-->
|
|
166
|
+
<!--<div class="col-sm-2 form-group">-->
|
|
167
|
+
<!--<button class="btn btn-success" @click="search(), $parent.$parent.clean()">打印</button>-->
|
|
168
|
+
<!--</div>-->
|
|
169
|
+
|
|
170
|
+
</div>
|
|
171
|
+
</criteria>
|
|
172
|
+
<data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid id="hand_manager_grid">
|
|
173
|
+
<template partial='head'>
|
|
174
|
+
<tr>
|
|
175
|
+
<!--<th><input type='checkbox' v-model="$parent.$parent.$parent.all" @change="$parent.$parent.$parent.chooseAll"></th>-->
|
|
176
|
+
<th>
|
|
177
|
+
<nobr>序号</nobr>
|
|
178
|
+
</th>
|
|
179
|
+
<th>
|
|
180
|
+
<nobr>
|
|
181
|
+
<data-order field="f_userinfo_code" name="客户编号"
|
|
182
|
+
:order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
|
|
183
|
+
</nobr>
|
|
184
|
+
</th>
|
|
185
|
+
<!-- <th>-->
|
|
186
|
+
<!-- <nobr>表编号</nobr>-->
|
|
187
|
+
<!-- </th>-->
|
|
188
|
+
<!-- <th>基本信息</th>-->
|
|
189
|
+
<th>
|
|
190
|
+
<nobr>
|
|
191
|
+
<data-order field="f_address" name="基本信息"
|
|
192
|
+
:order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
|
|
193
|
+
</nobr>
|
|
194
|
+
</th>
|
|
195
|
+
<th>
|
|
196
|
+
<nobr>用户等级</nobr>
|
|
197
|
+
</th>
|
|
198
|
+
<!--<th><nobr><data-order field="f_building" name="楼号"-->
|
|
199
|
+
<!--:order.sync="$parent.$parent.$parent.orderFields.f_building"></data-order></nobr>-->
|
|
200
|
+
<!--</th>-->
|
|
201
|
+
<!--<th><nobr><data-order field="f_unit" name="单元号"-->
|
|
202
|
+
<!--:order.sync="$parent.$parent.$parent.orderFields.f_unit"></data-order></nobr>-->
|
|
203
|
+
<!--</th>-->
|
|
204
|
+
<!--<th><nobr><data-order field="f_room" name="房号"-->
|
|
205
|
+
<!--:order.sync="$parent.$parent.$parent.orderFields.f_room"></data-order></nobr>-->
|
|
206
|
+
<!--</th>-->
|
|
207
|
+
<th>
|
|
208
|
+
<nobr>调压箱名称</nobr>
|
|
209
|
+
</th>
|
|
210
|
+
<th>
|
|
211
|
+
<nobr>抄表员</nobr>
|
|
212
|
+
</th>
|
|
213
|
+
<th>
|
|
214
|
+
<nobr>上期结余</nobr>
|
|
215
|
+
</th>
|
|
216
|
+
<th>
|
|
217
|
+
<nobr>表号</nobr>
|
|
218
|
+
</th>
|
|
219
|
+
<th>
|
|
220
|
+
<nobr>上期底数</nobr>
|
|
221
|
+
</th>
|
|
222
|
+
|
|
223
|
+
<!-- <th>抄表册</th>-->
|
|
224
|
+
<th>
|
|
225
|
+
<nobr>
|
|
226
|
+
<data-order field="f_book_name" name="抄表册"
|
|
227
|
+
:order.sync="$parent.$parent.$parent.orderFields.f_book_name"></data-order>
|
|
228
|
+
</nobr>
|
|
229
|
+
|
|
230
|
+
</th>
|
|
231
|
+
<th>
|
|
232
|
+
<nobr>操作</nobr>
|
|
233
|
+
</th>
|
|
234
|
+
<!-- f_oughtfee-->
|
|
235
|
+
</tr>
|
|
236
|
+
</template>
|
|
237
|
+
<template partial='body'>
|
|
238
|
+
<!--<td style="text-align: center;">-->
|
|
239
|
+
<!--<input v-if="row.f_meter_state === '未下发'"-->
|
|
240
|
+
<!--:id="model.pageIndex" type='checkbox' @change="$parent.$parent.$parent.chooseOne($event,row,model.rows)"-->
|
|
241
|
+
<!--:checked="$parent.$parent.$parent.ischecked(row)"/>-->
|
|
242
|
+
<!--</td>-->
|
|
243
|
+
<td style="text-align: center;">{{$index + 1}}</td>
|
|
244
|
+
<td>{{row.f_userinfo_code}}</td>
|
|
245
|
+
<!-- <td>{{row.f_user_id}}</td>-->
|
|
246
|
+
<td>{{row.f_user_name}} {{row.f_address}}</td>
|
|
247
|
+
<td>{{row.f_user_level}}</td>
|
|
248
|
+
<!--<td>{{row.f_building}}</td>-->
|
|
249
|
+
<!--<td>{{row.f_unit}}</td>-->
|
|
250
|
+
<!--<td>{{row.f_room}}</td>-->
|
|
251
|
+
|
|
252
|
+
<td>{{row.f_adjustable_name}}</td>
|
|
253
|
+
<td>{{row.f_inputtor}}</td>
|
|
254
|
+
<td style="text-align: center;">{{row.f_balance}}</td>
|
|
255
|
+
<td>{{row.f_meternumber}}</td>
|
|
256
|
+
<td>{{row.f_meter_base}}</td>
|
|
257
|
+
<td>{{row.f_book_name}}</td>
|
|
258
|
+
<td style="text-align: center;"><nobr>
|
|
259
|
+
<!-- <button type="button" name="button" class="button_search button_spacing width-60"-->
|
|
260
|
+
<!-- v-if="$parent.$parent.$parent.config.customCal && row.f_meter_state === '已抄表' && row.states === 1 && row.f_oper_state === '正常' && row.f_whether_pay === '否'"-->
|
|
261
|
+
<!-- @click.stop="$parent.$parent.$parent.fileterprice(row)">自定义划价-->
|
|
262
|
+
<!-- </button>-->
|
|
263
|
+
|
|
264
|
+
<!--<button type="button" name="button" class="btn btn-link" disabled="disabled"-->
|
|
265
|
+
<!--v-if="row.num > 0">已换表-->
|
|
266
|
+
<!--</button>-->
|
|
267
|
+
<span v-if="row.num">有{{row.num}}条待审核或未抄表记录</span>
|
|
268
|
+
<button type="button" name="button" class="button_search button_spacing width-60"
|
|
269
|
+
@click.stop="$parent.$parent.$parent.downHand(row)" v-if="!row.num"
|
|
270
|
+
>下发计划
|
|
271
|
+
</button>
|
|
272
|
+
|
|
273
|
+
<!-- <button type="button" name="button" class="btn btn-link"-->
|
|
274
|
+
<!-- v-if="row.f_meter_state === '待审核' ">待审核-->
|
|
275
|
+
<!-- </button>-->
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
</nobr>
|
|
279
|
+
</td>
|
|
280
|
+
</template>
|
|
281
|
+
</data-grid>
|
|
282
|
+
</criteria-paged>
|
|
283
|
+
<split-price :showdata="splitdata" :pricesplit="priceSplit" v-if="priceSplit"></split-price>
|
|
284
|
+
<modal :show.sync="show" v-ref:modal backdrop="false">
|
|
285
|
+
<header slot="modal-header" class="modal-header">
|
|
286
|
+
<h4 class="modal-title">计划下发</h4>
|
|
287
|
+
</header>
|
|
288
|
+
<article slot="modal-body" class="modal-body">
|
|
289
|
+
<form class="form-horizontal">
|
|
290
|
+
<div class="row auto">
|
|
291
|
+
<div class="form-group form-input-group col-sm-6">
|
|
292
|
+
<label class="label-control">下发日期</label>
|
|
293
|
+
<datepicker placeholder="下发日期" :value.sync="downModel.downDate" format="yyyy-MM-dd HH:mm:ss"></datepicker>
|
|
294
|
+
</div>
|
|
295
|
+
</div>
|
|
296
|
+
<div class="row auto">
|
|
297
|
+
<div class="col-sm-2 form-group">
|
|
298
|
+
<label class="font_normal_body">抄表员:</label>
|
|
299
|
+
</div>
|
|
300
|
+
<div class="col-sm-4 form-group">
|
|
301
|
+
<input type="radio" value="downWithUserfiles" v-model="downModel.downWay" checked>
|
|
302
|
+
<label class="font_normal_body"> 表册抄表员</label>
|
|
303
|
+
</div>
|
|
304
|
+
<div class="col-sm-4 form-group">
|
|
305
|
+
<input type="radio" value="downWithSelf" v-model="downModel.downWay">
|
|
306
|
+
<label class="font_normal_body"> 自定义抄表员</label>
|
|
307
|
+
</div>
|
|
308
|
+
</div>
|
|
309
|
+
<div class="row auto" v-if="downModel.downWay === 'downWithSelf'">
|
|
310
|
+
<div class="form-group form-input-group col-sm-6">
|
|
311
|
+
<label class="font_normal_body">抄表员</label>
|
|
312
|
+
<div class="col-sm-4">
|
|
313
|
+
<v-select :value.sync="downModel.downInputtor" v-model='downModel.downInputtor'
|
|
314
|
+
:options='inputtores2' placeholder='抄表员'
|
|
315
|
+
close-on-select></v-select>
|
|
316
|
+
</div>
|
|
317
|
+
</div>
|
|
318
|
+
</div>
|
|
319
|
+
</form>
|
|
320
|
+
</article>
|
|
321
|
+
|
|
322
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
323
|
+
<button type="button" class="btn btn-default" @click='close()'>取消</button>
|
|
324
|
+
<button type="button" class="btn btn-success" @click='confirm()'>确认</button>
|
|
325
|
+
</footer>
|
|
326
|
+
</modal>
|
|
327
|
+
<modal :show.sync="downConfirm" backdrop="false">
|
|
328
|
+
<header slot="modal-header" class="modal-header">
|
|
329
|
+
<h4 class="modal-title">下发确认</h4>
|
|
330
|
+
</header>
|
|
331
|
+
<article slot="modal-body" class="modal-body" style="padding: 18px;">
|
|
332
|
+
<div class="col-sm-12 form-group" style="align-content: center;">
|
|
333
|
+
{{msg}}
|
|
334
|
+
</div>
|
|
335
|
+
</article>
|
|
336
|
+
|
|
337
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
338
|
+
<button type="button" class="btn btn-success" @click='downContinue'>继续下发正常用户</button>
|
|
339
|
+
<!-- <button type="button" class="btn btn-success" @click='downFilter'>下发无抄表</button>-->
|
|
340
|
+
<button type="button" class="btn btn-default" @click='close'>取消</button>
|
|
341
|
+
</footer>
|
|
342
|
+
</modal>
|
|
343
|
+
|
|
344
|
+
<!--<modal :show.sync="downConfirm" backdrop="false">-->
|
|
345
|
+
<!--<header slot="modal-header" class="modal-header">-->
|
|
346
|
+
<!--<h4 class="modal-title">下发确认</h4>-->
|
|
347
|
+
<!--</header>-->
|
|
348
|
+
<!--<article slot="modal-body" class="modal-body">-->
|
|
349
|
+
<!--<div class="col-sm-12 form-group">-->
|
|
350
|
+
<!--{{msg}}-->
|
|
351
|
+
<!--</div>-->
|
|
352
|
+
<!--</article>-->
|
|
353
|
+
|
|
354
|
+
<!--<footer slot="modal-footer" class="modal-footer">-->
|
|
355
|
+
<!--<button type="button" class="btn btn-success" @click='downContinue'>继续下发</button>-->
|
|
356
|
+
<!--<!– <button type="button" class="btn btn-success" @click='downFilter'>下发无抄表</button>–>-->
|
|
357
|
+
<!--<button type="button" class="btn btn-default" @click='close'>取消</button>-->
|
|
358
|
+
<!--</footer>-->
|
|
359
|
+
<!--</modal>-->
|
|
360
|
+
<modal :show.sync="inputtor_show" backdrop="false">
|
|
361
|
+
<header slot="modal-header" class="modal-header">
|
|
362
|
+
<h4 class="modal-title">抄表员变更</h4>
|
|
363
|
+
</header>
|
|
364
|
+
<article slot="modal-body" class="modal-body">
|
|
365
|
+
<form class="form-horizontal">
|
|
366
|
+
<div class="row auto">
|
|
367
|
+
<div class="form-group form-input-group col-sm-6">
|
|
368
|
+
<label>调整客户数</label>
|
|
369
|
+
<input class="input_search" v-model="model.count" disabled>
|
|
370
|
+
</div>
|
|
371
|
+
</div>
|
|
372
|
+
<div class="row auto">
|
|
373
|
+
<div class="form-group form-input-group col-sm-6">
|
|
374
|
+
<label class="label-control">抄表员</label>
|
|
375
|
+
<div class="col-sm-4">
|
|
376
|
+
<v-select :value.sync="inputtorModel.inputtor" v-model='inputtorModel.inputtor'
|
|
377
|
+
:options='inputtores2' placeholder='抄表员'
|
|
378
|
+
close-on-select></v-select>
|
|
379
|
+
</div>
|
|
380
|
+
</div>
|
|
381
|
+
</div>
|
|
382
|
+
</form>
|
|
383
|
+
</article>
|
|
384
|
+
|
|
385
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
386
|
+
<button type="button" class="btn btn-success" @click='inputtorConfirm'>确认</button>
|
|
387
|
+
<button type="button" class="btn btn-default" @click='close'>取消</button>
|
|
388
|
+
</footer>
|
|
389
|
+
</modal>
|
|
390
|
+
|
|
391
|
+
<modal :show.sync="uploadshow" v-ref:modal backdrop="false">
|
|
392
|
+
<header slot="modal-header" class="modal-header">
|
|
393
|
+
<button type="button" class="close" @click="close"><span>×</span></button>
|
|
394
|
+
<h4 class="modal-title">文件上传</h4>
|
|
395
|
+
</header>
|
|
396
|
+
<article slot="modal-body" class="modal-body">
|
|
397
|
+
<div class="col-sm-2 form-group">
|
|
398
|
+
<file-upload class="my-file-uploader" name="myFile"
|
|
399
|
+
action="rs/file/upload" tagname="文件上传" :headers="headers" multiple v-ref:file></file-upload>
|
|
400
|
+
</div>
|
|
401
|
+
</article>
|
|
402
|
+
|
|
403
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
404
|
+
<!-- <button v-show="show" type="button" class="btn btn-default" @click='close'>取消</button>
|
|
405
|
+
<button v-show="show" type="button" class="btn btn-success" @click='confirm(filename)'>确认</button> -->
|
|
406
|
+
</footer>
|
|
407
|
+
</modal>
|
|
408
|
+
|
|
409
|
+
</div>
|
|
410
|
+
</div>
|
|
411
|
+
</template>
|
|
412
|
+
<script>
|
|
413
|
+
import {PagedList, HttpResetClass} from 'vue-client'
|
|
414
|
+
import Vue from 'vue'
|
|
415
|
+
import co from 'co'
|
|
416
|
+
|
|
417
|
+
let readyGen = async function (self) {
|
|
418
|
+
await self.$getConfig(self, 'HandManager')
|
|
419
|
+
await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
420
|
+
self.loadMeterBooks()
|
|
421
|
+
self.getfield = self.config.excelHeaders
|
|
422
|
+
self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
|
|
423
|
+
self.reflash()
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
let downGen = function* (type, condition, data, self) {
|
|
427
|
+
self.condition = condition
|
|
428
|
+
self.msg = '确认下发计划'
|
|
429
|
+
// let getUnhand = yield Vue.resetpost('rs/sql/getUnhand', {data: {startDate: self.startDate,
|
|
430
|
+
// condition: self.condition}}, {resolveMsg: null, rejectMsg: '获取待审核数据异常!!'})
|
|
431
|
+
// if (type === 'single') {
|
|
432
|
+
// getUnhand = yield Vue.resetpost('rs/sql/getUnhand', {
|
|
433
|
+
// data: {
|
|
434
|
+
// startDate: self.model.params.startDate,
|
|
435
|
+
// condition: condition
|
|
436
|
+
// }
|
|
437
|
+
// }, {resolveMsg: null, rejectMsg: '获取待审核数据异常!!'})
|
|
438
|
+
// // self.msg = `下发客户编号为${data.f_userinfo_code}的抄表计划?`
|
|
439
|
+
// // } else if (type === 'all') {
|
|
440
|
+
// }
|
|
441
|
+
// else if (type === 'batch') {
|
|
442
|
+
// let tempCondition = condition.replace("and f_meter_state = '未下发'", '')
|
|
443
|
+
// getUnhand = yield Vue.resetpost('rs/sql/machineGetUnhand', {
|
|
444
|
+
// data: {
|
|
445
|
+
// startDate: self.model.params.startDate,
|
|
446
|
+
// condition: tempCondition
|
|
447
|
+
// }
|
|
448
|
+
// }, {resolveMsg: null, rejectMsg: '获取未抄表数据异常!!'})
|
|
449
|
+
// self.msg = `确认下发当前总计: ${data} 户计划`
|
|
450
|
+
// }
|
|
451
|
+
// for (let i = 0; i < getUnhand.data.length; i++) {
|
|
452
|
+
// let temp = {
|
|
453
|
+
// id: getUnhand.data[i].id,
|
|
454
|
+
// f_user_id: getUnhand.data[i].f_user_id,
|
|
455
|
+
// f_userfiles_id: getUnhand.data[i].f_userfiles_id,
|
|
456
|
+
// f_adjustable_id: getUnhand.data[i].f_adjustable_id,
|
|
457
|
+
// f_adjustable_name: getUnhand.data[i].f_adjustable_name
|
|
458
|
+
// }
|
|
459
|
+
// console.log('=================================================================================')
|
|
460
|
+
// console.log('下发计划查看调压箱和调压箱编号', temp)
|
|
461
|
+
// console.log('========================================================================================')
|
|
462
|
+
// self.unhandplan.push(temp)
|
|
463
|
+
// }
|
|
464
|
+
// for (let i = 0; i < getUnhand.data.length; i++) {
|
|
465
|
+
// let temp = {
|
|
466
|
+
// id: getUnhand.data[i].id,
|
|
467
|
+
// f_user_id: getUnhand.data[i].f_user_id,
|
|
468
|
+
// f_userfiles_id: getUnhand.data[i].f_userfiles_id
|
|
469
|
+
// }
|
|
470
|
+
// self.unhandplan.push(temp)
|
|
471
|
+
// }
|
|
472
|
+
// if (getUnhand.data.length > 0) {
|
|
473
|
+
// self.msg = self.msg + `, 警告: 之前有 ${getUnhand.data.length} 条待审核数据`
|
|
474
|
+
// } else {
|
|
475
|
+
// self.unhandplan = []
|
|
476
|
+
// }
|
|
477
|
+
// console.log('1111111:',self.msg)
|
|
478
|
+
self.show = true
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
let inputtotChangeGen = async function (self) {
|
|
482
|
+
let param = {
|
|
483
|
+
f_change_content: self.inputtorModel.inputtor[0],
|
|
484
|
+
f_change_cause: self.inputtorModel.reason,
|
|
485
|
+
condition: self.model.condition,
|
|
486
|
+
startDate: self.model.params.startDate,
|
|
487
|
+
endDate: self.model.params.endDate,
|
|
488
|
+
f_operator: self.$login.f.name,
|
|
489
|
+
f_change_count: self.model.count,
|
|
490
|
+
f_change_type: '抄表员变更',
|
|
491
|
+
// f_input_person: self.$login.f.name,
|
|
492
|
+
f_operatorid: self.$login.f.id,
|
|
493
|
+
f_orgid: self.$login.f.orgid,
|
|
494
|
+
f_orgname: self.$login.f.orgs,
|
|
495
|
+
f_depid: self.$login.f.depids,
|
|
496
|
+
f_depname: self.$login.f.deps
|
|
497
|
+
}
|
|
498
|
+
console.log('抄表单抄表员变更', param)
|
|
499
|
+
await self.$resetpost('rs/logic/changeInputtor', param, {resolveMsg: null, rejectMsg: '批量抄表员变更失败'})
|
|
500
|
+
self.$showAlert(`总计变更 ${self.model.count} 户抄表员为 ${self.inputtorModel.inputtor[0]}`, 'success', 2000)
|
|
501
|
+
self.inputtor_show = false
|
|
502
|
+
self.initModal()
|
|
503
|
+
self.reflash()
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
export default {
|
|
507
|
+
title: '卡表计划下发',
|
|
508
|
+
data () {
|
|
509
|
+
return {
|
|
510
|
+
initres: {
|
|
511
|
+
org: [this.$login.f.orgid],
|
|
512
|
+
dep: [],
|
|
513
|
+
user: []
|
|
514
|
+
},
|
|
515
|
+
sumsmodel: [],
|
|
516
|
+
orgCondtionStr: '',
|
|
517
|
+
priceSplit: false,
|
|
518
|
+
criteriaShow: false,
|
|
519
|
+
model: new PagedList('rs/sql/getCardDownPlan', 30, {orderitem: this.orderDefault ? '"' + this.orderDefault + ' "' : `'f_userinfo_code desc'`}),
|
|
520
|
+
config: {
|
|
521
|
+
|
|
522
|
+
// 导出列要和查询列相同
|
|
523
|
+
excelHeaders: {
|
|
524
|
+
'f_index': '序号',
|
|
525
|
+
'f_user_id': '表编号',
|
|
526
|
+
'f_meternumber': '表号',
|
|
527
|
+
'f_inputtor': '抄表员',
|
|
528
|
+
'f_balance': '上期结余',
|
|
529
|
+
'f_last_input_date': '上次抄表',
|
|
530
|
+
'f_hand_date': '下发时间',
|
|
531
|
+
'f_input_date': '抄表日期',
|
|
532
|
+
'f_userinfo_code': '客户编号',
|
|
533
|
+
'f_address': '客户地址',
|
|
534
|
+
'f_residential_area': '小区名称',
|
|
535
|
+
'f_user_name': '客户姓名',
|
|
536
|
+
'f_meter_base': '上期底数',
|
|
537
|
+
'f_tablebase': '本期指数',
|
|
538
|
+
'f_oughtfee': '应交金额',
|
|
539
|
+
'f_oughtamount': '应交气量',
|
|
540
|
+
'f_whether_pay': '是否缴费',
|
|
541
|
+
'f_book_name': '抄表册',
|
|
542
|
+
'f_meter_classify': '气表分类',
|
|
543
|
+
'f_price_type': '气价类型',
|
|
544
|
+
'f_price_name': '气价名称',
|
|
545
|
+
'f_price_list': '气价单价',
|
|
546
|
+
'f_meter_type': '气表类型',
|
|
547
|
+
'f_meter_style': '气表型号',
|
|
548
|
+
'f_accounts_state': '下账标识',
|
|
549
|
+
'f_user_phone': '客户电话',
|
|
550
|
+
'f_adjustable_id': '表箱号'
|
|
551
|
+
},
|
|
552
|
+
examine: true,
|
|
553
|
+
customCal: false
|
|
554
|
+
},
|
|
555
|
+
meter_state: false, // 是否显示计划下发按钮
|
|
556
|
+
downModel: {
|
|
557
|
+
downDate: Vue.$login.toStandardTimeString(),
|
|
558
|
+
downWay: 'downWithUserfiles',
|
|
559
|
+
downInputtor: []
|
|
560
|
+
},
|
|
561
|
+
inputtor_change: false, // 是否显示抄表员变更按钮
|
|
562
|
+
inputtor_show: false, // 控制抄表员变更模板
|
|
563
|
+
inputtorModel: {
|
|
564
|
+
inputtor: [],
|
|
565
|
+
reason: ''
|
|
566
|
+
},
|
|
567
|
+
plans: [], // 记录当前行是否被勾选
|
|
568
|
+
all: false, // 是否全选
|
|
569
|
+
show: false, // 下发日期模态框显示
|
|
570
|
+
unhandplan: [], // 之前是否有未抄表记录
|
|
571
|
+
downConfirm: false, // 下发若有未抄记录,确认框
|
|
572
|
+
uploadshow: false,
|
|
573
|
+
// 小区
|
|
574
|
+
residentialArea: [],
|
|
575
|
+
|
|
576
|
+
// downDate: this.$login.toStandardYearMonth().replace("-", ""),
|
|
577
|
+
msg: '',
|
|
578
|
+
condition: '',
|
|
579
|
+
headers: {'username': Vue.$login.f.name, 'blodid': Vue.$login.guid()},
|
|
580
|
+
orderDefault: 'f_userinfo_code',
|
|
581
|
+
orderFields: {
|
|
582
|
+
f_userinfo_id: 'no'
|
|
583
|
+
},
|
|
584
|
+
getfield: {},
|
|
585
|
+
outlet: '',
|
|
586
|
+
filiale: '',
|
|
587
|
+
condition2: '',
|
|
588
|
+
area: [],
|
|
589
|
+
inputtouPerson: [],
|
|
590
|
+
usertypes: this.$appdata.getParam('客户类型') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户类型')] : [],
|
|
591
|
+
userlevels: this.$appdata.getParam('用户等级') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('用户等级')] : [],
|
|
592
|
+
adjustablename: this.$appdata.getParam('调压箱名称') ? [{
|
|
593
|
+
label: '全部',
|
|
594
|
+
value: ''
|
|
595
|
+
}, ...this.$appdata.getParam('调压箱名称')] : [],
|
|
596
|
+
inputtores2: [], // 下发时使用自定义抄表员,
|
|
597
|
+
splitdata: '',
|
|
598
|
+
f_filialeid: this.$login.f.orgid,
|
|
599
|
+
meterbooks: [],
|
|
600
|
+
upshow: false,
|
|
601
|
+
inputid: 0,
|
|
602
|
+
showfiles: false,
|
|
603
|
+
uploadText: '抄表',
|
|
604
|
+
showerr: false,
|
|
605
|
+
err: '',
|
|
606
|
+
// 请求对象(批量导入,查询进度使用)
|
|
607
|
+
HttpReset: new HttpResetClass()
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
ready () {
|
|
611
|
+
this.getaddress()
|
|
612
|
+
readyGen(this)
|
|
613
|
+
},
|
|
614
|
+
mounted () {
|
|
615
|
+
console.log(this.inputid)
|
|
616
|
+
document.getElementById(this.inputid).focus()
|
|
617
|
+
},
|
|
618
|
+
methods: {
|
|
619
|
+
// 获得本月的最后一天。
|
|
620
|
+
getLastDayOfMonth (year, month) {
|
|
621
|
+
let new_year = year // 取当前的年份
|
|
622
|
+
let new_month = month++// 取下一个月的第一天,方便计算(最后一天不固定)
|
|
623
|
+
if (month > 12) // 如果当前大于12月,则年份转到下一年
|
|
624
|
+
{
|
|
625
|
+
new_month -= 12 // 月份减
|
|
626
|
+
new_year++ // 年份增
|
|
627
|
+
}
|
|
628
|
+
let new_date = new Date(new_year, new_month, 1) // 取当年当月中的第一天
|
|
629
|
+
let date_count = (new Date(new_date.getTime() - 1000 * 60 * 60 * 24)).getDate()// 获取当月的天数
|
|
630
|
+
// let last_date = new Date(new_date.getTime() - 1000 * 60 * 60 * 24);//获得当月最后一天的日期
|
|
631
|
+
return date_count
|
|
632
|
+
},
|
|
633
|
+
|
|
634
|
+
getRes (obj) {
|
|
635
|
+
this.orgCondtionStr = obj
|
|
636
|
+
},
|
|
637
|
+
async getaddress () {
|
|
638
|
+
console.log('开始获取小区')
|
|
639
|
+
let HttpReset = new HttpResetClass()
|
|
640
|
+
var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
|
|
641
|
+
data: {
|
|
642
|
+
condition: `1=1 and s.f_filialeid = '${this.$login.f.orgid}'`
|
|
643
|
+
}
|
|
644
|
+
}, {resolveMsg: null, rejectMsg: '获取小区失败!'})
|
|
645
|
+
console.log('小区', data)
|
|
646
|
+
let house = []
|
|
647
|
+
house.push()
|
|
648
|
+
for (let row of data.data) {
|
|
649
|
+
console.log('开始保存小区')
|
|
650
|
+
house.push({label: row.f_residential_area, value: row.f_residential_area})
|
|
651
|
+
}
|
|
652
|
+
this.residentialArea = house
|
|
653
|
+
},
|
|
654
|
+
loadMeterBooks () {
|
|
655
|
+
this.meterbooks = this.$GetSaleParam.getMeterBooks()
|
|
656
|
+
},
|
|
657
|
+
|
|
658
|
+
fileterprice (row) {
|
|
659
|
+
this.splitdata = row
|
|
660
|
+
this.priceSplit = true
|
|
661
|
+
console.log('row==>', row)
|
|
662
|
+
},
|
|
663
|
+
hidden () {
|
|
664
|
+
this.criteriaShow = !this.criteriaShow
|
|
665
|
+
},
|
|
666
|
+
clear () {
|
|
667
|
+
Object.keys(this.$refs.paged.$refs.criteria.model).forEach((key) => {
|
|
668
|
+
this.$refs.paged.$refs.criteria.model[key] = []
|
|
669
|
+
})
|
|
670
|
+
this.$refs.paged.$refs.criteria.model.f_meter_classify = ['机表']
|
|
671
|
+
},
|
|
672
|
+
|
|
673
|
+
// 判断当前页是否全选
|
|
674
|
+
isChooseAll (rows) {
|
|
675
|
+
if (this.plans.length == 0 && rows.length == 0) {
|
|
676
|
+
return false
|
|
677
|
+
}
|
|
678
|
+
for (var i = 0; i < rows.length; i++) {
|
|
679
|
+
let flag = false
|
|
680
|
+
if (rows[i].f_meter_state == '未下发') {
|
|
681
|
+
for (let plan of this.plans) {
|
|
682
|
+
if (plan.id == rows[i].f_userfiles_id) {
|
|
683
|
+
flag = true
|
|
684
|
+
if (!plan.state) {
|
|
685
|
+
return false
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
if (!flag) {
|
|
690
|
+
return false
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
return true
|
|
695
|
+
},
|
|
696
|
+
// 选择需要下发的计划
|
|
697
|
+
chooseOne (e, row, rows) {
|
|
698
|
+
console.log('row', row)
|
|
699
|
+
let checked = e.target.checked
|
|
700
|
+
console.log('state', e.target.checked)
|
|
701
|
+
// 判断当前行是否被选中
|
|
702
|
+
if (checked) {
|
|
703
|
+
let onePlan = {
|
|
704
|
+
id: row.f_userfiles_id,
|
|
705
|
+
state: true
|
|
706
|
+
}
|
|
707
|
+
// 记录被选中计划的状态
|
|
708
|
+
let flag = false
|
|
709
|
+
for (let plan of this.plans) {
|
|
710
|
+
if (plan.id == row.f_userfiles_id) {
|
|
711
|
+
flag = true
|
|
712
|
+
plan.state = true
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
if (!flag) {
|
|
716
|
+
this.plans.push(onePlan)
|
|
717
|
+
}
|
|
718
|
+
} else {
|
|
719
|
+
for (let plan of this.plans) {
|
|
720
|
+
if (plan.id == row.f_userfiles_id) {
|
|
721
|
+
plan.state = false
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
// let param = {id:row.id,isChoose:true}
|
|
726
|
+
|
|
727
|
+
if (this.isChooseAll(rows)) {
|
|
728
|
+
this.all = true
|
|
729
|
+
} else {
|
|
730
|
+
this.all = false
|
|
731
|
+
}
|
|
732
|
+
// this.delRepetition()
|
|
733
|
+
},
|
|
734
|
+
uploadFiles () {
|
|
735
|
+
this.showfiles = !this.showfiles
|
|
736
|
+
},
|
|
737
|
+
chooseAll () {
|
|
738
|
+
if (this.all) {
|
|
739
|
+
// this.chooseInfo[index-1] = []
|
|
740
|
+
// for (let row of this.model.rows){
|
|
741
|
+
// this.chooseInfo[index-1].push(row)
|
|
742
|
+
// }
|
|
743
|
+
// this.chooseInfo = Object.assign([],this.chooseInfo,this.model.rows)
|
|
744
|
+
|
|
745
|
+
for (let row of this.model.rows) {
|
|
746
|
+
if (row.f_meter_state == '未下发') {
|
|
747
|
+
let onePlan = {
|
|
748
|
+
id: row.f_userfiles_id,
|
|
749
|
+
state: true
|
|
750
|
+
}
|
|
751
|
+
let flag = false
|
|
752
|
+
for (let plan of this.plans) {
|
|
753
|
+
if (plan.id == row.f_userfiles_id) {
|
|
754
|
+
flag = true
|
|
755
|
+
plan.state = true
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
if (!flag) {
|
|
759
|
+
this.plans.push(onePlan)
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
} else {
|
|
764
|
+
// this.chooseInfo[index-1] = []
|
|
765
|
+
// console.log("this.chooseInfo[index-1]",this.chooseInfo[index-1])
|
|
766
|
+
for (let row of this.model.rows) {
|
|
767
|
+
if (row.f_meter_state == '未下发') {
|
|
768
|
+
for (let plan of this.plans) {
|
|
769
|
+
if (plan.id == row.f_userfiles_id) {
|
|
770
|
+
plan.state = false
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
search () {
|
|
778
|
+
// 查询前清空选择项
|
|
779
|
+
this.plans = []
|
|
780
|
+
this.$refs.paged.$refs.criteria.search()
|
|
781
|
+
},
|
|
782
|
+
clickupshow () {
|
|
783
|
+
this.upshow = !this.upshow
|
|
784
|
+
},
|
|
785
|
+
selfSearch (args) {
|
|
786
|
+
this.meter_state = args.condition.includes('未下发')
|
|
787
|
+
this.inputtor_change = args.condition.includes('未抄表')
|
|
788
|
+
|
|
789
|
+
if (!this.orgCondtionStr) {
|
|
790
|
+
args.condition = `${args.condition} and f_orgid = '${this.$login.f.orgid}'`
|
|
791
|
+
} else {
|
|
792
|
+
args.condition = `${args.condition}` + this.orgCondtionStr
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
// 抄表员查询条件
|
|
796
|
+
this.inputtouPerson = this.$refs.paged.$refs.criteria.model.f_inputtor
|
|
797
|
+
if (this.inputtouPerson.length !== 0) {
|
|
798
|
+
let str = JSON.stringify(this.inputtouPerson)
|
|
799
|
+
str = str.replace(/"/g, `'`)
|
|
800
|
+
str = str.replace(/\[/g, ``)
|
|
801
|
+
str = str.replace(/\]/g, ``)
|
|
802
|
+
console.log('=====抄表员model22222222222绑定====', str)
|
|
803
|
+
// 查询多个抄表员时条件
|
|
804
|
+
args.condition += ` and f_inputtor in ( ${str} )`
|
|
805
|
+
}
|
|
806
|
+
// 小区查询条件
|
|
807
|
+
this.area = this.$refs.paged.$refs.criteria.model.f_residential_area
|
|
808
|
+
console.log('=====小区model绑定====', this.area)
|
|
809
|
+
if (this.area.length !== 0) {
|
|
810
|
+
let str = JSON.stringify(this.area)
|
|
811
|
+
str = str.replace(/"/g, `'`)
|
|
812
|
+
str = str.replace(/\[/g, ``)
|
|
813
|
+
str = str.replace(/\]/g, ``)
|
|
814
|
+
console.log('=====小区model22222222222绑定====', str)
|
|
815
|
+
// 查询多个小区时条件
|
|
816
|
+
args.condition += ` and f_residential_area in ( ${str} )`
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
if (args.model.f_meter_brand && args.model.f_meter_brand.length > 0) {
|
|
820
|
+
if (args.model.f_meter_brand[0].f_meter_brand) {
|
|
821
|
+
args.condition = `${args.condition} and f_meter_brand = '${args.model.f_meter_brand[0].f_meter_brand}'`
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
this.model.params.startDate = this.$refs.paged.$refs.criteria.model.startDate
|
|
825
|
+
this.model.params.endDate = this.$refs.paged.$refs.criteria.model.endDate
|
|
826
|
+
this.condition2 = args.condition
|
|
827
|
+
console.log('selfsearch..', args.condition, this.model)
|
|
828
|
+
this.model.search(args.condition, this.model)
|
|
829
|
+
},
|
|
830
|
+
reflash () {
|
|
831
|
+
this.$refs.paged.$refs.criteria.model.f_orgid = `${Vue.$login.f.orgid}`
|
|
832
|
+
this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStartAndEndDateString()[0]
|
|
833
|
+
this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStartAndEndDateString()[1]
|
|
834
|
+
this.search()
|
|
835
|
+
},
|
|
836
|
+
fileUpload () {
|
|
837
|
+
this.uploadshow = true
|
|
838
|
+
},
|
|
839
|
+
down (type, condition, data) {
|
|
840
|
+
co(downGen(type, condition, data, this))
|
|
841
|
+
},
|
|
842
|
+
// 单条下发计划
|
|
843
|
+
downHand (row) {
|
|
844
|
+
console.log('~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' + row.f_userfiles_id)
|
|
845
|
+
this.down('single', `f_userfiles_id = '${row.f_userfiles_id}'`, row)
|
|
846
|
+
},
|
|
847
|
+
// 批量下发计划
|
|
848
|
+
batchDownHand () {
|
|
849
|
+
this.down('batch', this.model.condition, this.model.count)
|
|
850
|
+
},
|
|
851
|
+
// batchDownHand () {
|
|
852
|
+
// this.condition = ''
|
|
853
|
+
// let count = 0
|
|
854
|
+
// for (let plan of this.plans){
|
|
855
|
+
// if(plan.state){
|
|
856
|
+
// this.condition = this.condition + plan.id + ','
|
|
857
|
+
// count = count + 1
|
|
858
|
+
// }
|
|
859
|
+
// }
|
|
860
|
+
// this.down('batch', `f_user_id in (${this.condition.substring(0,this.condition.length-1)})`,count)
|
|
861
|
+
// },
|
|
862
|
+
// allDownHand () {
|
|
863
|
+
// this.down('all', this.model.condition, this.model.count)
|
|
864
|
+
// },
|
|
865
|
+
batchInputtorChange () {
|
|
866
|
+
this.inputtor_show = true
|
|
867
|
+
},
|
|
868
|
+
inputtorConfirm () {
|
|
869
|
+
this.$showMessage(`确认变更前请确认选择的时间区间和查询条件是否正确,确认变更当前 ${this.model.count} 户抄表员`, ['confirm', 'cancel']).then((res) => {
|
|
870
|
+
if (res === 'confirm') {
|
|
871
|
+
inputtotChangeGen(this)
|
|
872
|
+
}
|
|
873
|
+
})
|
|
874
|
+
},
|
|
875
|
+
confirm () {
|
|
876
|
+
// 正式提交下发
|
|
877
|
+
// 进行日期校验,判断下发的日期是否属于选择的归属期内
|
|
878
|
+
console.log('下发日期校验', this.downModel, this.$refs.paged.$refs.criteria.model)
|
|
879
|
+
if (this.validateDate()) {
|
|
880
|
+
this.show = false
|
|
881
|
+
// this.confirmDownHand()
|
|
882
|
+
console.log('有没有异常数据:', this.unhandplan)
|
|
883
|
+
if (this.unhandplan.length > 0) {
|
|
884
|
+
this.downConfirm = true
|
|
885
|
+
} else {
|
|
886
|
+
this.confirmDownHand()
|
|
887
|
+
}
|
|
888
|
+
} else {
|
|
889
|
+
this.$showAlert('您选择的下发时间不在归属期内, 请重新选择下发时间', 'warning', 3000)
|
|
890
|
+
}
|
|
891
|
+
},
|
|
892
|
+
validateDate () {
|
|
893
|
+
let currentDown = new Date(this.downModel.downDate)
|
|
894
|
+
console.log(new Date(this.$refs.paged.$refs.criteria.model.startDate))
|
|
895
|
+
console.log(new Date(this.$refs.paged.$refs.criteria.model.endDate))
|
|
896
|
+
return currentDown >= new Date(this.$refs.paged.$refs.criteria.model.startDate + ' 00:00:00') && currentDown <= new Date(this.$refs.paged.$refs.criteria.model.endDate + ' 23:59:59')
|
|
897
|
+
},
|
|
898
|
+
|
|
899
|
+
downContinue () {
|
|
900
|
+
this.downConfirm = false
|
|
901
|
+
this.confirmDownHand()
|
|
902
|
+
},
|
|
903
|
+
// downFilter () {
|
|
904
|
+
// this.downConfirm = false
|
|
905
|
+
// console.log('过滤有未抄记录的抄表')
|
|
906
|
+
// let filterUser = ''
|
|
907
|
+
// for (let json of this.unhandplan) {
|
|
908
|
+
// filterUser += `'${json.f_userfiles_id}',`
|
|
909
|
+
// }
|
|
910
|
+
// filterUser = filterUser.slice(0, filterUser.length - 1)
|
|
911
|
+
// this.condition = this.condition + ` and f_userfiles_id not in (${filterUser})`
|
|
912
|
+
// console.log('获取新的条件。', this.condition)
|
|
913
|
+
// this.confirmDownHand()
|
|
914
|
+
// },
|
|
915
|
+
confirmDownHand () {
|
|
916
|
+
console.log('下发数据。。', this.downModel)
|
|
917
|
+
let param = {
|
|
918
|
+
downDate: this.downModel.downDate,
|
|
919
|
+
startDate: this.model.params.startDate,
|
|
920
|
+
endDate: this.model.params.endDate,
|
|
921
|
+
condition: this.condition,
|
|
922
|
+
f_operator: this.$login.f.name,
|
|
923
|
+
f_operatorid: this.$login.f.id
|
|
924
|
+
}
|
|
925
|
+
if (this.downModel.downWay === 'downWithSelf') {
|
|
926
|
+
param.inputtor = this.downModel.downInputtor[0]
|
|
927
|
+
}
|
|
928
|
+
console.log('下发参数:', param)
|
|
929
|
+
this.$resetpost('rs/logic/cardDownHand', {data: param}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
930
|
+
// 将缓存的未抄表ID数组置空
|
|
931
|
+
// this.unhandplan = []
|
|
932
|
+
this.initModal()
|
|
933
|
+
this.search()
|
|
934
|
+
this.$showAlert(`全部下发,总计下发${res.data}户`, 'success', 2000)
|
|
935
|
+
}).catch((error) => {
|
|
936
|
+
this.$showAlert(`下发失败,请注意查看,失败原因:${error}`, 'danger', 0)
|
|
937
|
+
})
|
|
938
|
+
},
|
|
939
|
+
// 关闭下发计划得弹出框
|
|
940
|
+
close () {
|
|
941
|
+
this.show = false
|
|
942
|
+
this.inputtor_show = false
|
|
943
|
+
this.downConfirm = false
|
|
944
|
+
// 初始化模态框数据
|
|
945
|
+
this.initModal()
|
|
946
|
+
if (this.uploadshow) {
|
|
947
|
+
this.uploadshow = false
|
|
948
|
+
// 讲选的文件清空
|
|
949
|
+
this.$refs.file.$el.querySelector('input').value = ''
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
initModal () {
|
|
953
|
+
this.downModel = {
|
|
954
|
+
downDate: Vue.$login.toStandardDateString(),
|
|
955
|
+
downWay: 'downWithUserfiles',
|
|
956
|
+
downInputtor: []
|
|
957
|
+
}
|
|
958
|
+
this.inputtorModel = {
|
|
959
|
+
inputtor: [],
|
|
960
|
+
reason: ''
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
// 判断当前登陆人是不是子公司的人员
|
|
964
|
+
isHead () {
|
|
965
|
+
return this.$login.f.parent.parent.name.includes('统一资源管理')
|
|
966
|
+
},
|
|
967
|
+
sort (field, rule) {
|
|
968
|
+
// 将所有排序方式设为不排序,实现相互排斥
|
|
969
|
+
for (let key in this.orderFields) {
|
|
970
|
+
if (key === field) {
|
|
971
|
+
this.orderFields[key] = rule
|
|
972
|
+
} else {
|
|
973
|
+
this.orderFields[key] = 'no'
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
// 如果新规则不排序,还原为默认排序
|
|
977
|
+
if (rule === 'no') {
|
|
978
|
+
this.model.paramSource.orderitem = `'${this.orderDefault}'`
|
|
979
|
+
} else {
|
|
980
|
+
this.model.paramSource.orderitem = `'${field} ${rule}'`
|
|
981
|
+
}
|
|
982
|
+
this.search()
|
|
983
|
+
},
|
|
984
|
+
guid () {
|
|
985
|
+
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
|
|
986
|
+
let r = Math.random() * 16 | 0,
|
|
987
|
+
v = c == 'x' ? r : (r & 0x3 | 0x8)
|
|
988
|
+
return v.toString(16)
|
|
989
|
+
})
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
watch: {
|
|
993
|
+
'downModel.downWay' (val) {
|
|
994
|
+
if (val === 'downWithSelf') {
|
|
995
|
+
console.log('抄表员。。', this.inputtores2)
|
|
996
|
+
if (this.inputtores2.length > 0) {
|
|
997
|
+
this.downModel.downInputtor = [this.inputtores2[0].value]
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
// 'model.rows'(val){
|
|
1002
|
+
// console.log('页面切换',val)
|
|
1003
|
+
// if(this.isChooseAll(val)){
|
|
1004
|
+
// this.all = true
|
|
1005
|
+
// }else{
|
|
1006
|
+
// this.all = false
|
|
1007
|
+
// }
|
|
1008
|
+
// },
|
|
1009
|
+
},
|
|
1010
|
+
computed: {
|
|
1011
|
+
getCondition () {
|
|
1012
|
+
// return {condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr}
|
|
1013
|
+
return {
|
|
1014
|
+
startDate: this.$refs.paged.$refs.criteria.model.startDate,
|
|
1015
|
+
endDate: this.$refs.paged.$refs.criteria.model.endDate,
|
|
1016
|
+
orderitem: this.orderDefault ? this.orderDefault : 'id',
|
|
1017
|
+
condition: this.condition2
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
|
|
1021
|
+
inputtores () {
|
|
1022
|
+
// 获取抄表员
|
|
1023
|
+
console.log('获取抄表员', this.$login.f)
|
|
1024
|
+
let rs = []
|
|
1025
|
+
if (this.$login.f.f_gasman.length > 0) {
|
|
1026
|
+
for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
|
|
1027
|
+
let temp = {
|
|
1028
|
+
label: this.$login.f.f_gasman[i].name,
|
|
1029
|
+
value: this.$login.f.f_gasman[i].name
|
|
1030
|
+
}
|
|
1031
|
+
rs.push(temp)
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
this.inputtores2 = rs
|
|
1035
|
+
return [...rs]
|
|
1036
|
+
},
|
|
1037
|
+
whetherpaies () {
|
|
1038
|
+
return [
|
|
1039
|
+
{label: '全部', value: ''},
|
|
1040
|
+
{label: '已缴费', value: '是'},
|
|
1041
|
+
{label: '未缴费', value: '否'}
|
|
1042
|
+
]
|
|
1043
|
+
},
|
|
1044
|
+
// 界面细节权限
|
|
1045
|
+
jurisdiction () {
|
|
1046
|
+
console.log('抄表界面细节', this.$login.r)
|
|
1047
|
+
return this.$login.r ? this.$login.r : []
|
|
1048
|
+
},
|
|
1049
|
+
firestates () {
|
|
1050
|
+
return [
|
|
1051
|
+
{label: '全部', value: ''},
|
|
1052
|
+
{label: '已点火', value: '1'},
|
|
1053
|
+
{label: '未点火', value: '0'}
|
|
1054
|
+
]
|
|
1055
|
+
},
|
|
1056
|
+
ischecked () {
|
|
1057
|
+
return function (row) {
|
|
1058
|
+
for (let plan of this.plans) {
|
|
1059
|
+
if (plan.id == row.f_userfiles_id) {
|
|
1060
|
+
return plan.state
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
events: {
|
|
1067
|
+
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
</script>
|
|
1071
|
+
<style lang="less">
|
|
1072
|
+
#handManager {
|
|
1073
|
+
display: flex;
|
|
1074
|
+
justify-content: space-around;
|
|
1075
|
+
align-items: center;
|
|
1076
|
+
|
|
1077
|
+
.btn {
|
|
1078
|
+
margin: 0px;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
.hand-loading {
|
|
1082
|
+
border: 3px solid #ccc;
|
|
1083
|
+
border-right-color: #337ab7;
|
|
1084
|
+
border-radius: 50%;
|
|
1085
|
+
animation: spin 0.6s linear;
|
|
1086
|
+
position: absolute;
|
|
1087
|
+
animation-iteration-count: infinite;
|
|
1088
|
+
top: 0;
|
|
1089
|
+
right: 50%;
|
|
1090
|
+
z-index: 2;
|
|
1091
|
+
display: block;
|
|
1092
|
+
width: 28px;
|
|
1093
|
+
height: 28px;
|
|
1094
|
+
line-height: 28px;
|
|
1095
|
+
text-align: center;
|
|
1096
|
+
pointer-events: none;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
@keyframes spin {
|
|
1100
|
+
100% {
|
|
1101
|
+
transform: rotate(360deg);
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
#hand_manager_grid {
|
|
1107
|
+
thead {
|
|
1108
|
+
position: relative;
|
|
1109
|
+
z-index: 2;
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
</style>
|