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,893 +1,893 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="basic-main" style="height: 98%">
|
|
3
|
-
<div class="flex">
|
|
4
|
-
<criteria-paged :model="model" v-ref:paged @sort="sort">
|
|
5
|
-
<criteria partial='criteria' v-ref:cri @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
|
-
condition="f_hand_date >='{} 00:00:00'"
|
|
18
|
-
:format="'yyyy-MM-dd'"
|
|
19
|
-
></datepicker>
|
|
20
|
-
</div>
|
|
21
|
-
<div class="col-sm-2 form-group">
|
|
22
|
-
<label class="font_normal_body">  至 </label>
|
|
23
|
-
<datepicker placeholder="结束日期"
|
|
24
|
-
style="width:60%"
|
|
25
|
-
v-model="model.endDate"
|
|
26
|
-
:value.sync="model.endDate"
|
|
27
|
-
condition="f_hand_date <='{} 23:59:59'"
|
|
28
|
-
:format="'yyyy-MM-dd'"
|
|
29
|
-
></datepicker>
|
|
30
|
-
</div>
|
|
31
|
-
|
|
32
|
-
<div class="col-sm-2 form-group">
|
|
33
|
-
<label class="font_normal_body">客户编号</label>
|
|
34
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
35
|
-
condition="f_userinfo_code='{}'" placeholder='客户编号'>
|
|
36
|
-
</div>
|
|
37
|
-
|
|
38
|
-
<div class="span" style="float:right;">
|
|
39
|
-
|
|
40
|
-
<button class="button_search button_spacing" @click="$parent.$parent.search()">查询</button>
|
|
41
|
-
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
42
|
-
<export-excel
|
|
43
|
-
:data="{condition: $parent.$parent.excelCondition,orderitem: $parent.$parent.orderDefault}"
|
|
44
|
-
:field="$parent.$parent.fields"
|
|
45
|
-
sqlurl="rs/logic/saleExport" progress="saleGetExportProgress" sql-name="getAuditMachineHand"
|
|
46
|
-
template-name='抄表审核导出'
|
|
47
|
-
:choose-col="true">
|
|
48
|
-
</export-excel>
|
|
49
|
-
<button class="button_search button_spacing width-60"
|
|
50
|
-
v-show="model.f_audit_state == '待审核' && $parent.$parent.auditStateShow" @click="$parent.$parent.allsuccess()" v-el:cx>全部通过</button>
|
|
51
|
-
<button class="button_search button_spacing width-60"
|
|
52
|
-
v-show="model.f_audit_state == '待审核' && $parent.$parent.auditStateShow" @click="$parent.$parent.allfaild()" v-el:cx>全部不通过</button>
|
|
53
|
-
<div
|
|
54
|
-
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
55
|
-
@click="$parent.$parent.hidden()" class="button_spacing" style="float: right"></div>
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
59
|
-
<!-- <div class="col-sm-2 form-group">-->
|
|
60
|
-
<!-- <label class="font_normal_body">表 编 号</label>-->
|
|
61
|
-
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_id"-->
|
|
62
|
-
<!-- condition="f_user_id='{}'" placeholder='表编号'>-->
|
|
63
|
-
<!-- </div>-->
|
|
64
|
-
<!-- <div class="col-sm-2 form-group">-->
|
|
65
|
-
<!-- <label class="font_normal_body">抄表状态</label>-->
|
|
66
|
-
<!-- <v-select :value.sync="model.f_audit_state"-->
|
|
67
|
-
<!-- class="select_list select"-->
|
|
68
|
-
<!-- v-model="model.f_audit_state"-->
|
|
69
|
-
<!-- style="width: 60%"-->
|
|
70
|
-
<!-- condition="f_meter_state = '{}'"-->
|
|
71
|
-
<!-- :options='$parent.$parent.auditState' placeholder='请选择'-->
|
|
72
|
-
<!-- close-on-select v-el:cc>-->
|
|
73
|
-
<!-- </v-select>-->
|
|
74
|
-
<!-- </div>-->
|
|
75
|
-
<div class="col-sm-2 form-group">
|
|
76
|
-
<label class="font_normal_body">表  号</label>
|
|
77
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
78
|
-
condition="f_meternumber like '%{}%'" placeholder='表号'>
|
|
79
|
-
</div>
|
|
80
|
-
<div class="col-sm-2 form-group">
|
|
81
|
-
<label class="font_normal_body">客户姓名</label>
|
|
82
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name" placeholder='客户姓名'
|
|
83
|
-
condition="f_user_name = '{}'">
|
|
84
|
-
</div>
|
|
85
|
-
<div class="col-sm-2 form-group">
|
|
86
|
-
<label class="font_normal_body">小    区</label>
|
|
87
|
-
<v-select :value.sync="model.f_residential_area"
|
|
88
|
-
class="select_list select"
|
|
89
|
-
enter-push
|
|
90
|
-
v-model="model.f_residential_area"
|
|
91
|
-
style="width: 60%"
|
|
92
|
-
multiple="true"
|
|
93
|
-
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
94
|
-
close-on-select v-el:cc>
|
|
95
|
-
</v-select>
|
|
96
|
-
</div>
|
|
97
|
-
<div class="col-sm-2 form-group">
|
|
98
|
-
<label class="font_normal_body">楼  栋</label>
|
|
99
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_building"
|
|
100
|
-
condition="f_building = '{}'" placeholder='楼栋'>
|
|
101
|
-
</div>
|
|
102
|
-
<div class="col-sm-2 form-group">
|
|
103
|
-
<label class="font_normal_body">单  元</label>
|
|
104
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_unit"
|
|
105
|
-
condition="f_unit = '{}'" placeholder='单元'>
|
|
106
|
-
</div>
|
|
107
|
-
<div class="col-sm-2 form-group">
|
|
108
|
-
<label class="font_normal_body">楼  层</label>
|
|
109
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_floor"
|
|
110
|
-
condition="f_floor = '{}'" placeholder='楼层'>
|
|
111
|
-
</div>
|
|
112
|
-
<div class="col-sm-2 form-group">
|
|
113
|
-
<label class="font_normal_body">门 牌 号</label>
|
|
114
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_room"
|
|
115
|
-
condition="f_room like '%{}%'" placeholder='门牌号'>
|
|
116
|
-
</div>
|
|
117
|
-
<div class="col-sm-2 form-group">
|
|
118
|
-
<label class="font_normal_body">客户地址</label>
|
|
119
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
120
|
-
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
121
|
-
</div>
|
|
122
|
-
<div class="col-sm-2 form-group">
|
|
123
|
-
<label class="font_normal_body">抄 表 员</label>
|
|
124
|
-
<v-select :value.sync="model.f_inputtor" v-model='model.f_inputtor'
|
|
125
|
-
style="width:60%"
|
|
126
|
-
multiple="true"
|
|
127
|
-
:options='$parent.$parent.inputtores' placeholder='抄表员'
|
|
128
|
-
close-on-select
|
|
129
|
-
v-el:cc></v-select>
|
|
130
|
-
</div>
|
|
131
|
-
|
|
132
|
-
<div class="col-sm-2 form-group">
|
|
133
|
-
<label class="font_normal_body">客户类型</label>
|
|
134
|
-
<v-select :value.sync="model.f_user_type" v-model="model.f_user_type"
|
|
135
|
-
:options='$parent.$parent.usertypes' placeholder='客户类型'
|
|
136
|
-
style="width:60%"
|
|
137
|
-
close-on-select
|
|
138
|
-
condition="f_user_type = '{}'"></v-select>
|
|
139
|
-
</div>
|
|
140
|
-
<div class="col-sm-2 form-group">
|
|
141
|
-
<label class="font_normal_body">用户等级</label>
|
|
142
|
-
<v-select :value.sync="model.f_user_level" v-model="model.f_user_level"
|
|
143
|
-
:options='$parent.$parent.userlevels' placeholder='用户等级'
|
|
144
|
-
style="width:60%"
|
|
145
|
-
close-on-select
|
|
146
|
-
condition="f_user_level = '{}'"></v-select>
|
|
147
|
-
</div>
|
|
148
|
-
<div class="col-sm-2 form-group">
|
|
149
|
-
<label class="font_normal_body">审核状态</label>
|
|
150
|
-
<v-select :value.sync="model.f_audit_state" v-model="model.f_audit_state"
|
|
151
|
-
:options='$parent.$parent.auditstates' placeholder='审核状态'
|
|
152
|
-
style="width:60%"
|
|
153
|
-
:value-single="true"
|
|
154
|
-
close-on-select
|
|
155
|
-
condition="f_audit_state = '{}'"></v-select>
|
|
156
|
-
</div>
|
|
157
|
-
<div class="col-sm-2 form-group">
|
|
158
|
-
<label class="font_normal_body">抄 表 册</label>
|
|
159
|
-
<v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"
|
|
160
|
-
:options='$parent.$parent.meterbooks' placeholder='抄表册'
|
|
161
|
-
style="width:60%"
|
|
162
|
-
:multiple="true"
|
|
163
|
-
condition="f_meter_book_num in {}"></v-select>
|
|
164
|
-
</div>
|
|
165
|
-
<div class="col-sm-2 flex-row" style="white-space: nowrap" >
|
|
166
|
-
<label class="font_normal_body">应交气量</label>
|
|
167
|
-
<div class="row">
|
|
168
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.oughtamountmin"
|
|
169
|
-
condition="f_oughtamount >= {} " placeholder="">
|
|
170
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
171
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.oughtamountmax"
|
|
172
|
-
condition="f_oughtamount <= {} " placeholder="">
|
|
173
|
-
</div>
|
|
174
|
-
</div>
|
|
175
|
-
<!-- <div class="col-sm-2 form-group">-->
|
|
176
|
-
<!-- <label class="font_normal_body">调压箱名</label>-->
|
|
177
|
-
<!-- <v-select :value.sync="model.f_adjustable_name" v-model="model.f_adjustable_name"-->
|
|
178
|
-
<!-- :options='$parent.$parent.adjustablename' placeholder='调压箱名称'-->
|
|
179
|
-
<!-- style="width:60%"-->
|
|
180
|
-
<!-- close-on-select-->
|
|
181
|
-
<!-- condition="f_adjustable_name = '{}'"></v-select>-->
|
|
182
|
-
<!-- </div>-->
|
|
183
|
-
<res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes"
|
|
184
|
-
v-ref:sel></res-select-group>
|
|
185
|
-
<div class="form-group col-sm-2">
|
|
186
|
-
<label class="font_normal_body">气价名称</label>
|
|
187
|
-
<v-select id="f_price_name"
|
|
188
|
-
v-model="model.price_name"
|
|
189
|
-
placeholder='气价名称'
|
|
190
|
-
style="width: 60%"
|
|
191
|
-
:value.sync="model.price_name"
|
|
192
|
-
:options='$parent.$parent.priceNames'
|
|
193
|
-
condition="f_price_name = '{}'"
|
|
194
|
-
close-on-select></v-select>
|
|
195
|
-
</div>
|
|
196
|
-
</div>
|
|
197
|
-
|
|
198
|
-
</div>
|
|
199
|
-
</criteria>
|
|
200
|
-
<data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid id="hand_manager_grid" :optional="true">
|
|
201
|
-
<template partial='head'>
|
|
202
|
-
<tr>
|
|
203
|
-
<th> <nobr>审核</nobr></th>
|
|
204
|
-
<!--<th><input type='checkbox' v-model="$parent.$parent.$parent.all" @change="$parent.$parent.$parent.chooseAll"></th>-->
|
|
205
|
-
<th>
|
|
206
|
-
<nobr>序号</nobr>
|
|
207
|
-
</th>
|
|
208
|
-
<th>
|
|
209
|
-
<nobr>客户编号
|
|
210
|
-
<!-- <data-order field="f_userinfo_code" name="客户编号"-->
|
|
211
|
-
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>-->
|
|
212
|
-
</nobr>
|
|
213
|
-
</th>
|
|
214
|
-
<!-- <th>-->
|
|
215
|
-
<!-- <nobr>表编号</nobr>-->
|
|
216
|
-
<!-- </th>-->
|
|
217
|
-
<!-- <th>基本信息</th>-->
|
|
218
|
-
<th>
|
|
219
|
-
<nobr>
|
|
220
|
-
基本信息
|
|
221
|
-
<!-- <data-order field="f_address" name="基本信息"-->
|
|
222
|
-
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>-->
|
|
223
|
-
</nobr>
|
|
224
|
-
</th>
|
|
225
|
-
<th>
|
|
226
|
-
<nobr>用户等级</nobr>
|
|
227
|
-
</th>
|
|
228
|
-
<!--<th><nobr><data-order field="f_building" name="楼号"-->
|
|
229
|
-
<!--:order.sync="$parent.$parent.$parent.orderFields.f_building"></data-order></nobr>-->
|
|
230
|
-
<!--</th>-->
|
|
231
|
-
<!--<th><nobr><data-order field="f_unit" name="单元号"-->
|
|
232
|
-
<!--:order.sync="$parent.$parent.$parent.orderFields.f_unit"></data-order></nobr>-->
|
|
233
|
-
<!--</th>-->
|
|
234
|
-
<!--<th><nobr><data-order field="f_room" name="房号"-->
|
|
235
|
-
<!--:order.sync="$parent.$parent.$parent.orderFields.f_room"></data-order></nobr>-->
|
|
236
|
-
<!--</th>-->
|
|
237
|
-
<th>
|
|
238
|
-
<nobr>上期结余</nobr>
|
|
239
|
-
</th>
|
|
240
|
-
<!-- <th>-->
|
|
241
|
-
<!-- <nobr>平均用气量</nobr>-->
|
|
242
|
-
<!-- </th>-->
|
|
243
|
-
<th>
|
|
244
|
-
<nobr>表号</nobr>
|
|
245
|
-
</th>
|
|
246
|
-
<th><nobr>附件</nobr></th>
|
|
247
|
-
<th>
|
|
248
|
-
<nobr>上期底数</nobr>
|
|
249
|
-
</th>
|
|
250
|
-
<th>
|
|
251
|
-
<nobr>本期底数</nobr>
|
|
252
|
-
</th>
|
|
253
|
-
<th>
|
|
254
|
-
<nobr>备注</nobr>
|
|
255
|
-
</th>
|
|
256
|
-
|
|
257
|
-
<th>
|
|
258
|
-
<nobr>应交气量</nobr>
|
|
259
|
-
</th>
|
|
260
|
-
<th>
|
|
261
|
-
<nobr>增量值</nobr>
|
|
262
|
-
</th>
|
|
263
|
-
<!--增加应交金额-->
|
|
264
|
-
<th>
|
|
265
|
-
<nobr>应交金额</nobr>
|
|
266
|
-
</th>
|
|
267
|
-
<th>
|
|
268
|
-
<nobr>是否欠费</nobr>
|
|
269
|
-
</th>
|
|
270
|
-
<th>
|
|
271
|
-
<nobr>抄表结果状态</nobr>
|
|
272
|
-
</th>
|
|
273
|
-
<!-- <th>上次抄表日期</th>-->
|
|
274
|
-
<th>
|
|
275
|
-
<nobr>
|
|
276
|
-
上次抄表录入日期
|
|
277
|
-
<!-- <data-order field="f_last_input_date" name="上次抄表录入日期"-->
|
|
278
|
-
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_last_input_date"></data-order>-->
|
|
279
|
-
</nobr>
|
|
280
|
-
</th>
|
|
281
|
-
<!-- <th>下发日期</th>-->
|
|
282
|
-
<th>
|
|
283
|
-
<nobr>下发日期
|
|
284
|
-
<!-- <data-order field="f_hand_date" name="下发日期"-->
|
|
285
|
-
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_hand_date"></data-order>-->
|
|
286
|
-
</nobr>
|
|
287
|
-
</th>
|
|
288
|
-
<!-- <th>抄表日期</th>-->
|
|
289
|
-
<th>
|
|
290
|
-
<nobr>抄表录入日期
|
|
291
|
-
<!-- <data-order field="f_input_date" name="抄表录入日期"-->
|
|
292
|
-
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_input_date"></data-order>-->
|
|
293
|
-
</nobr>
|
|
294
|
-
</th>
|
|
295
|
-
<!-- <th>抄表册</th>-->
|
|
296
|
-
<th>
|
|
297
|
-
<nobr>抄表册
|
|
298
|
-
<!-- <data-order field="f_book_name" name="抄表册"-->
|
|
299
|
-
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_book_name"></data-order>-->
|
|
300
|
-
</nobr>
|
|
301
|
-
|
|
302
|
-
</th>
|
|
303
|
-
<th>
|
|
304
|
-
<nobr>审核状态</nobr>
|
|
305
|
-
</th>
|
|
306
|
-
<th>
|
|
307
|
-
<nobr>审核原因</nobr>
|
|
308
|
-
</th>
|
|
309
|
-
<th>
|
|
310
|
-
<nobr>
|
|
311
|
-
<data-order field="f_meter_book_sort" name="表册顺序"
|
|
312
|
-
:order.sync="$parent.$parent.$parent.orderFields.f_meter_book_sort"></data-order>
|
|
313
|
-
</nobr>
|
|
314
|
-
</th>
|
|
315
|
-
<th>
|
|
316
|
-
<nobr>调压箱名称</nobr>
|
|
317
|
-
</th>
|
|
318
|
-
<th>
|
|
319
|
-
<nobr>抄表员</nobr>
|
|
320
|
-
</th>
|
|
321
|
-
<th>
|
|
322
|
-
<nobr>表前阀状态</nobr>
|
|
323
|
-
</th>
|
|
324
|
-
<th>
|
|
325
|
-
<nobr>防盗卡号</nobr>
|
|
326
|
-
</th>
|
|
327
|
-
|
|
328
|
-
<!-- <th><nobr>附件</nobr></th>-->
|
|
329
|
-
<!-- f_oughtfee-->
|
|
330
|
-
</tr>
|
|
331
|
-
</template>
|
|
332
|
-
<template partial='body'>
|
|
333
|
-
<td style="text-align: center;" class="row auto">
|
|
334
|
-
<nobr>
|
|
335
|
-
<button type="button" name="button" class="button_search button_spacing width-60"
|
|
336
|
-
@click.stop="$parent.$parent.$parent.pass(row)"
|
|
337
|
-
v-if="row.f_meter_state === '待审核'">通过
|
|
338
|
-
</button>
|
|
339
|
-
|
|
340
|
-
<button type="button" name="button" class="button_search button_spacing width-60"
|
|
341
|
-
@click.stop="$parent.$parent.$parent.showReasonModal(row)"
|
|
342
|
-
v-if="row.f_meter_state === '待审核' ">不通过
|
|
343
|
-
</button>
|
|
344
|
-
</nobr>
|
|
345
|
-
</td>
|
|
346
|
-
<!--<td style="text-align: center;">-->
|
|
347
|
-
<!--<input v-if="row.f_meter_state === '未下发'"-->
|
|
348
|
-
<!--:id="model.pageIndex" type='checkbox' @change="$parent.$parent.$parent.chooseOne($event,row,model.rows)"-->
|
|
349
|
-
<!--:checked="$parent.$parent.$parent.ischecked(row)"/>-->
|
|
350
|
-
<!--</td>-->
|
|
351
|
-
<td style="text-align: center;"><nobr>{{$index + 1}}</nobr></td>
|
|
352
|
-
<td><nobr>{{row.f_userinfo_code}}</nobr></td>
|
|
353
|
-
<!-- <td>{{row.f_user_id}}</td>-->
|
|
354
|
-
<td> <nobr>{{row.f_user_name}} {{row.f_address}} </nobr></td>
|
|
355
|
-
<td><nobr>{{row.f_user_level}}</nobr></td>
|
|
356
|
-
<!--<td>{{row.f_building}}</td>-->
|
|
357
|
-
<!--<td>{{row.f_unit}}</td>-->
|
|
358
|
-
<!--<td>{{row.f_room}}</td>-->
|
|
359
|
-
<td><nobr>{{row.f_userbalance}}</nobr></td>
|
|
360
|
-
<!-- <td style="text-align: center;">{{Math.round(row.avggas)}}</td>-->
|
|
361
|
-
<td><nobr>{{row.f_meternumber}}</nobr></td>
|
|
362
|
-
<td style="text-align: center;"><nobr>
|
|
363
|
-
<img-self :src="row.f_handplan_image" v-if="row.f_handplan_image" :width="50" :height="50"></img-self>
|
|
364
|
-
|
|
365
|
-
<!-- <button v-if="row.is_has_file=='是'" class="btn btn-link" @click.stop="$parent.$parent.$parent.view(row)">查看</button>-->
|
|
366
|
-
<button v-if="row.f_notified_path" class="btn btn-link" @click.stop="$parent.$parent.$parent.imgShow(row.f_notified_path)">图像识别</button>
|
|
367
|
-
</nobr></td>
|
|
368
|
-
<td><nobr>{{row.f_meter_base}}</nobr></td>
|
|
369
|
-
<td id="hand-creat" style="display: flex;justify-content: space-between;align-items: center">
|
|
370
|
-
<nobr>
|
|
371
|
-
<b>{{row.f_tablebase}}</b>
|
|
372
|
-
<button type="button" name="button" class="button_search button_spacing width-60"
|
|
373
|
-
@click.stop="$parent.$parent.$parent.amend(row)">修正
|
|
374
|
-
</button>
|
|
375
|
-
</nobr>
|
|
376
|
-
</td>
|
|
377
|
-
<td><nobr>{{row.f_comments}}</nobr></td>
|
|
378
|
-
<td style="text-align: center;"><nobr>{{row.f_oughtamount}}</nobr></td>
|
|
379
|
-
<td style="text-align: center;"><nobr>{{row.f_adjustment_volume}}</nobr></td>
|
|
380
|
-
<td style="text-align: center;"><nobr>{{row.f_oughtfee}}</nobr></td>
|
|
381
|
-
<td style="text-align: center;"><nobr>{{row.f_isarrears}}</nobr></td>
|
|
382
|
-
<td><nobr>{{row.f_result_state}}</nobr></td>
|
|
383
|
-
<td><nobr>{{row.f_last_input_date}}</nobr></td>
|
|
384
|
-
<td><nobr>{{row.f_hand_date}}</nobr></td>
|
|
385
|
-
<td><nobr>{{row.f_input_date}}</nobr></td>
|
|
386
|
-
<td><nobr>{{row.f_book_name}} </nobr></td>
|
|
387
|
-
<td><nobr>{{row.f_audit_state}} </nobr></td>
|
|
388
|
-
<td><nobr>{{row.f_review_reason}} </nobr></td>
|
|
389
|
-
<td><nobr>{{row.f_meter_book_sort}} </nobr></td>
|
|
390
|
-
<td><nobr>{{row.f_adjustable_name}}</nobr></td>
|
|
391
|
-
<td><nobr>{{row.f_inputtor}}</nobr></td>
|
|
392
|
-
<td><nobr>{{row.f_bqf_state}}</nobr></td>
|
|
393
|
-
<td><nobr>{{row.f_defendcard}}</nobr></td>
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
</template>
|
|
397
|
-
</data-grid>
|
|
398
|
-
</criteria-paged>
|
|
399
|
-
<!-- <table class="table-hover">-->
|
|
400
|
-
<!-- <tr style="position: relative" class="table-bordered">-->
|
|
401
|
-
<!-- <td-->
|
|
402
|
-
<!-- style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">-->
|
|
403
|
-
<!-- 汇总信息-->
|
|
404
|
-
<!-- </td>-->
|
|
405
|
-
<!-- <td-->
|
|
406
|
-
<!-- style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
407
|
-
<!-- 支付宝金额汇总: {{sumsmodel.f_total_charge}}-->
|
|
408
|
-
<!-- </td>-->
|
|
409
|
-
<!-- <td-->
|
|
410
|
-
<!-- style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
411
|
-
<!-- 收费金额汇总: {{sumsmodel.f_collection}}-->
|
|
412
|
-
<!-- </td>-->
|
|
413
|
-
<!-- <td-->
|
|
414
|
-
<!-- style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
415
|
-
<!-- 差额汇总: {{((sumsmodel.f_total_charge -0) - (sumsmodel.f_collection -0)).toFixed(2)}}-->
|
|
416
|
-
<!-- </td>-->
|
|
417
|
-
<!-- </tr>-->
|
|
418
|
-
<!-- </table>-->
|
|
419
|
-
</div>
|
|
420
|
-
</div>
|
|
421
|
-
<modal :show.sync="imgshow" v-ref:modal backdrop="true">
|
|
422
|
-
<header slot="modal-header" class="modal-header">
|
|
423
|
-
抄表图像识别照片
|
|
424
|
-
</header>
|
|
425
|
-
<article slot="modal-body" class="modal-body">
|
|
426
|
-
<div class="from-group">
|
|
427
|
-
<img-self :src="imgfilename" width="500" height="500"></img-self>
|
|
428
|
-
</div>
|
|
429
|
-
</article>
|
|
430
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
431
|
-
<button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
|
|
432
|
-
</footer>
|
|
433
|
-
</modal>
|
|
434
|
-
<!-- 不通过原因弹框-->
|
|
435
|
-
<modal :show.sync="showReason" v-ref:modal backdrop="true">
|
|
436
|
-
<header slot="modal-header" class="modal-header">
|
|
437
|
-
请输入审核不通过原因
|
|
438
|
-
</header>
|
|
439
|
-
<article slot="modal-body" class="modal-body">
|
|
440
|
-
<textarea cols="100" rows="10" style="resize: none;" v-model="reasonText"></textarea>
|
|
441
|
-
</article>
|
|
442
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
443
|
-
<button type="button" class="btn button_search" @click=subReason>确定</button>
|
|
444
|
-
<button type="button" class="btn btn-success" style="padding: 8px 12px;" @click=closeReason>关闭</button>
|
|
445
|
-
</footer>
|
|
446
|
-
</modal>
|
|
447
|
-
</template>
|
|
448
|
-
<script>
|
|
449
|
-
import {HttpResetClass, PagedList} from 'vue-client'
|
|
450
|
-
import Vue from 'vue'
|
|
451
|
-
import * as Util from '../../Util'
|
|
452
|
-
|
|
453
|
-
let readyGen = async function (self) {
|
|
454
|
-
self.$refs.paged.$refs.cri.model.startDate = self.$login.toStartAndEndDateString()[0]
|
|
455
|
-
self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
|
|
456
|
-
await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
457
|
-
self.loadMeterBooks()
|
|
458
|
-
self.$refs.paged.$refs.cri.model.f_audit_state = '待审核'
|
|
459
|
-
self.getaddress()
|
|
460
|
-
await self.$LoadParams.loadParam(self.f_filialeid)
|
|
461
|
-
self.getPricenames()
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
export default {
|
|
465
|
-
title: '机表抄表审核',
|
|
466
|
-
data () {
|
|
467
|
-
return {
|
|
468
|
-
// 请求对象(批量导入,查询进度使用)
|
|
469
|
-
HttpReset: new HttpResetClass(),
|
|
470
|
-
timer: null,
|
|
471
|
-
model: new PagedList('rs/sql/getAuditMachineHand', 50, {orderitem: this.orderDefault ? '"' + this.orderDefault + ' "' : `'f_hand_date desc'`}),
|
|
472
|
-
initres: {
|
|
473
|
-
org: [this.$login.f.orgid],
|
|
474
|
-
dep: [],
|
|
475
|
-
user: []
|
|
476
|
-
},
|
|
477
|
-
config: {
|
|
478
|
-
examine: false
|
|
479
|
-
},
|
|
480
|
-
imgfilename: '',
|
|
481
|
-
// 小区
|
|
482
|
-
residentialArea: [],
|
|
483
|
-
inputtouPerson: [],
|
|
484
|
-
imgshow: false,
|
|
485
|
-
nopassId:'',
|
|
486
|
-
showReason:false,
|
|
487
|
-
reasonText:'',
|
|
488
|
-
criteriaShow: false,
|
|
489
|
-
orderDefault: 'f_hand_date',
|
|
490
|
-
orgCondtionStr: '',
|
|
491
|
-
excelCondition: '',
|
|
492
|
-
fields: {
|
|
493
|
-
'f_userinfo_code': '客户编号',
|
|
494
|
-
'f_user_name': '客户名称',
|
|
495
|
-
'f_address': '客户地址',
|
|
496
|
-
'f_user_level': '用户等级',
|
|
497
|
-
'f_userbalance': '上期结余',
|
|
498
|
-
'f_meternumber': '表号',
|
|
499
|
-
'f_meter_base': '上期底数',
|
|
500
|
-
'f_tablebase': '本期底数',
|
|
501
|
-
'f_oughtamount': '应交气量',
|
|
502
|
-
'f_adjustment_volume': '增量值',
|
|
503
|
-
'f_oughtfee': '应交金额',
|
|
504
|
-
'f_result_state': '抄表结果状态',
|
|
505
|
-
'f_audit_state':'审核状态',
|
|
506
|
-
'f_last_input_date': '上次抄表录入日期',
|
|
507
|
-
'f_hand_date': '下发日期',
|
|
508
|
-
'f_input_date': '抄表录入日期',
|
|
509
|
-
'f_book_name': '抄表册',
|
|
510
|
-
'f_meter_book_sort': '表册顺序',
|
|
511
|
-
'f_adjustable_name': '调压箱名称',
|
|
512
|
-
'f_inputtor': '抄表员',
|
|
513
|
-
'f_bqf_state': '表前阀状态',
|
|
514
|
-
'f_defendcard': '防盗卡号',
|
|
515
|
-
'f_comments': '备注'
|
|
516
|
-
},
|
|
517
|
-
auditState: [{label: '全部', value: ''}, {label: '已审核', value: '已抄表'}, {label: '未审核', value: '待审核'}],
|
|
518
|
-
auditState1: [{label: '全部', value: ''}, {label: '审核失败', value: '审核失败'}],
|
|
519
|
-
meters: [{label: '全部', value: ''}, {label: '机表', value: '机表'}, {label: '物联网表', value: '物联网表'}],
|
|
520
|
-
resultstate: this.$appdata.getParam('抄表结果状态'),
|
|
521
|
-
meterstates: this.$appdata.getParam('抄表状态') ? [{
|
|
522
|
-
label: '全部',
|
|
523
|
-
value: ''
|
|
524
|
-
}, ...this.$appdata.getParam('抄表状态')] : [],
|
|
525
|
-
usertypes: this.$appdata.getParam('客户类型') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户类型')] : [],
|
|
526
|
-
userlevels: this.$appdata.getParam('用户等级') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('用户等级')] : [],
|
|
527
|
-
auditstates: this.$appdata.getParam('抄表审核状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('抄表审核状态')] : [],
|
|
528
|
-
auditStateShow: true,
|
|
529
|
-
adjustablename: this.$appdata.getParam('调压箱名称') ? [{
|
|
530
|
-
label: '全部',
|
|
531
|
-
value: ''
|
|
532
|
-
}, ...this.$appdata.getParam('调压箱名称')] : [],
|
|
533
|
-
meterbooks: [],
|
|
534
|
-
orderFields: {
|
|
535
|
-
f_userinfo_id: 'no'
|
|
536
|
-
},
|
|
537
|
-
f_filialeid: this.$login.f.orgid,
|
|
538
|
-
priceNames: [],
|
|
539
|
-
// 公司下拉
|
|
540
|
-
curorgid: [this.$login.f.orgid]
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
props: [],
|
|
544
|
-
beforeDestroy () {
|
|
545
|
-
// 销毁定时器
|
|
546
|
-
if (this.timer) clearInterval(this.timer)
|
|
547
|
-
},
|
|
548
|
-
ready () {
|
|
549
|
-
this.model.pageSizeMax = 9999999
|
|
550
|
-
readyGen(this)
|
|
551
|
-
},
|
|
552
|
-
methods: {
|
|
553
|
-
getPricenames () {
|
|
554
|
-
let filialeid = this.f_filialeid
|
|
555
|
-
let result = [{label: '全部', value: ''}]
|
|
556
|
-
console.log('this.$GetSaleParam.prices', this.$GetSaleParam)
|
|
557
|
-
console.log('filialeid', filialeid)
|
|
558
|
-
this.$GetSaleParam.prices.forEach((item) => {
|
|
559
|
-
if (item.f_state === '有效' && filialeid == item.f_filialeid) {
|
|
560
|
-
let value = {
|
|
561
|
-
label: item.f_price_name,
|
|
562
|
-
value: item
|
|
563
|
-
}
|
|
564
|
-
result.push(value)
|
|
565
|
-
}
|
|
566
|
-
})
|
|
567
|
-
this.priceNames = Array.from(new Set(result))
|
|
568
|
-
},
|
|
569
|
-
// 修正本期底数
|
|
570
|
-
amend (row) {
|
|
571
|
-
let tablebase = window.prompt('请输入你要修正的底数值,上期底数:' + row.f_meter_base)
|
|
572
|
-
if (!tablebase) return
|
|
573
|
-
if (tablebase < 0) {
|
|
574
|
-
this.$showAlert(`底数不能小于0,请注意!`, 'warning', 2000)
|
|
575
|
-
return
|
|
576
|
-
} else if (tablebase - parseInt(tablebase) !== 0) {
|
|
577
|
-
this.$showAlert(`底数只能输入整数,请注意!`, 'warning', 2000)
|
|
578
|
-
return
|
|
579
|
-
} else if (tablebase < row.f_last_tablebase && !row.f_capacity) {
|
|
580
|
-
this.$showAlert(`本期表底数不能低于上期表底数`, 'warning', 2000)
|
|
581
|
-
return
|
|
582
|
-
} else {
|
|
583
|
-
if (tablebase < row.f_last_tablebase) {
|
|
584
|
-
this.$showMessage('本次抄表已超越最大量程, 请熟知!')
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
let oughtamount = null
|
|
588
|
-
if (tablebase) {
|
|
589
|
-
if (row.f_share_gas) {
|
|
590
|
-
oughtamount = (tablebase - 0 - (row.f_last_tablebase - 0)).toFixed(4) + (row.f_share_gas > 0 ? '+' : '') + row.f_share_gas.toFixed(2)
|
|
591
|
-
} else {
|
|
592
|
-
if (row.f_capacity && row.f_capacity > 0 && tablebase < row.f_last_tablebase) {
|
|
593
|
-
oughtamount = (tablebase - 0 + (row.f_capacity - row.f_last_tablebase)).toFixed(2)
|
|
594
|
-
} else {
|
|
595
|
-
oughtamount = (tablebase - 0 - (row.f_last_tablebase - 0)).toFixed(2)
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
} else {
|
|
599
|
-
oughtamount = 0
|
|
600
|
-
}
|
|
601
|
-
let handplan = {
|
|
602
|
-
id: row.id,
|
|
603
|
-
f_tablebase: tablebase,
|
|
604
|
-
f_oughtamount: oughtamount
|
|
605
|
-
}
|
|
606
|
-
this.$resetpost('rs/entity/t_handplan', handplan, {resolveMsg: '修正成功', rejectMsg: '抄表数据修正出错!!!'}).then((res) => {
|
|
607
|
-
row.f_tablebase = tablebase
|
|
608
|
-
row.f_oughtamount = oughtamount
|
|
609
|
-
})
|
|
610
|
-
},
|
|
611
|
-
async allsuccess () {
|
|
612
|
-
let res = await this.$showMessage('确定通过全部抄表吗?操作后将不可取消', ['confirm', 'cancel'])
|
|
613
|
-
let condition = []
|
|
614
|
-
let uuid = this.$login.guid()
|
|
615
|
-
if (res === 'confirm') {
|
|
616
|
-
let rowdata = this.$refs.paged.$refs.grid.getRowData()
|
|
617
|
-
if (rowdata.length > 0) {
|
|
618
|
-
for (let i = 0; i < rowdata.length; i++) {
|
|
619
|
-
let temp = {
|
|
620
|
-
f_hand_id: rowdata[i].id,
|
|
621
|
-
// 本次表底数
|
|
622
|
-
f_tablebase: rowdata[i].f_tablebase,
|
|
623
|
-
// 表类型
|
|
624
|
-
f_meter_classify: rowdata[i].f_meter_classify,
|
|
625
|
-
// 气表品牌
|
|
626
|
-
f_meter_brand: rowdata[i].f_meter_brand
|
|
627
|
-
}
|
|
628
|
-
condition.push(temp)
|
|
629
|
-
}
|
|
630
|
-
let data = {
|
|
631
|
-
uuid: uuid,
|
|
632
|
-
condition: condition,
|
|
633
|
-
f_audit_person: this.$login.f.name
|
|
634
|
-
}
|
|
635
|
-
try {
|
|
636
|
-
this.$resetpost('rs/handPlanAudit/allAudit', data, {resolveMsg: null, rejectMsg: null}, 500)
|
|
637
|
-
} catch (e) {}
|
|
638
|
-
} else {
|
|
639
|
-
let data = {
|
|
640
|
-
uuid: uuid,
|
|
641
|
-
sqlName: 'getAuditMachineHand',
|
|
642
|
-
condition: this.excelCondition,
|
|
643
|
-
data: {
|
|
644
|
-
condition: this.excelCondition,
|
|
645
|
-
orderitem : ' id desc '
|
|
646
|
-
},
|
|
647
|
-
f_audit_person: this.$login.f.name
|
|
648
|
-
}
|
|
649
|
-
try {
|
|
650
|
-
this.$resetpost('rs/handPlanAudit/allAuditByCondition', data, {resolveMsg: null, rejectMsg: null}, 500)
|
|
651
|
-
} catch (e) {}
|
|
652
|
-
}
|
|
653
|
-
this.$showMessage(`正在批量处理中, 请耐心等待...`, [])
|
|
654
|
-
// 启动定时器定时查询处理结果
|
|
655
|
-
this.timer = setInterval(async () => {
|
|
656
|
-
let res = await this.HttpReset.load('POST', 'rs/logic/getBatchOperaPro', {data: {uuid: uuid}}, {resolveMsg: null, rejectMsg: null})
|
|
657
|
-
this.$showMessage(`正在批量处理中, 请耐心等待>>>${res.data.n}/${rowdata.length}`, [])
|
|
658
|
-
if (res.data.msg || res.data.error) {
|
|
659
|
-
clearInterval(this.timer)
|
|
660
|
-
this.$closeMessage()
|
|
661
|
-
if (res.data.error) {
|
|
662
|
-
this.$showAlert(`${res.data.error}`, 'danger')
|
|
663
|
-
return
|
|
664
|
-
}
|
|
665
|
-
await this.$showMessage(`审核总条数: ${res.data.sum}, 成功${res.data.success}条, 失败${res.data.fail}条`)
|
|
666
|
-
this.search()
|
|
667
|
-
}
|
|
668
|
-
}, 5000)
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
async allfaild () {
|
|
672
|
-
let res = await this.$showMessage('确定作废全部抄表吗?操作后将不可取消', ['confirm', 'cancel'])
|
|
673
|
-
let condition = '('
|
|
674
|
-
if (res === 'confirm') {
|
|
675
|
-
let rowdata = this.$refs.paged.$refs.grid.getRowData()
|
|
676
|
-
if (rowdata.length > 0) {
|
|
677
|
-
for (let i = 0; i < rowdata.length; i++) {
|
|
678
|
-
condition += `'` + rowdata[i].id + `',`
|
|
679
|
-
}
|
|
680
|
-
condition = condition.substring(0, condition.length - 1)
|
|
681
|
-
condition += ')'
|
|
682
|
-
let sql = `UPDATE t_handplan SET f_oughtamount=0,f_tablebase=0,f_input_date=null,f_meter_source=null,f_audit_person = '${this.$login.f.name}',f_audit_date = getDate(),f_meter_state = '未抄表',f_audit_state = '审核不通过' WHERE id in ${condition}`
|
|
683
|
-
await this.$resetpost('rs/logic/runSQL', {sql: sql}, {resolveMsg: '操作成功', rejectMsg: '操作失败'})
|
|
684
|
-
this.search()
|
|
685
|
-
} else {
|
|
686
|
-
this.$showMessage('暂无数据,无法作废当前所有抄表')
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
},
|
|
690
|
-
sort (field, rule) {
|
|
691
|
-
// 将所有排序方式设为不排序,实现相互排斥
|
|
692
|
-
for (let key in this.orderFields) {
|
|
693
|
-
if (key === field) {
|
|
694
|
-
this.orderFields[key] = rule
|
|
695
|
-
} else {
|
|
696
|
-
this.orderFields[key] = 'no'
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
// 如果新规则不排序,还原为默认排序
|
|
700
|
-
if (rule === 'no') {
|
|
701
|
-
this.model.paramSource.orderitem = `'${this.orderDefault}'`
|
|
702
|
-
} else {
|
|
703
|
-
this.model.paramSource.orderitem = `'${field} ${rule}'`
|
|
704
|
-
this.orderDefault = `${field} ${rule}`
|
|
705
|
-
}
|
|
706
|
-
this.search()
|
|
707
|
-
},
|
|
708
|
-
hidden () {
|
|
709
|
-
this.criteriaShow = !this.criteriaShow
|
|
710
|
-
},
|
|
711
|
-
getRes (obj) {
|
|
712
|
-
this.orgCondtionStr = obj
|
|
713
|
-
},
|
|
714
|
-
view (row) {
|
|
715
|
-
this.$parent.showupload = true
|
|
716
|
-
this.$parent.row = row
|
|
717
|
-
},
|
|
718
|
-
imgclose () {
|
|
719
|
-
this.imgshow = false
|
|
720
|
-
},
|
|
721
|
-
imgShow (val) {
|
|
722
|
-
console.log('-----------val2:', val)
|
|
723
|
-
this.imgfilename = `rs/image/file/` + val
|
|
724
|
-
console.log('-----------imgfilename2:', this.imgfilename)
|
|
725
|
-
this.imgshow = true
|
|
726
|
-
},
|
|
727
|
-
async getaddress () {
|
|
728
|
-
console.log('开始获取小区')
|
|
729
|
-
let HttpReset = new HttpResetClass()
|
|
730
|
-
var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
|
|
731
|
-
data: {
|
|
732
|
-
condition: `1=1 and s.f_filialeid = '${this.$login.f.orgid}'`
|
|
733
|
-
}
|
|
734
|
-
}, {resolveMsg: null, rejectMsg: '获取小区失败!'})
|
|
735
|
-
console.log('小区', data)
|
|
736
|
-
let house = []
|
|
737
|
-
house.push()
|
|
738
|
-
for (let row of data.data) {
|
|
739
|
-
console.log('开始保存小区')
|
|
740
|
-
house.push({label: row.f_residential_area, value: row.f_residential_area})
|
|
741
|
-
}
|
|
742
|
-
this.residentialArea = house
|
|
743
|
-
},
|
|
744
|
-
search () {
|
|
745
|
-
this.$refs.paged.$refs.cri.search()
|
|
746
|
-
},
|
|
747
|
-
clear () {
|
|
748
|
-
Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
|
|
749
|
-
this.$refs.paged.$refs.cri.model[key] = []
|
|
750
|
-
})
|
|
751
|
-
},
|
|
752
|
-
selfSearch (args) {
|
|
753
|
-
if (!this.orgCondtionStr) {
|
|
754
|
-
args.condition = `${args.condition}` + ' and f_orgid = ' + this.$login.f.orgid
|
|
755
|
-
} else {
|
|
756
|
-
args.condition = `${args.condition}` + this.orgCondtionStr
|
|
757
|
-
}
|
|
758
|
-
// 抄表员查询条件
|
|
759
|
-
this.inputtouPerson = this.$refs.paged.$refs.cri.model.f_inputtor
|
|
760
|
-
if (this.inputtouPerson.length !== 0) {
|
|
761
|
-
let str = JSON.stringify(this.inputtouPerson)
|
|
762
|
-
str = str.replace(/"/g, `'`)
|
|
763
|
-
str = str.replace(/\[/g, ``)
|
|
764
|
-
str = str.replace(/\]/g, ``)
|
|
765
|
-
console.log('=====抄表员model22222222222绑定====', str)
|
|
766
|
-
// 查询多个抄表员时条件
|
|
767
|
-
args.condition += ` and f_inputtor in ( ${str} )`
|
|
768
|
-
}
|
|
769
|
-
if (args.model.f_audit_state == '待审核'){
|
|
770
|
-
this.auditStateShow = true
|
|
771
|
-
} else {
|
|
772
|
-
this.auditStateShow = false
|
|
773
|
-
}
|
|
774
|
-
this.excelCondition = args.condition
|
|
775
|
-
this.$refs.paged.$refs.grid.selectInit()
|
|
776
|
-
this.model.search(args.condition, args.model)
|
|
777
|
-
},
|
|
778
|
-
pass (row) {
|
|
779
|
-
let param = {
|
|
780
|
-
f_meter_classify: row.f_meter_classify,
|
|
781
|
-
f_meter_brand: row.f_meter_brand,
|
|
782
|
-
f_hand_id: row.id,
|
|
783
|
-
f_operator: Vue.$login.f.name,
|
|
784
|
-
f_tablebase: row.f_tablebase,
|
|
785
|
-
f_userinfo_id: row.f_userinfo_id,
|
|
786
|
-
f_audit_person: Vue.$login.f.name,
|
|
787
|
-
f_audit_state: '审核通过',
|
|
788
|
-
f_audit_date: Util.toStandardTimeString(),
|
|
789
|
-
f_adjustment_volume: row.f_adjustment_volume
|
|
790
|
-
}
|
|
791
|
-
this.$resetpost('rs/logic/sale_commonEnter', {data: param}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
792
|
-
row.f_meter_state = res.data.f_meter_state
|
|
793
|
-
row.f_whether_pay = res.data.f_whether_pay
|
|
794
|
-
row.f_oughtfee = res.data.f_oughtfee
|
|
795
|
-
// this.$resetpost('rs/logic/getMeterSms', {data: param}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
796
|
-
// this.search()
|
|
797
|
-
let f_result_state = '正常'
|
|
798
|
-
if (row.f_result_state && row.f_result_state != '') {
|
|
799
|
-
f_result_state = row.f_result_state
|
|
800
|
-
}
|
|
801
|
-
let f_input_date = ''
|
|
802
|
-
if (row.f_input_date && row.f_input_date != '') {
|
|
803
|
-
f_input_date = ` ,f_input_date = '${row.f_input_date}'`
|
|
804
|
-
}
|
|
805
|
-
let sqldata = `update t_handplan set f_result_state = '${f_result_state}' ${f_input_date} where id = '${row.id}'`
|
|
806
|
-
this.$resetpost('rs/logic/runSQL', {data: {sql: sqldata}}, {resolveMsg: null, rejectMsg: '业务单号保存失败'})
|
|
807
|
-
// }).catch((error) => {
|
|
808
|
-
// row.state = '失败'
|
|
809
|
-
// Vue.set(row, 'error', JSON.stringify(error))
|
|
810
|
-
// this.speckText('抄表出错,请注意!')
|
|
811
|
-
// })
|
|
812
|
-
this.search()
|
|
813
|
-
}).catch((error) => {
|
|
814
|
-
row.state = '失败'
|
|
815
|
-
Vue.set(row, 'error', JSON.stringify(error))
|
|
816
|
-
Vue.showAlert(`审核失败: ${JSON.stringify(error)}`, 'danger', 0)
|
|
817
|
-
this.speckText('抄表出错,请注意!')
|
|
818
|
-
})
|
|
819
|
-
},
|
|
820
|
-
showReasonModal(row){
|
|
821
|
-
this.showReason = true
|
|
822
|
-
this.nopassId = row.id
|
|
823
|
-
},
|
|
824
|
-
closeReason(){
|
|
825
|
-
this.showReason = false
|
|
826
|
-
this.reasonText = ''
|
|
827
|
-
this.nopassId = ''
|
|
828
|
-
},
|
|
829
|
-
subReason(){
|
|
830
|
-
this.nopass()
|
|
831
|
-
this.closeReason()
|
|
832
|
-
},
|
|
833
|
-
nopass () {
|
|
834
|
-
let handplan = {
|
|
835
|
-
id: this.nopassId,
|
|
836
|
-
f_oughtamount: 0,
|
|
837
|
-
f_tablebase: 0,
|
|
838
|
-
f_input_date: null,
|
|
839
|
-
f_meter_state: '未抄表',
|
|
840
|
-
f_audit_state: '审核不通过',
|
|
841
|
-
f_review_reason:this.reasonText,
|
|
842
|
-
f_meter_source: null,
|
|
843
|
-
f_audit_person: Vue.$login.f.name,
|
|
844
|
-
f_audit_date: Util.toStandardTimeString()
|
|
845
|
-
}
|
|
846
|
-
this.$resetpost('rs/entity/t_handplan', handplan, {
|
|
847
|
-
resolveMsg: null,
|
|
848
|
-
rejectMsg: '未通过,抄表数据返回未抄表保存出错!!!'
|
|
849
|
-
}).then((res) => {
|
|
850
|
-
this.search()
|
|
851
|
-
})
|
|
852
|
-
// let res;
|
|
853
|
-
// try {
|
|
854
|
-
// this.$androidUtil.isTest = true
|
|
855
|
-
// res = this.$androidUtil.bzLogic('updateFMeterState', {username:this.f_user_name}, {rejectMsg: null, resolve: null})
|
|
856
|
-
// console.log("updateFMeterState------------->",res)
|
|
857
|
-
// if(res.status === 200){
|
|
858
|
-
// this.$showMessage('推送手机端成功')
|
|
859
|
-
// }
|
|
860
|
-
// }catch (e) {
|
|
861
|
-
// console.log("updateFMeterState(err)------------->",res)
|
|
862
|
-
// console.log(e)
|
|
863
|
-
// this.$showMessage('推送手机端失败')
|
|
864
|
-
// }
|
|
865
|
-
},
|
|
866
|
-
loadMeterBooks () {
|
|
867
|
-
this.meterbooks = this.$GetSaleParam.getMeterBooks()
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
},
|
|
871
|
-
computed: {
|
|
872
|
-
inputtores () {
|
|
873
|
-
// 获取抄表员
|
|
874
|
-
console.log('获取抄表员', this.$login.f)
|
|
875
|
-
let rs = []
|
|
876
|
-
if (this.$login.f.f_gasman.length > 0) {
|
|
877
|
-
for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
|
|
878
|
-
let temp = {
|
|
879
|
-
label: this.$login.f.f_gasman[i].name,
|
|
880
|
-
value: this.$login.f.f_gasman[i].name
|
|
881
|
-
}
|
|
882
|
-
rs.push(temp)
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
this.inputtores2 = rs
|
|
886
|
-
return [...rs]
|
|
887
|
-
}
|
|
888
|
-
},
|
|
889
|
-
watch: {
|
|
890
|
-
|
|
891
|
-
}
|
|
892
|
-
}
|
|
893
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="basic-main" style="height: 98%">
|
|
3
|
+
<div class="flex">
|
|
4
|
+
<criteria-paged :model="model" v-ref:paged @sort="sort">
|
|
5
|
+
<criteria partial='criteria' v-ref:cri @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
|
+
condition="f_hand_date >='{} 00:00:00'"
|
|
18
|
+
:format="'yyyy-MM-dd'"
|
|
19
|
+
></datepicker>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="col-sm-2 form-group">
|
|
22
|
+
<label class="font_normal_body">  至 </label>
|
|
23
|
+
<datepicker placeholder="结束日期"
|
|
24
|
+
style="width:60%"
|
|
25
|
+
v-model="model.endDate"
|
|
26
|
+
:value.sync="model.endDate"
|
|
27
|
+
condition="f_hand_date <='{} 23:59:59'"
|
|
28
|
+
:format="'yyyy-MM-dd'"
|
|
29
|
+
></datepicker>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
<div class="col-sm-2 form-group">
|
|
33
|
+
<label class="font_normal_body">客户编号</label>
|
|
34
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
35
|
+
condition="f_userinfo_code='{}'" placeholder='客户编号'>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
<div class="span" style="float:right;">
|
|
39
|
+
|
|
40
|
+
<button class="button_search button_spacing" @click="$parent.$parent.search()">查询</button>
|
|
41
|
+
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
42
|
+
<export-excel
|
|
43
|
+
:data="{condition: $parent.$parent.excelCondition,orderitem: $parent.$parent.orderDefault}"
|
|
44
|
+
:field="$parent.$parent.fields"
|
|
45
|
+
sqlurl="rs/logic/saleExport" progress="saleGetExportProgress" sql-name="getAuditMachineHand"
|
|
46
|
+
template-name='抄表审核导出'
|
|
47
|
+
:choose-col="true">
|
|
48
|
+
</export-excel>
|
|
49
|
+
<button class="button_search button_spacing width-60"
|
|
50
|
+
v-show="model.f_audit_state == '待审核' && $parent.$parent.auditStateShow" @click="$parent.$parent.allsuccess()" v-el:cx>全部通过</button>
|
|
51
|
+
<button class="button_search button_spacing width-60"
|
|
52
|
+
v-show="model.f_audit_state == '待审核' && $parent.$parent.auditStateShow" @click="$parent.$parent.allfaild()" v-el:cx>全部不通过</button>
|
|
53
|
+
<div
|
|
54
|
+
:class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
|
|
55
|
+
@click="$parent.$parent.hidden()" class="button_spacing" style="float: right"></div>
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
59
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
60
|
+
<!-- <label class="font_normal_body">表 编 号</label>-->
|
|
61
|
+
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_id"-->
|
|
62
|
+
<!-- condition="f_user_id='{}'" placeholder='表编号'>-->
|
|
63
|
+
<!-- </div>-->
|
|
64
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
65
|
+
<!-- <label class="font_normal_body">抄表状态</label>-->
|
|
66
|
+
<!-- <v-select :value.sync="model.f_audit_state"-->
|
|
67
|
+
<!-- class="select_list select"-->
|
|
68
|
+
<!-- v-model="model.f_audit_state"-->
|
|
69
|
+
<!-- style="width: 60%"-->
|
|
70
|
+
<!-- condition="f_meter_state = '{}'"-->
|
|
71
|
+
<!-- :options='$parent.$parent.auditState' placeholder='请选择'-->
|
|
72
|
+
<!-- close-on-select v-el:cc>-->
|
|
73
|
+
<!-- </v-select>-->
|
|
74
|
+
<!-- </div>-->
|
|
75
|
+
<div class="col-sm-2 form-group">
|
|
76
|
+
<label class="font_normal_body">表  号</label>
|
|
77
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
78
|
+
condition="f_meternumber like '%{}%'" placeholder='表号'>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="col-sm-2 form-group">
|
|
81
|
+
<label class="font_normal_body">客户姓名</label>
|
|
82
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name" placeholder='客户姓名'
|
|
83
|
+
condition="f_user_name = '{}'">
|
|
84
|
+
</div>
|
|
85
|
+
<div class="col-sm-2 form-group">
|
|
86
|
+
<label class="font_normal_body">小    区</label>
|
|
87
|
+
<v-select :value.sync="model.f_residential_area"
|
|
88
|
+
class="select_list select"
|
|
89
|
+
enter-push
|
|
90
|
+
v-model="model.f_residential_area"
|
|
91
|
+
style="width: 60%"
|
|
92
|
+
multiple="true"
|
|
93
|
+
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
94
|
+
close-on-select v-el:cc>
|
|
95
|
+
</v-select>
|
|
96
|
+
</div>
|
|
97
|
+
<div class="col-sm-2 form-group">
|
|
98
|
+
<label class="font_normal_body">楼  栋</label>
|
|
99
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_building"
|
|
100
|
+
condition="f_building = '{}'" placeholder='楼栋'>
|
|
101
|
+
</div>
|
|
102
|
+
<div class="col-sm-2 form-group">
|
|
103
|
+
<label class="font_normal_body">单  元</label>
|
|
104
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_unit"
|
|
105
|
+
condition="f_unit = '{}'" placeholder='单元'>
|
|
106
|
+
</div>
|
|
107
|
+
<div class="col-sm-2 form-group">
|
|
108
|
+
<label class="font_normal_body">楼  层</label>
|
|
109
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_floor"
|
|
110
|
+
condition="f_floor = '{}'" placeholder='楼层'>
|
|
111
|
+
</div>
|
|
112
|
+
<div class="col-sm-2 form-group">
|
|
113
|
+
<label class="font_normal_body">门 牌 号</label>
|
|
114
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_room"
|
|
115
|
+
condition="f_room like '%{}%'" placeholder='门牌号'>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="col-sm-2 form-group">
|
|
118
|
+
<label class="font_normal_body">客户地址</label>
|
|
119
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
120
|
+
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
121
|
+
</div>
|
|
122
|
+
<div class="col-sm-2 form-group">
|
|
123
|
+
<label class="font_normal_body">抄 表 员</label>
|
|
124
|
+
<v-select :value.sync="model.f_inputtor" v-model='model.f_inputtor'
|
|
125
|
+
style="width:60%"
|
|
126
|
+
multiple="true"
|
|
127
|
+
:options='$parent.$parent.inputtores' placeholder='抄表员'
|
|
128
|
+
close-on-select
|
|
129
|
+
v-el:cc></v-select>
|
|
130
|
+
</div>
|
|
131
|
+
|
|
132
|
+
<div class="col-sm-2 form-group">
|
|
133
|
+
<label class="font_normal_body">客户类型</label>
|
|
134
|
+
<v-select :value.sync="model.f_user_type" v-model="model.f_user_type"
|
|
135
|
+
:options='$parent.$parent.usertypes' placeholder='客户类型'
|
|
136
|
+
style="width:60%"
|
|
137
|
+
close-on-select
|
|
138
|
+
condition="f_user_type = '{}'"></v-select>
|
|
139
|
+
</div>
|
|
140
|
+
<div class="col-sm-2 form-group">
|
|
141
|
+
<label class="font_normal_body">用户等级</label>
|
|
142
|
+
<v-select :value.sync="model.f_user_level" v-model="model.f_user_level"
|
|
143
|
+
:options='$parent.$parent.userlevels' placeholder='用户等级'
|
|
144
|
+
style="width:60%"
|
|
145
|
+
close-on-select
|
|
146
|
+
condition="f_user_level = '{}'"></v-select>
|
|
147
|
+
</div>
|
|
148
|
+
<div class="col-sm-2 form-group">
|
|
149
|
+
<label class="font_normal_body">审核状态</label>
|
|
150
|
+
<v-select :value.sync="model.f_audit_state" v-model="model.f_audit_state"
|
|
151
|
+
:options='$parent.$parent.auditstates' placeholder='审核状态'
|
|
152
|
+
style="width:60%"
|
|
153
|
+
:value-single="true"
|
|
154
|
+
close-on-select
|
|
155
|
+
condition="f_audit_state = '{}'"></v-select>
|
|
156
|
+
</div>
|
|
157
|
+
<div class="col-sm-2 form-group">
|
|
158
|
+
<label class="font_normal_body">抄 表 册</label>
|
|
159
|
+
<v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"
|
|
160
|
+
:options='$parent.$parent.meterbooks' placeholder='抄表册'
|
|
161
|
+
style="width:60%"
|
|
162
|
+
:multiple="true"
|
|
163
|
+
condition="f_meter_book_num in {}"></v-select>
|
|
164
|
+
</div>
|
|
165
|
+
<div class="col-sm-2 flex-row" style="white-space: nowrap" >
|
|
166
|
+
<label class="font_normal_body">应交气量</label>
|
|
167
|
+
<div class="row">
|
|
168
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.oughtamountmin"
|
|
169
|
+
condition="f_oughtamount >= {} " placeholder="">
|
|
170
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
171
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.oughtamountmax"
|
|
172
|
+
condition="f_oughtamount <= {} " placeholder="">
|
|
173
|
+
</div>
|
|
174
|
+
</div>
|
|
175
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
176
|
+
<!-- <label class="font_normal_body">调压箱名</label>-->
|
|
177
|
+
<!-- <v-select :value.sync="model.f_adjustable_name" v-model="model.f_adjustable_name"-->
|
|
178
|
+
<!-- :options='$parent.$parent.adjustablename' placeholder='调压箱名称'-->
|
|
179
|
+
<!-- style="width:60%"-->
|
|
180
|
+
<!-- close-on-select-->
|
|
181
|
+
<!-- condition="f_adjustable_name = '{}'"></v-select>-->
|
|
182
|
+
<!-- </div>-->
|
|
183
|
+
<res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes"
|
|
184
|
+
v-ref:sel></res-select-group>
|
|
185
|
+
<div class="form-group col-sm-2">
|
|
186
|
+
<label class="font_normal_body">气价名称</label>
|
|
187
|
+
<v-select id="f_price_name"
|
|
188
|
+
v-model="model.price_name"
|
|
189
|
+
placeholder='气价名称'
|
|
190
|
+
style="width: 60%"
|
|
191
|
+
:value.sync="model.price_name"
|
|
192
|
+
:options='$parent.$parent.priceNames'
|
|
193
|
+
condition="f_price_name = '{}'"
|
|
194
|
+
close-on-select></v-select>
|
|
195
|
+
</div>
|
|
196
|
+
</div>
|
|
197
|
+
|
|
198
|
+
</div>
|
|
199
|
+
</criteria>
|
|
200
|
+
<data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid id="hand_manager_grid" :optional="true">
|
|
201
|
+
<template partial='head'>
|
|
202
|
+
<tr>
|
|
203
|
+
<th> <nobr>审核</nobr></th>
|
|
204
|
+
<!--<th><input type='checkbox' v-model="$parent.$parent.$parent.all" @change="$parent.$parent.$parent.chooseAll"></th>-->
|
|
205
|
+
<th>
|
|
206
|
+
<nobr>序号</nobr>
|
|
207
|
+
</th>
|
|
208
|
+
<th>
|
|
209
|
+
<nobr>客户编号
|
|
210
|
+
<!-- <data-order field="f_userinfo_code" name="客户编号"-->
|
|
211
|
+
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>-->
|
|
212
|
+
</nobr>
|
|
213
|
+
</th>
|
|
214
|
+
<!-- <th>-->
|
|
215
|
+
<!-- <nobr>表编号</nobr>-->
|
|
216
|
+
<!-- </th>-->
|
|
217
|
+
<!-- <th>基本信息</th>-->
|
|
218
|
+
<th>
|
|
219
|
+
<nobr>
|
|
220
|
+
基本信息
|
|
221
|
+
<!-- <data-order field="f_address" name="基本信息"-->
|
|
222
|
+
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>-->
|
|
223
|
+
</nobr>
|
|
224
|
+
</th>
|
|
225
|
+
<th>
|
|
226
|
+
<nobr>用户等级</nobr>
|
|
227
|
+
</th>
|
|
228
|
+
<!--<th><nobr><data-order field="f_building" name="楼号"-->
|
|
229
|
+
<!--:order.sync="$parent.$parent.$parent.orderFields.f_building"></data-order></nobr>-->
|
|
230
|
+
<!--</th>-->
|
|
231
|
+
<!--<th><nobr><data-order field="f_unit" name="单元号"-->
|
|
232
|
+
<!--:order.sync="$parent.$parent.$parent.orderFields.f_unit"></data-order></nobr>-->
|
|
233
|
+
<!--</th>-->
|
|
234
|
+
<!--<th><nobr><data-order field="f_room" name="房号"-->
|
|
235
|
+
<!--:order.sync="$parent.$parent.$parent.orderFields.f_room"></data-order></nobr>-->
|
|
236
|
+
<!--</th>-->
|
|
237
|
+
<th>
|
|
238
|
+
<nobr>上期结余</nobr>
|
|
239
|
+
</th>
|
|
240
|
+
<!-- <th>-->
|
|
241
|
+
<!-- <nobr>平均用气量</nobr>-->
|
|
242
|
+
<!-- </th>-->
|
|
243
|
+
<th>
|
|
244
|
+
<nobr>表号</nobr>
|
|
245
|
+
</th>
|
|
246
|
+
<th><nobr>附件</nobr></th>
|
|
247
|
+
<th>
|
|
248
|
+
<nobr>上期底数</nobr>
|
|
249
|
+
</th>
|
|
250
|
+
<th>
|
|
251
|
+
<nobr>本期底数</nobr>
|
|
252
|
+
</th>
|
|
253
|
+
<th>
|
|
254
|
+
<nobr>备注</nobr>
|
|
255
|
+
</th>
|
|
256
|
+
|
|
257
|
+
<th>
|
|
258
|
+
<nobr>应交气量</nobr>
|
|
259
|
+
</th>
|
|
260
|
+
<th>
|
|
261
|
+
<nobr>增量值</nobr>
|
|
262
|
+
</th>
|
|
263
|
+
<!--增加应交金额-->
|
|
264
|
+
<th>
|
|
265
|
+
<nobr>应交金额</nobr>
|
|
266
|
+
</th>
|
|
267
|
+
<th>
|
|
268
|
+
<nobr>是否欠费</nobr>
|
|
269
|
+
</th>
|
|
270
|
+
<th>
|
|
271
|
+
<nobr>抄表结果状态</nobr>
|
|
272
|
+
</th>
|
|
273
|
+
<!-- <th>上次抄表日期</th>-->
|
|
274
|
+
<th>
|
|
275
|
+
<nobr>
|
|
276
|
+
上次抄表录入日期
|
|
277
|
+
<!-- <data-order field="f_last_input_date" name="上次抄表录入日期"-->
|
|
278
|
+
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_last_input_date"></data-order>-->
|
|
279
|
+
</nobr>
|
|
280
|
+
</th>
|
|
281
|
+
<!-- <th>下发日期</th>-->
|
|
282
|
+
<th>
|
|
283
|
+
<nobr>下发日期
|
|
284
|
+
<!-- <data-order field="f_hand_date" name="下发日期"-->
|
|
285
|
+
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_hand_date"></data-order>-->
|
|
286
|
+
</nobr>
|
|
287
|
+
</th>
|
|
288
|
+
<!-- <th>抄表日期</th>-->
|
|
289
|
+
<th>
|
|
290
|
+
<nobr>抄表录入日期
|
|
291
|
+
<!-- <data-order field="f_input_date" name="抄表录入日期"-->
|
|
292
|
+
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_input_date"></data-order>-->
|
|
293
|
+
</nobr>
|
|
294
|
+
</th>
|
|
295
|
+
<!-- <th>抄表册</th>-->
|
|
296
|
+
<th>
|
|
297
|
+
<nobr>抄表册
|
|
298
|
+
<!-- <data-order field="f_book_name" name="抄表册"-->
|
|
299
|
+
<!-- :order.sync="$parent.$parent.$parent.orderFields.f_book_name"></data-order>-->
|
|
300
|
+
</nobr>
|
|
301
|
+
|
|
302
|
+
</th>
|
|
303
|
+
<th>
|
|
304
|
+
<nobr>审核状态</nobr>
|
|
305
|
+
</th>
|
|
306
|
+
<th>
|
|
307
|
+
<nobr>审核原因</nobr>
|
|
308
|
+
</th>
|
|
309
|
+
<th>
|
|
310
|
+
<nobr>
|
|
311
|
+
<data-order field="f_meter_book_sort" name="表册顺序"
|
|
312
|
+
:order.sync="$parent.$parent.$parent.orderFields.f_meter_book_sort"></data-order>
|
|
313
|
+
</nobr>
|
|
314
|
+
</th>
|
|
315
|
+
<th>
|
|
316
|
+
<nobr>调压箱名称</nobr>
|
|
317
|
+
</th>
|
|
318
|
+
<th>
|
|
319
|
+
<nobr>抄表员</nobr>
|
|
320
|
+
</th>
|
|
321
|
+
<th>
|
|
322
|
+
<nobr>表前阀状态</nobr>
|
|
323
|
+
</th>
|
|
324
|
+
<th>
|
|
325
|
+
<nobr>防盗卡号</nobr>
|
|
326
|
+
</th>
|
|
327
|
+
|
|
328
|
+
<!-- <th><nobr>附件</nobr></th>-->
|
|
329
|
+
<!-- f_oughtfee-->
|
|
330
|
+
</tr>
|
|
331
|
+
</template>
|
|
332
|
+
<template partial='body'>
|
|
333
|
+
<td style="text-align: center;" class="row auto">
|
|
334
|
+
<nobr>
|
|
335
|
+
<button type="button" name="button" class="button_search button_spacing width-60"
|
|
336
|
+
@click.stop="$parent.$parent.$parent.pass(row)"
|
|
337
|
+
v-if="row.f_meter_state === '待审核'">通过
|
|
338
|
+
</button>
|
|
339
|
+
|
|
340
|
+
<button type="button" name="button" class="button_search button_spacing width-60"
|
|
341
|
+
@click.stop="$parent.$parent.$parent.showReasonModal(row)"
|
|
342
|
+
v-if="row.f_meter_state === '待审核' ">不通过
|
|
343
|
+
</button>
|
|
344
|
+
</nobr>
|
|
345
|
+
</td>
|
|
346
|
+
<!--<td style="text-align: center;">-->
|
|
347
|
+
<!--<input v-if="row.f_meter_state === '未下发'"-->
|
|
348
|
+
<!--:id="model.pageIndex" type='checkbox' @change="$parent.$parent.$parent.chooseOne($event,row,model.rows)"-->
|
|
349
|
+
<!--:checked="$parent.$parent.$parent.ischecked(row)"/>-->
|
|
350
|
+
<!--</td>-->
|
|
351
|
+
<td style="text-align: center;"><nobr>{{$index + 1}}</nobr></td>
|
|
352
|
+
<td><nobr>{{row.f_userinfo_code}}</nobr></td>
|
|
353
|
+
<!-- <td>{{row.f_user_id}}</td>-->
|
|
354
|
+
<td> <nobr>{{row.f_user_name}} {{row.f_address}} </nobr></td>
|
|
355
|
+
<td><nobr>{{row.f_user_level}}</nobr></td>
|
|
356
|
+
<!--<td>{{row.f_building}}</td>-->
|
|
357
|
+
<!--<td>{{row.f_unit}}</td>-->
|
|
358
|
+
<!--<td>{{row.f_room}}</td>-->
|
|
359
|
+
<td><nobr>{{row.f_userbalance}}</nobr></td>
|
|
360
|
+
<!-- <td style="text-align: center;">{{Math.round(row.avggas)}}</td>-->
|
|
361
|
+
<td><nobr>{{row.f_meternumber}}</nobr></td>
|
|
362
|
+
<td style="text-align: center;"><nobr>
|
|
363
|
+
<img-self :src="row.f_handplan_image" v-if="row.f_handplan_image" :width="50" :height="50"></img-self>
|
|
364
|
+
|
|
365
|
+
<!-- <button v-if="row.is_has_file=='是'" class="btn btn-link" @click.stop="$parent.$parent.$parent.view(row)">查看</button>-->
|
|
366
|
+
<button v-if="row.f_notified_path" class="btn btn-link" @click.stop="$parent.$parent.$parent.imgShow(row.f_notified_path)">图像识别</button>
|
|
367
|
+
</nobr></td>
|
|
368
|
+
<td><nobr>{{row.f_meter_base}}</nobr></td>
|
|
369
|
+
<td id="hand-creat" style="display: flex;justify-content: space-between;align-items: center">
|
|
370
|
+
<nobr>
|
|
371
|
+
<b>{{row.f_tablebase}}</b>
|
|
372
|
+
<button type="button" name="button" class="button_search button_spacing width-60"
|
|
373
|
+
@click.stop="$parent.$parent.$parent.amend(row)">修正
|
|
374
|
+
</button>
|
|
375
|
+
</nobr>
|
|
376
|
+
</td>
|
|
377
|
+
<td><nobr>{{row.f_comments}}</nobr></td>
|
|
378
|
+
<td style="text-align: center;"><nobr>{{row.f_oughtamount}}</nobr></td>
|
|
379
|
+
<td style="text-align: center;"><nobr>{{row.f_adjustment_volume}}</nobr></td>
|
|
380
|
+
<td style="text-align: center;"><nobr>{{row.f_oughtfee}}</nobr></td>
|
|
381
|
+
<td style="text-align: center;"><nobr>{{row.f_isarrears}}</nobr></td>
|
|
382
|
+
<td><nobr>{{row.f_result_state}}</nobr></td>
|
|
383
|
+
<td><nobr>{{row.f_last_input_date}}</nobr></td>
|
|
384
|
+
<td><nobr>{{row.f_hand_date}}</nobr></td>
|
|
385
|
+
<td><nobr>{{row.f_input_date}}</nobr></td>
|
|
386
|
+
<td><nobr>{{row.f_book_name}} </nobr></td>
|
|
387
|
+
<td><nobr>{{row.f_audit_state}} </nobr></td>
|
|
388
|
+
<td><nobr>{{row.f_review_reason}} </nobr></td>
|
|
389
|
+
<td><nobr>{{row.f_meter_book_sort}} </nobr></td>
|
|
390
|
+
<td><nobr>{{row.f_adjustable_name}}</nobr></td>
|
|
391
|
+
<td><nobr>{{row.f_inputtor}}</nobr></td>
|
|
392
|
+
<td><nobr>{{row.f_bqf_state}}</nobr></td>
|
|
393
|
+
<td><nobr>{{row.f_defendcard}}</nobr></td>
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
</template>
|
|
397
|
+
</data-grid>
|
|
398
|
+
</criteria-paged>
|
|
399
|
+
<!-- <table class="table-hover">-->
|
|
400
|
+
<!-- <tr style="position: relative" class="table-bordered">-->
|
|
401
|
+
<!-- <td-->
|
|
402
|
+
<!-- style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">-->
|
|
403
|
+
<!-- 汇总信息-->
|
|
404
|
+
<!-- </td>-->
|
|
405
|
+
<!-- <td-->
|
|
406
|
+
<!-- style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
407
|
+
<!-- 支付宝金额汇总: {{sumsmodel.f_total_charge}}-->
|
|
408
|
+
<!-- </td>-->
|
|
409
|
+
<!-- <td-->
|
|
410
|
+
<!-- style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
411
|
+
<!-- 收费金额汇总: {{sumsmodel.f_collection}}-->
|
|
412
|
+
<!-- </td>-->
|
|
413
|
+
<!-- <td-->
|
|
414
|
+
<!-- style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
415
|
+
<!-- 差额汇总: {{((sumsmodel.f_total_charge -0) - (sumsmodel.f_collection -0)).toFixed(2)}}-->
|
|
416
|
+
<!-- </td>-->
|
|
417
|
+
<!-- </tr>-->
|
|
418
|
+
<!-- </table>-->
|
|
419
|
+
</div>
|
|
420
|
+
</div>
|
|
421
|
+
<modal :show.sync="imgshow" v-ref:modal backdrop="true">
|
|
422
|
+
<header slot="modal-header" class="modal-header">
|
|
423
|
+
抄表图像识别照片
|
|
424
|
+
</header>
|
|
425
|
+
<article slot="modal-body" class="modal-body">
|
|
426
|
+
<div class="from-group">
|
|
427
|
+
<img-self :src="imgfilename" width="500" height="500"></img-self>
|
|
428
|
+
</div>
|
|
429
|
+
</article>
|
|
430
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
431
|
+
<button type="button" class="btn btn-success" @click='imgclose'>关闭</button>
|
|
432
|
+
</footer>
|
|
433
|
+
</modal>
|
|
434
|
+
<!-- 不通过原因弹框-->
|
|
435
|
+
<modal :show.sync="showReason" v-ref:modal backdrop="true">
|
|
436
|
+
<header slot="modal-header" class="modal-header">
|
|
437
|
+
请输入审核不通过原因
|
|
438
|
+
</header>
|
|
439
|
+
<article slot="modal-body" class="modal-body">
|
|
440
|
+
<textarea cols="100" rows="10" style="resize: none;" v-model="reasonText"></textarea>
|
|
441
|
+
</article>
|
|
442
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
443
|
+
<button type="button" class="btn button_search" @click=subReason>确定</button>
|
|
444
|
+
<button type="button" class="btn btn-success" style="padding: 8px 12px;" @click=closeReason>关闭</button>
|
|
445
|
+
</footer>
|
|
446
|
+
</modal>
|
|
447
|
+
</template>
|
|
448
|
+
<script>
|
|
449
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
|
450
|
+
import Vue from 'vue'
|
|
451
|
+
import * as Util from '../../Util'
|
|
452
|
+
|
|
453
|
+
let readyGen = async function (self) {
|
|
454
|
+
self.$refs.paged.$refs.cri.model.startDate = self.$login.toStartAndEndDateString()[0]
|
|
455
|
+
self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
|
|
456
|
+
await self.$LoadParams.loadMeterBook(self.f_filialeid)
|
|
457
|
+
self.loadMeterBooks()
|
|
458
|
+
self.$refs.paged.$refs.cri.model.f_audit_state = '待审核'
|
|
459
|
+
self.getaddress()
|
|
460
|
+
await self.$LoadParams.loadParam(self.f_filialeid)
|
|
461
|
+
self.getPricenames()
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
export default {
|
|
465
|
+
title: '机表抄表审核',
|
|
466
|
+
data () {
|
|
467
|
+
return {
|
|
468
|
+
// 请求对象(批量导入,查询进度使用)
|
|
469
|
+
HttpReset: new HttpResetClass(),
|
|
470
|
+
timer: null,
|
|
471
|
+
model: new PagedList('rs/sql/getAuditMachineHand', 50, {orderitem: this.orderDefault ? '"' + this.orderDefault + ' "' : `'f_hand_date desc'`}),
|
|
472
|
+
initres: {
|
|
473
|
+
org: [this.$login.f.orgid],
|
|
474
|
+
dep: [],
|
|
475
|
+
user: []
|
|
476
|
+
},
|
|
477
|
+
config: {
|
|
478
|
+
examine: false
|
|
479
|
+
},
|
|
480
|
+
imgfilename: '',
|
|
481
|
+
// 小区
|
|
482
|
+
residentialArea: [],
|
|
483
|
+
inputtouPerson: [],
|
|
484
|
+
imgshow: false,
|
|
485
|
+
nopassId:'',
|
|
486
|
+
showReason:false,
|
|
487
|
+
reasonText:'',
|
|
488
|
+
criteriaShow: false,
|
|
489
|
+
orderDefault: 'f_hand_date',
|
|
490
|
+
orgCondtionStr: '',
|
|
491
|
+
excelCondition: '',
|
|
492
|
+
fields: {
|
|
493
|
+
'f_userinfo_code': '客户编号',
|
|
494
|
+
'f_user_name': '客户名称',
|
|
495
|
+
'f_address': '客户地址',
|
|
496
|
+
'f_user_level': '用户等级',
|
|
497
|
+
'f_userbalance': '上期结余',
|
|
498
|
+
'f_meternumber': '表号',
|
|
499
|
+
'f_meter_base': '上期底数',
|
|
500
|
+
'f_tablebase': '本期底数',
|
|
501
|
+
'f_oughtamount': '应交气量',
|
|
502
|
+
'f_adjustment_volume': '增量值',
|
|
503
|
+
'f_oughtfee': '应交金额',
|
|
504
|
+
'f_result_state': '抄表结果状态',
|
|
505
|
+
'f_audit_state':'审核状态',
|
|
506
|
+
'f_last_input_date': '上次抄表录入日期',
|
|
507
|
+
'f_hand_date': '下发日期',
|
|
508
|
+
'f_input_date': '抄表录入日期',
|
|
509
|
+
'f_book_name': '抄表册',
|
|
510
|
+
'f_meter_book_sort': '表册顺序',
|
|
511
|
+
'f_adjustable_name': '调压箱名称',
|
|
512
|
+
'f_inputtor': '抄表员',
|
|
513
|
+
'f_bqf_state': '表前阀状态',
|
|
514
|
+
'f_defendcard': '防盗卡号',
|
|
515
|
+
'f_comments': '备注'
|
|
516
|
+
},
|
|
517
|
+
auditState: [{label: '全部', value: ''}, {label: '已审核', value: '已抄表'}, {label: '未审核', value: '待审核'}],
|
|
518
|
+
auditState1: [{label: '全部', value: ''}, {label: '审核失败', value: '审核失败'}],
|
|
519
|
+
meters: [{label: '全部', value: ''}, {label: '机表', value: '机表'}, {label: '物联网表', value: '物联网表'}],
|
|
520
|
+
resultstate: this.$appdata.getParam('抄表结果状态'),
|
|
521
|
+
meterstates: this.$appdata.getParam('抄表状态') ? [{
|
|
522
|
+
label: '全部',
|
|
523
|
+
value: ''
|
|
524
|
+
}, ...this.$appdata.getParam('抄表状态')] : [],
|
|
525
|
+
usertypes: this.$appdata.getParam('客户类型') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('客户类型')] : [],
|
|
526
|
+
userlevels: this.$appdata.getParam('用户等级') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('用户等级')] : [],
|
|
527
|
+
auditstates: this.$appdata.getParam('抄表审核状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('抄表审核状态')] : [],
|
|
528
|
+
auditStateShow: true,
|
|
529
|
+
adjustablename: this.$appdata.getParam('调压箱名称') ? [{
|
|
530
|
+
label: '全部',
|
|
531
|
+
value: ''
|
|
532
|
+
}, ...this.$appdata.getParam('调压箱名称')] : [],
|
|
533
|
+
meterbooks: [],
|
|
534
|
+
orderFields: {
|
|
535
|
+
f_userinfo_id: 'no'
|
|
536
|
+
},
|
|
537
|
+
f_filialeid: this.$login.f.orgid,
|
|
538
|
+
priceNames: [],
|
|
539
|
+
// 公司下拉
|
|
540
|
+
curorgid: [this.$login.f.orgid]
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
props: [],
|
|
544
|
+
beforeDestroy () {
|
|
545
|
+
// 销毁定时器
|
|
546
|
+
if (this.timer) clearInterval(this.timer)
|
|
547
|
+
},
|
|
548
|
+
ready () {
|
|
549
|
+
this.model.pageSizeMax = 9999999
|
|
550
|
+
readyGen(this)
|
|
551
|
+
},
|
|
552
|
+
methods: {
|
|
553
|
+
getPricenames () {
|
|
554
|
+
let filialeid = this.f_filialeid
|
|
555
|
+
let result = [{label: '全部', value: ''}]
|
|
556
|
+
console.log('this.$GetSaleParam.prices', this.$GetSaleParam)
|
|
557
|
+
console.log('filialeid', filialeid)
|
|
558
|
+
this.$GetSaleParam.prices.forEach((item) => {
|
|
559
|
+
if (item.f_state === '有效' && filialeid == item.f_filialeid) {
|
|
560
|
+
let value = {
|
|
561
|
+
label: item.f_price_name,
|
|
562
|
+
value: item
|
|
563
|
+
}
|
|
564
|
+
result.push(value)
|
|
565
|
+
}
|
|
566
|
+
})
|
|
567
|
+
this.priceNames = Array.from(new Set(result))
|
|
568
|
+
},
|
|
569
|
+
// 修正本期底数
|
|
570
|
+
amend (row) {
|
|
571
|
+
let tablebase = window.prompt('请输入你要修正的底数值,上期底数:' + row.f_meter_base)
|
|
572
|
+
if (!tablebase) return
|
|
573
|
+
if (tablebase < 0) {
|
|
574
|
+
this.$showAlert(`底数不能小于0,请注意!`, 'warning', 2000)
|
|
575
|
+
return
|
|
576
|
+
} else if (tablebase - parseInt(tablebase) !== 0) {
|
|
577
|
+
this.$showAlert(`底数只能输入整数,请注意!`, 'warning', 2000)
|
|
578
|
+
return
|
|
579
|
+
} else if (tablebase < row.f_last_tablebase && !row.f_capacity) {
|
|
580
|
+
this.$showAlert(`本期表底数不能低于上期表底数`, 'warning', 2000)
|
|
581
|
+
return
|
|
582
|
+
} else {
|
|
583
|
+
if (tablebase < row.f_last_tablebase) {
|
|
584
|
+
this.$showMessage('本次抄表已超越最大量程, 请熟知!')
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
let oughtamount = null
|
|
588
|
+
if (tablebase) {
|
|
589
|
+
if (row.f_share_gas) {
|
|
590
|
+
oughtamount = (tablebase - 0 - (row.f_last_tablebase - 0)).toFixed(4) + (row.f_share_gas > 0 ? '+' : '') + row.f_share_gas.toFixed(2)
|
|
591
|
+
} else {
|
|
592
|
+
if (row.f_capacity && row.f_capacity > 0 && tablebase < row.f_last_tablebase) {
|
|
593
|
+
oughtamount = (tablebase - 0 + (row.f_capacity - row.f_last_tablebase)).toFixed(2)
|
|
594
|
+
} else {
|
|
595
|
+
oughtamount = (tablebase - 0 - (row.f_last_tablebase - 0)).toFixed(2)
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
} else {
|
|
599
|
+
oughtamount = 0
|
|
600
|
+
}
|
|
601
|
+
let handplan = {
|
|
602
|
+
id: row.id,
|
|
603
|
+
f_tablebase: tablebase,
|
|
604
|
+
f_oughtamount: oughtamount
|
|
605
|
+
}
|
|
606
|
+
this.$resetpost('rs/entity/t_handplan', handplan, {resolveMsg: '修正成功', rejectMsg: '抄表数据修正出错!!!'}).then((res) => {
|
|
607
|
+
row.f_tablebase = tablebase
|
|
608
|
+
row.f_oughtamount = oughtamount
|
|
609
|
+
})
|
|
610
|
+
},
|
|
611
|
+
async allsuccess () {
|
|
612
|
+
let res = await this.$showMessage('确定通过全部抄表吗?操作后将不可取消', ['confirm', 'cancel'])
|
|
613
|
+
let condition = []
|
|
614
|
+
let uuid = this.$login.guid()
|
|
615
|
+
if (res === 'confirm') {
|
|
616
|
+
let rowdata = this.$refs.paged.$refs.grid.getRowData()
|
|
617
|
+
if (rowdata.length > 0) {
|
|
618
|
+
for (let i = 0; i < rowdata.length; i++) {
|
|
619
|
+
let temp = {
|
|
620
|
+
f_hand_id: rowdata[i].id,
|
|
621
|
+
// 本次表底数
|
|
622
|
+
f_tablebase: rowdata[i].f_tablebase,
|
|
623
|
+
// 表类型
|
|
624
|
+
f_meter_classify: rowdata[i].f_meter_classify,
|
|
625
|
+
// 气表品牌
|
|
626
|
+
f_meter_brand: rowdata[i].f_meter_brand
|
|
627
|
+
}
|
|
628
|
+
condition.push(temp)
|
|
629
|
+
}
|
|
630
|
+
let data = {
|
|
631
|
+
uuid: uuid,
|
|
632
|
+
condition: condition,
|
|
633
|
+
f_audit_person: this.$login.f.name
|
|
634
|
+
}
|
|
635
|
+
try {
|
|
636
|
+
this.$resetpost('rs/handPlanAudit/allAudit', data, {resolveMsg: null, rejectMsg: null}, 500)
|
|
637
|
+
} catch (e) {}
|
|
638
|
+
} else {
|
|
639
|
+
let data = {
|
|
640
|
+
uuid: uuid,
|
|
641
|
+
sqlName: 'getAuditMachineHand',
|
|
642
|
+
condition: this.excelCondition,
|
|
643
|
+
data: {
|
|
644
|
+
condition: this.excelCondition,
|
|
645
|
+
orderitem : ' id desc '
|
|
646
|
+
},
|
|
647
|
+
f_audit_person: this.$login.f.name
|
|
648
|
+
}
|
|
649
|
+
try {
|
|
650
|
+
this.$resetpost('rs/handPlanAudit/allAuditByCondition', data, {resolveMsg: null, rejectMsg: null}, 500)
|
|
651
|
+
} catch (e) {}
|
|
652
|
+
}
|
|
653
|
+
this.$showMessage(`正在批量处理中, 请耐心等待...`, [])
|
|
654
|
+
// 启动定时器定时查询处理结果
|
|
655
|
+
this.timer = setInterval(async () => {
|
|
656
|
+
let res = await this.HttpReset.load('POST', 'rs/logic/getBatchOperaPro', {data: {uuid: uuid}}, {resolveMsg: null, rejectMsg: null})
|
|
657
|
+
this.$showMessage(`正在批量处理中, 请耐心等待>>>${res.data.n}/${rowdata.length}`, [])
|
|
658
|
+
if (res.data.msg || res.data.error) {
|
|
659
|
+
clearInterval(this.timer)
|
|
660
|
+
this.$closeMessage()
|
|
661
|
+
if (res.data.error) {
|
|
662
|
+
this.$showAlert(`${res.data.error}`, 'danger')
|
|
663
|
+
return
|
|
664
|
+
}
|
|
665
|
+
await this.$showMessage(`审核总条数: ${res.data.sum}, 成功${res.data.success}条, 失败${res.data.fail}条`)
|
|
666
|
+
this.search()
|
|
667
|
+
}
|
|
668
|
+
}, 5000)
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
async allfaild () {
|
|
672
|
+
let res = await this.$showMessage('确定作废全部抄表吗?操作后将不可取消', ['confirm', 'cancel'])
|
|
673
|
+
let condition = '('
|
|
674
|
+
if (res === 'confirm') {
|
|
675
|
+
let rowdata = this.$refs.paged.$refs.grid.getRowData()
|
|
676
|
+
if (rowdata.length > 0) {
|
|
677
|
+
for (let i = 0; i < rowdata.length; i++) {
|
|
678
|
+
condition += `'` + rowdata[i].id + `',`
|
|
679
|
+
}
|
|
680
|
+
condition = condition.substring(0, condition.length - 1)
|
|
681
|
+
condition += ')'
|
|
682
|
+
let sql = `UPDATE t_handplan SET f_oughtamount=0,f_tablebase=0,f_input_date=null,f_meter_source=null,f_audit_person = '${this.$login.f.name}',f_audit_date = getDate(),f_meter_state = '未抄表',f_audit_state = '审核不通过' WHERE id in ${condition}`
|
|
683
|
+
await this.$resetpost('rs/logic/runSQL', {sql: sql}, {resolveMsg: '操作成功', rejectMsg: '操作失败'})
|
|
684
|
+
this.search()
|
|
685
|
+
} else {
|
|
686
|
+
this.$showMessage('暂无数据,无法作废当前所有抄表')
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
sort (field, rule) {
|
|
691
|
+
// 将所有排序方式设为不排序,实现相互排斥
|
|
692
|
+
for (let key in this.orderFields) {
|
|
693
|
+
if (key === field) {
|
|
694
|
+
this.orderFields[key] = rule
|
|
695
|
+
} else {
|
|
696
|
+
this.orderFields[key] = 'no'
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
// 如果新规则不排序,还原为默认排序
|
|
700
|
+
if (rule === 'no') {
|
|
701
|
+
this.model.paramSource.orderitem = `'${this.orderDefault}'`
|
|
702
|
+
} else {
|
|
703
|
+
this.model.paramSource.orderitem = `'${field} ${rule}'`
|
|
704
|
+
this.orderDefault = `${field} ${rule}`
|
|
705
|
+
}
|
|
706
|
+
this.search()
|
|
707
|
+
},
|
|
708
|
+
hidden () {
|
|
709
|
+
this.criteriaShow = !this.criteriaShow
|
|
710
|
+
},
|
|
711
|
+
getRes (obj) {
|
|
712
|
+
this.orgCondtionStr = obj
|
|
713
|
+
},
|
|
714
|
+
view (row) {
|
|
715
|
+
this.$parent.showupload = true
|
|
716
|
+
this.$parent.row = row
|
|
717
|
+
},
|
|
718
|
+
imgclose () {
|
|
719
|
+
this.imgshow = false
|
|
720
|
+
},
|
|
721
|
+
imgShow (val) {
|
|
722
|
+
console.log('-----------val2:', val)
|
|
723
|
+
this.imgfilename = `rs/image/file/` + val
|
|
724
|
+
console.log('-----------imgfilename2:', this.imgfilename)
|
|
725
|
+
this.imgshow = true
|
|
726
|
+
},
|
|
727
|
+
async getaddress () {
|
|
728
|
+
console.log('开始获取小区')
|
|
729
|
+
let HttpReset = new HttpResetClass()
|
|
730
|
+
var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
|
|
731
|
+
data: {
|
|
732
|
+
condition: `1=1 and s.f_filialeid = '${this.$login.f.orgid}'`
|
|
733
|
+
}
|
|
734
|
+
}, {resolveMsg: null, rejectMsg: '获取小区失败!'})
|
|
735
|
+
console.log('小区', data)
|
|
736
|
+
let house = []
|
|
737
|
+
house.push()
|
|
738
|
+
for (let row of data.data) {
|
|
739
|
+
console.log('开始保存小区')
|
|
740
|
+
house.push({label: row.f_residential_area, value: row.f_residential_area})
|
|
741
|
+
}
|
|
742
|
+
this.residentialArea = house
|
|
743
|
+
},
|
|
744
|
+
search () {
|
|
745
|
+
this.$refs.paged.$refs.cri.search()
|
|
746
|
+
},
|
|
747
|
+
clear () {
|
|
748
|
+
Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
|
|
749
|
+
this.$refs.paged.$refs.cri.model[key] = []
|
|
750
|
+
})
|
|
751
|
+
},
|
|
752
|
+
selfSearch (args) {
|
|
753
|
+
if (!this.orgCondtionStr) {
|
|
754
|
+
args.condition = `${args.condition}` + ' and f_orgid = ' + this.$login.f.orgid
|
|
755
|
+
} else {
|
|
756
|
+
args.condition = `${args.condition}` + this.orgCondtionStr
|
|
757
|
+
}
|
|
758
|
+
// 抄表员查询条件
|
|
759
|
+
this.inputtouPerson = this.$refs.paged.$refs.cri.model.f_inputtor
|
|
760
|
+
if (this.inputtouPerson.length !== 0) {
|
|
761
|
+
let str = JSON.stringify(this.inputtouPerson)
|
|
762
|
+
str = str.replace(/"/g, `'`)
|
|
763
|
+
str = str.replace(/\[/g, ``)
|
|
764
|
+
str = str.replace(/\]/g, ``)
|
|
765
|
+
console.log('=====抄表员model22222222222绑定====', str)
|
|
766
|
+
// 查询多个抄表员时条件
|
|
767
|
+
args.condition += ` and f_inputtor in ( ${str} )`
|
|
768
|
+
}
|
|
769
|
+
if (args.model.f_audit_state == '待审核'){
|
|
770
|
+
this.auditStateShow = true
|
|
771
|
+
} else {
|
|
772
|
+
this.auditStateShow = false
|
|
773
|
+
}
|
|
774
|
+
this.excelCondition = args.condition
|
|
775
|
+
this.$refs.paged.$refs.grid.selectInit()
|
|
776
|
+
this.model.search(args.condition, args.model)
|
|
777
|
+
},
|
|
778
|
+
pass (row) {
|
|
779
|
+
let param = {
|
|
780
|
+
f_meter_classify: row.f_meter_classify,
|
|
781
|
+
f_meter_brand: row.f_meter_brand,
|
|
782
|
+
f_hand_id: row.id,
|
|
783
|
+
f_operator: Vue.$login.f.name,
|
|
784
|
+
f_tablebase: row.f_tablebase,
|
|
785
|
+
f_userinfo_id: row.f_userinfo_id,
|
|
786
|
+
f_audit_person: Vue.$login.f.name,
|
|
787
|
+
f_audit_state: '审核通过',
|
|
788
|
+
f_audit_date: Util.toStandardTimeString(),
|
|
789
|
+
f_adjustment_volume: row.f_adjustment_volume
|
|
790
|
+
}
|
|
791
|
+
this.$resetpost('rs/logic/sale_commonEnter', {data: param}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
792
|
+
row.f_meter_state = res.data.f_meter_state
|
|
793
|
+
row.f_whether_pay = res.data.f_whether_pay
|
|
794
|
+
row.f_oughtfee = res.data.f_oughtfee
|
|
795
|
+
// this.$resetpost('rs/logic/getMeterSms', {data: param}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
796
|
+
// this.search()
|
|
797
|
+
let f_result_state = '正常'
|
|
798
|
+
if (row.f_result_state && row.f_result_state != '') {
|
|
799
|
+
f_result_state = row.f_result_state
|
|
800
|
+
}
|
|
801
|
+
let f_input_date = ''
|
|
802
|
+
if (row.f_input_date && row.f_input_date != '') {
|
|
803
|
+
f_input_date = ` ,f_input_date = '${row.f_input_date}'`
|
|
804
|
+
}
|
|
805
|
+
let sqldata = `update t_handplan set f_result_state = '${f_result_state}' ${f_input_date} where id = '${row.id}'`
|
|
806
|
+
this.$resetpost('rs/logic/runSQL', {data: {sql: sqldata}}, {resolveMsg: null, rejectMsg: '业务单号保存失败'})
|
|
807
|
+
// }).catch((error) => {
|
|
808
|
+
// row.state = '失败'
|
|
809
|
+
// Vue.set(row, 'error', JSON.stringify(error))
|
|
810
|
+
// this.speckText('抄表出错,请注意!')
|
|
811
|
+
// })
|
|
812
|
+
this.search()
|
|
813
|
+
}).catch((error) => {
|
|
814
|
+
row.state = '失败'
|
|
815
|
+
Vue.set(row, 'error', JSON.stringify(error))
|
|
816
|
+
Vue.showAlert(`审核失败: ${JSON.stringify(error)}`, 'danger', 0)
|
|
817
|
+
this.speckText('抄表出错,请注意!')
|
|
818
|
+
})
|
|
819
|
+
},
|
|
820
|
+
showReasonModal(row){
|
|
821
|
+
this.showReason = true
|
|
822
|
+
this.nopassId = row.id
|
|
823
|
+
},
|
|
824
|
+
closeReason(){
|
|
825
|
+
this.showReason = false
|
|
826
|
+
this.reasonText = ''
|
|
827
|
+
this.nopassId = ''
|
|
828
|
+
},
|
|
829
|
+
subReason(){
|
|
830
|
+
this.nopass()
|
|
831
|
+
this.closeReason()
|
|
832
|
+
},
|
|
833
|
+
nopass () {
|
|
834
|
+
let handplan = {
|
|
835
|
+
id: this.nopassId,
|
|
836
|
+
f_oughtamount: 0,
|
|
837
|
+
f_tablebase: 0,
|
|
838
|
+
f_input_date: null,
|
|
839
|
+
f_meter_state: '未抄表',
|
|
840
|
+
f_audit_state: '审核不通过',
|
|
841
|
+
f_review_reason:this.reasonText,
|
|
842
|
+
f_meter_source: null,
|
|
843
|
+
f_audit_person: Vue.$login.f.name,
|
|
844
|
+
f_audit_date: Util.toStandardTimeString()
|
|
845
|
+
}
|
|
846
|
+
this.$resetpost('rs/entity/t_handplan', handplan, {
|
|
847
|
+
resolveMsg: null,
|
|
848
|
+
rejectMsg: '未通过,抄表数据返回未抄表保存出错!!!'
|
|
849
|
+
}).then((res) => {
|
|
850
|
+
this.search()
|
|
851
|
+
})
|
|
852
|
+
// let res;
|
|
853
|
+
// try {
|
|
854
|
+
// this.$androidUtil.isTest = true
|
|
855
|
+
// res = this.$androidUtil.bzLogic('updateFMeterState', {username:this.f_user_name}, {rejectMsg: null, resolve: null})
|
|
856
|
+
// console.log("updateFMeterState------------->",res)
|
|
857
|
+
// if(res.status === 200){
|
|
858
|
+
// this.$showMessage('推送手机端成功')
|
|
859
|
+
// }
|
|
860
|
+
// }catch (e) {
|
|
861
|
+
// console.log("updateFMeterState(err)------------->",res)
|
|
862
|
+
// console.log(e)
|
|
863
|
+
// this.$showMessage('推送手机端失败')
|
|
864
|
+
// }
|
|
865
|
+
},
|
|
866
|
+
loadMeterBooks () {
|
|
867
|
+
this.meterbooks = this.$GetSaleParam.getMeterBooks()
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
},
|
|
871
|
+
computed: {
|
|
872
|
+
inputtores () {
|
|
873
|
+
// 获取抄表员
|
|
874
|
+
console.log('获取抄表员', this.$login.f)
|
|
875
|
+
let rs = []
|
|
876
|
+
if (this.$login.f.f_gasman.length > 0) {
|
|
877
|
+
for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
|
|
878
|
+
let temp = {
|
|
879
|
+
label: this.$login.f.f_gasman[i].name,
|
|
880
|
+
value: this.$login.f.f_gasman[i].name
|
|
881
|
+
}
|
|
882
|
+
rs.push(temp)
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
this.inputtores2 = rs
|
|
886
|
+
return [...rs]
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
watch: {
|
|
890
|
+
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
</script>
|