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,480 +1,480 @@
|
|
|
1
|
-
<template style="position: absolute">
|
|
2
|
-
<div style="flex:1.2;" class="flex">
|
|
3
|
-
<criteria-paged :model="model" v-ref:paged :pager="componentName === '' || bulkType !== null" @sort="sort">
|
|
4
|
-
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
5
|
-
<div novalidate class="form-inline" partial>
|
|
6
|
-
<card-info-modal :show.sync="$parent.$parent.cardModal_show" :cardinfo="$parent.$parent.cardInfo" v-ref:cardinfo></card-info-modal>
|
|
7
|
-
<div class="form-group">
|
|
8
|
-
<read-card @read-info="$parent.$parent.cardBtn" v-if="!$parent.$parent.noRead"></read-card>
|
|
9
|
-
</div>
|
|
10
|
-
<div class="form-group">
|
|
11
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_userinfo_code" placeholder='客户编号'
|
|
12
|
-
condition="u.f_userinfo_code = '{}'"
|
|
13
|
-
:size="model.f_userinfo_code ? model.f_userinfo_code.length : 4">
|
|
14
|
-
</div>
|
|
15
|
-
<!-- <div class="form-group">
|
|
16
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_contract_id" placeholder='合同编号'
|
|
17
|
-
condition="u.f_contract_id = '{}'"
|
|
18
|
-
:size="model.f_contract_id ? model.f_contract_id.length : 4">
|
|
19
|
-
</div> -->
|
|
20
|
-
<div class="form-group">
|
|
21
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_user_name" placeholder='客户姓名'
|
|
22
|
-
condition="u.f_user_name = '{}'"
|
|
23
|
-
:size="model.f_user_name ? model.f_user_name.length * 2 : 4">
|
|
24
|
-
</div>
|
|
25
|
-
<div class="form-group">
|
|
26
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_user_phone" placeholder='电话'
|
|
27
|
-
condition="u.f_user_phone = '{}'"
|
|
28
|
-
:size="model.f_user_phone ? model.f_user_phone.length : 2">
|
|
29
|
-
</div>
|
|
30
|
-
<div class="form-group">
|
|
31
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_address" placeholder='用户地址'
|
|
32
|
-
condition="u.f_address like '%{}%'"
|
|
33
|
-
:size="model.f_address ? model.f_address.length * 2 : 4">
|
|
34
|
-
</div>
|
|
35
|
-
<!--<div class="form-group">-->
|
|
36
|
-
<!--<input type="text" class="input_search" style="width:60%" v-model="model.f_user_id" placeholder='表编号'-->
|
|
37
|
-
<!--condition="u.f_user_id = '{}'"-->
|
|
38
|
-
<!--:size="model.f_user_id ? model.f_user_id.length : 3">-->
|
|
39
|
-
<!--</div>-->
|
|
40
|
-
<div class="form-group">
|
|
41
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_meternumber" placeholder='表号'
|
|
42
|
-
condition="f_meternumber = '{}'"
|
|
43
|
-
:size="model.f_meternumber ? model.f_meternumber.length : 2">
|
|
44
|
-
</div>
|
|
45
|
-
<div class="form-group">
|
|
46
|
-
<v-select id="f_paytype"
|
|
47
|
-
v-model="model.f_table_state"
|
|
48
|
-
placeholder='气表状态'
|
|
49
|
-
:value.sync="model.f_table_state"
|
|
50
|
-
:options='$parent.$parent.tableStates'
|
|
51
|
-
condition="u.f_table_state = '{}'"
|
|
52
|
-
close-on-select ></v-select>
|
|
53
|
-
</div>
|
|
54
|
-
<div class="form-group">
|
|
55
|
-
<v-select id="f_meter_brand"
|
|
56
|
-
v-model="model.f_meter_brand"
|
|
57
|
-
placeholder='气表品牌'
|
|
58
|
-
:value.sync="model.f_meter_brand"
|
|
59
|
-
:options='$parent.$parent.meterbrand'
|
|
60
|
-
condition="u.f_meter_brand = '{}'"
|
|
61
|
-
close-on-select ></v-select>
|
|
62
|
-
</div>
|
|
63
|
-
<div class="form-group">
|
|
64
|
-
<button class="button_search" @click="search(), $parent.$parent.clean()" v-el:cx>查询</button>
|
|
65
|
-
</div>
|
|
66
|
-
<div class="form-group" v-if="!$parent.$parent.noBatch">
|
|
67
|
-
<dropdown>
|
|
68
|
-
<button type="button" data-toggle="dropdown" class="btn btn-default dropdown-toggle width-100">
|
|
69
|
-
批量操作
|
|
70
|
-
</button>
|
|
71
|
-
<ul slot="dropdown-menu" class="dropdown-menu">
|
|
72
|
-
<li>
|
|
73
|
-
<a href="#" @click="$parent.$parent.bulkOperations('抄表员变更', 'change-meter-reader')">抄表员变更</a>
|
|
74
|
-
<a href="#" @click="$parent.$parent.bulkOperations('气价变更', 'change-price')">气价变更</a>
|
|
75
|
-
</li>
|
|
76
|
-
</ul>
|
|
77
|
-
</dropdown>
|
|
78
|
-
</div>
|
|
79
|
-
</div>
|
|
80
|
-
</criteria>
|
|
81
|
-
<data-grid :model="model" partial='list' v-ref:grid>
|
|
82
|
-
<template partial='head'>
|
|
83
|
-
<tr>
|
|
84
|
-
<th>序号</th>
|
|
85
|
-
<th v-if="$parent.$parent.$parent.bulkType === '抄表员变更'">抄表员</th>
|
|
86
|
-
<th>
|
|
87
|
-
<data-order field="f_userinfo_code" name="客户编号" :order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
|
|
88
|
-
</th>
|
|
89
|
-
<th>客户基本信息</th>
|
|
90
|
-
<th>表具信息</th>
|
|
91
|
-
<th style="white-space: nowrap;">分类信息</th>
|
|
92
|
-
<th>操作</th>
|
|
93
|
-
</tr>
|
|
94
|
-
</template>
|
|
95
|
-
<template partial='body'>
|
|
96
|
-
<td :class = "{'bg-danger' : row.f_states === '停用' }" style="text-align: center;">{{$index+1}}</td>
|
|
97
|
-
<td :class = "{'bg-danger' : row.f_states === '停用' }" v-if="$parent.$parent.$parent.bulkType === '抄表员变更'">{{row.f_inputtor}}</td>
|
|
98
|
-
<td :class = "{'bg-danger' : row.f_states === '停用' }" > {{row.f_userinfo_code}}</td>
|
|
99
|
-
<td :class = "{'bg-danger' : row.f_states === '停用' }" >{{row.f_user_name}} {{row.f_user_phone}} {{row.f_address}}</td>
|
|
100
|
-
<td :class = "{'bg-danger' : row.f_states === '停用' }" >{{row.f_user_id}} {{row.f_gasproperties}} {{row.f_meter_brand}}
|
|
101
|
-
{{row.f_meter_style}} {{row.f_price_type}}</td>
|
|
102
|
-
<td :class = "{'bg-danger' : row.f_states === '停用' }" style="text-align: center;">{{row.f_meter_type}} ({{row.f_states}})
|
|
103
|
-
|
|
104
|
-
</td>
|
|
105
|
-
<td :class = "{'bg-danger' : row.f_states === '停用' }" style="text-align: center;">
|
|
106
|
-
<dropdown>
|
|
107
|
-
<!-- <button type="button" data-toggle="dropdown" class="btn btn-default dropdown-toggle">
|
|
108
|
-
选择操作
|
|
109
|
-
</button> -->
|
|
110
|
-
<button type="button" data-toggle="dropdown" style="border: 0px;background: none;">
|
|
111
|
-
<span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
|
|
112
|
-
</button>
|
|
113
|
-
<ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
|
114
|
-
<li v-if="row.f_states === '未发' && $parent.$parent.$parent.jurisdiction.includes('发卡售气') " >
|
|
115
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('发卡售气', 'show-card-sell-gas', row)">发卡售气</a>
|
|
116
|
-
</li>
|
|
117
|
-
<li v-if="row.f_states === '停用' && $parent.$parent.$parent.jurisdiction.includes('启用') ">
|
|
118
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('表具启用', 'enable-manage', row)">表具启用</a>
|
|
119
|
-
</li>
|
|
120
|
-
<li v-if="(row.f_states === '正常' || row.f_states === '补卡' || row.f_states === '换表') && row.f_meter_type === '物联网表' && $parent.$parent.$parent.jurisdiction.includes('物联网表收费') ">
|
|
121
|
-
<a href="#" @click.stop="$parent.$parent.$parent.IOTCenter(row)">物联网表收费</a>
|
|
122
|
-
</li>
|
|
123
|
-
<li v-if="(row.f_states === '正常' || row.f_states === '换表') && row.f_meter_type === '机表' && $parent.$parent.$parent.jurisdiction.includes('机表收费') ">
|
|
124
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('机表收费', 'machine-charge', row)">机表收费</a>
|
|
125
|
-
</li>
|
|
126
|
-
<li v-if="(row.f_states === '正常' || row.f_states === '补卡') && (row.unWriteSell ? row.unWriteSell.length === 0 : true) && $parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.cardInfo.Gas === 0 && $parent.$parent.$parent.jurisdiction.includes('卡表收费') ">
|
|
127
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('卡表收费', 'card-meter-center', row)">卡表收费</a>
|
|
128
|
-
</li>
|
|
129
|
-
<li v-if="$parent.$parent.$parent.jurisdiction.includes('其他收费') ">
|
|
130
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('其他收费', 'other-charge', row)">其他收费</a>
|
|
131
|
-
</li>
|
|
132
|
-
<li v-if="((row.f_states === '正常' || row.f_states === '补卡'))&& $parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.jurisdiction.includes('补卡')">
|
|
133
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('补卡管理', 'replace-card-manage', row)">补卡管理</a>
|
|
134
|
-
</li>
|
|
135
|
-
<li v-if="(row.f_states === '正常' || row.f_states === '补卡' || row.f_states === '换表') && $parent.$parent.$parent.jurisdiction.includes('换表')">
|
|
136
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('换表管理', 'change-meter', row)">换表管理</a>
|
|
137
|
-
</li>
|
|
138
|
-
<li v-if="(row.f_states === '正常' || row.f_states === '换表' || row.f_states === '补卡') && $parent.$parent.$parent.jurisdiction.includes('过户')">
|
|
139
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('过户管理', 'transfer-manage', row)">过户管理</a>
|
|
140
|
-
</li>
|
|
141
|
-
<li v-if="row.f_states !== '停用' && $parent.$parent.$parent.jurisdiction.includes('停用') ">
|
|
142
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('表具停用', 'disable-manage', row)">表具停用</a>
|
|
143
|
-
</li>
|
|
144
|
-
<li v-if="row.f_states === '超用' && $parent.$parent.$parent.jurisdiction.includes('超用收费')">
|
|
145
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('超用收费', 'over-use-charge', row)">超用收费</a>
|
|
146
|
-
</li>
|
|
147
|
-
<li v-if="row.f_states === '补卡' && $parent.$parent.$parent.cardInfo.Gas === 0 && $parent.$parent.$parent.cardInfo.Money === 0 && $parent.$parent.$parent.jurisdiction.includes('掉气补气')">
|
|
148
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('掉气补气', 'off-gas-add-gas', row)">掉气补气</a>
|
|
149
|
-
</li>
|
|
150
|
-
<li v-if="row.f_remanent_gas > 0 && $parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.jurisdiction.includes('换表补气')">
|
|
151
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('换表补气', 'change-meter-add-gas', row)">换表补气</a>
|
|
152
|
-
</li>
|
|
153
|
-
<li v-if="row.f_meter_type === '物联网表' || ($parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.cardInfo.Gas === 0 && $parent.$parent.$parent.cardInfo.Money === 0) && $parent.$parent.$parent.jurisdiction.includes('其他补气')">
|
|
154
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('其他补气', 'other-gas', row)">其他补气</a>
|
|
155
|
-
</li>
|
|
156
|
-
<li v-if="row.f_states === '正常' && $parent.$parent.$parent.operCard.cardState === 1 && $parent.$parent.$parent.isCard(row.f_meter_type) && ($parent.$parent.$parent.cardInfo.Gas > 0 || $parent.$parent.$parent.cardInfo.Money > 0)">
|
|
157
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('购气撤销', 'card-meter-charge-cancel', row)">购气撤销</a>
|
|
158
|
-
</li>
|
|
159
|
-
<li v-if="(row.f_states === '正常' || row.f_states === '换表' || row.f_states === '补卡') && $parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.jurisdiction.includes('无卡收费')">
|
|
160
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('无卡收费', 'no-card-meter-center', row)">无卡收费</a>
|
|
161
|
-
</li>
|
|
162
|
-
<li v-if= "row.f_states !== '超用' && $parent.$parent.$parent.jurisdiction.includes('退费') ">
|
|
163
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('余额退款', 'refund-manage', row)">余额退款</a>
|
|
164
|
-
</li>
|
|
165
|
-
<li v-if="row.f_meter_type === '物联网表' && $parent.$parent.$parent.jurisdiction.includes('补费扣费')">
|
|
166
|
-
<a href="#" @click.stop="$parent.$parent.$parent.operate('补费扣费', 'deduction-manage', row)">补费扣费</a>
|
|
167
|
-
</li>
|
|
168
|
-
</ul>
|
|
169
|
-
</dropdown>
|
|
170
|
-
</td>
|
|
171
|
-
</template>
|
|
172
|
-
</data-grid>
|
|
173
|
-
</criteria-paged>
|
|
174
|
-
</div>
|
|
175
|
-
</template>
|
|
176
|
-
|
|
177
|
-
<script>
|
|
178
|
-
/**
|
|
179
|
-
*用户档案查询列表以及添加操作组件
|
|
180
|
-
*/
|
|
181
|
-
import { PagedList } from 'vue-client'
|
|
182
|
-
|
|
183
|
-
import cardlisten from '../../../plugins/CardListen'
|
|
184
|
-
|
|
185
|
-
let cardBtnGen = async function (self, val) {
|
|
186
|
-
self.cardInfo = val.data
|
|
187
|
-
if (val.data.CardID && val.data.Factory) {
|
|
188
|
-
// 获取未写卡或者写卡失败记录
|
|
189
|
-
let getUnWriteSell = await self.$SqlService.singleTable('t_sellinggas', `f_state = '有效' and f_write_card != '已写卡' and f_card_id = '${val.data.CardID}' and f_filialeids = '${self.$login.f.f_orgids}'`)
|
|
190
|
-
console.log('获取未写卡记录', getUnWriteSell)
|
|
191
|
-
if (getUnWriteSell.data.length > 1) {
|
|
192
|
-
self.$showAlert('此卡已缴费多次未写卡。请核实后处理!!', 'warning', 5000)
|
|
193
|
-
}
|
|
194
|
-
// 获取用户信息
|
|
195
|
-
let getUser = await self.$resetpost('rs/sql/singleTable_User', {data: {condition: `u.f_meter_type in ('气量卡表', '金额卡表') and u.f_card_id='${val.data.CardID}' and u.f_filialeids = '${self.$login.f.f_orgids}' and u.f_alias='${val.data.Factory}'`, orderitem: `${self.orderitem} Desc`}}, {resolveMsg: '读卡成功', rejectMsg: '读卡失败'})
|
|
196
|
-
if (getUser.data.length === 0) {
|
|
197
|
-
self.model.state = '错误'
|
|
198
|
-
self.model.rows = null
|
|
199
|
-
self.model.error = '没有符合条件的记录'
|
|
200
|
-
self.cardModal_show = true
|
|
201
|
-
} else if (getUser.data.length === 1) {
|
|
202
|
-
getUser.data[0].unWriteSell = getUnWriteSell.data
|
|
203
|
-
self.model.rows = getUser.data
|
|
204
|
-
self.model.pageIndex = 1
|
|
205
|
-
self.model.state = '正确'
|
|
206
|
-
self.$refs.paged.$refs.grid.select(self.model.rows[0])
|
|
207
|
-
} else if (getUser.data.length > 1) {
|
|
208
|
-
self.model.rows = getUser.data
|
|
209
|
-
self.model.pageIndex = 1
|
|
210
|
-
self.model.state = '正确'
|
|
211
|
-
self.$showAlert('该卡号出现重复,请确认该用户信息之后执行清零换表功能!!', 'warning', 5000)
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
let asyncReadyGen = async function (self) {
|
|
217
|
-
// 获取营收参数
|
|
218
|
-
await self.search()
|
|
219
|
-
await self.$LoadParams.loadParam()
|
|
220
|
-
self.initQueryParam()
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
export default {
|
|
224
|
-
data () {
|
|
225
|
-
// Vue.filter('currencyDisplay', {
|
|
226
|
-
// // model -> view
|
|
227
|
-
// // 在更新 `<input>` 元素之前格式化值
|
|
228
|
-
// read: function(val) {
|
|
229
|
-
// return '¥'+(val-0).toFixed(2)
|
|
230
|
-
// },
|
|
231
|
-
// // view -> model
|
|
232
|
-
// // 在写回数据之前格式化值
|
|
233
|
-
// write: function(val, oldVal) {
|
|
234
|
-
// var number = +val.replace(/[^\d.]/g, '')
|
|
235
|
-
// return isNaN(number) ? 0 : parseFloat(number.toFixed(2))
|
|
236
|
-
// }
|
|
237
|
-
// })
|
|
238
|
-
return {
|
|
239
|
-
model: new PagedList('rs/sql/singleTable_User', 30,
|
|
240
|
-
{orderitem: '"' + this.orderitem + ' DESC"'}),
|
|
241
|
-
asideTitle: '用户操作',
|
|
242
|
-
rows: null,
|
|
243
|
-
cardInfo: '',
|
|
244
|
-
cardModal_show: false,
|
|
245
|
-
bulkType: null, // 批量操作标识
|
|
246
|
-
operCard: cardlisten,
|
|
247
|
-
contract: [{label: '全部', value: ''},
|
|
248
|
-
{label: '有', value: 'not null'},
|
|
249
|
-
{label: '无', value: 'null'}],
|
|
250
|
-
orderFields: {
|
|
251
|
-
f_userinfo_id: 'no'
|
|
252
|
-
},
|
|
253
|
-
filiale: '',
|
|
254
|
-
outlet: '',
|
|
255
|
-
filialeName: [],
|
|
256
|
-
outletsname: [],
|
|
257
|
-
filialetype: '',
|
|
258
|
-
jurisdiction: this.$login.r,
|
|
259
|
-
tableStates: this.$appdata.getParam('表状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('表状态')] : [],
|
|
260
|
-
meterbrand: []
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
props: {
|
|
264
|
-
btns: {
|
|
265
|
-
type: Array,
|
|
266
|
-
default: function () {
|
|
267
|
-
return []
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
orderitem: {
|
|
271
|
-
type: String,
|
|
272
|
-
default: 'f_userinfo_id'
|
|
273
|
-
},
|
|
274
|
-
excelurl: {
|
|
275
|
-
type: String
|
|
276
|
-
},
|
|
277
|
-
queryGroup: {
|
|
278
|
-
type: Array,
|
|
279
|
-
default: function () {
|
|
280
|
-
return []
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
defbtn: {
|
|
284
|
-
type: String
|
|
285
|
-
},
|
|
286
|
-
opeHeight: {
|
|
287
|
-
default: 400
|
|
288
|
-
},
|
|
289
|
-
componentName: {
|
|
290
|
-
type: String
|
|
291
|
-
},
|
|
292
|
-
noRead: {
|
|
293
|
-
type: Boolean,
|
|
294
|
-
default: false
|
|
295
|
-
},
|
|
296
|
-
noBatch: {
|
|
297
|
-
type: Boolean,
|
|
298
|
-
default: false
|
|
299
|
-
},
|
|
300
|
-
row: {}
|
|
301
|
-
},
|
|
302
|
-
ready () {
|
|
303
|
-
console.log('获取权限', this.jurisdiction)
|
|
304
|
-
asyncReadyGen(this)
|
|
305
|
-
},
|
|
306
|
-
methods: {
|
|
307
|
-
search () {
|
|
308
|
-
this.$refs.paged.$refs.cri.search()
|
|
309
|
-
},
|
|
310
|
-
reset () {
|
|
311
|
-
this.$refs.paged.$refs.cri.model = {}
|
|
312
|
-
this.model.rows = ''
|
|
313
|
-
},
|
|
314
|
-
operate (title, name, row) {
|
|
315
|
-
// 换表前需要校验
|
|
316
|
-
if (title == '换表管理') {
|
|
317
|
-
this.$resetpost('rs/logic/checkHandPlan', {data: {f_userinfo_id: row.f_userinfo_id}}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
318
|
-
// 收费成功,打票
|
|
319
|
-
console.log('校验换表数据结果:', res)
|
|
320
|
-
if (res.data.resultData.length > 0) {
|
|
321
|
-
this.$showAlert(res.data.resultData, 'warning', 3000)
|
|
322
|
-
return
|
|
323
|
-
}
|
|
324
|
-
this.asideTitle = this.componentName = title
|
|
325
|
-
// 单条业务逻辑操作不管批量操作是否为true统一都修改为false
|
|
326
|
-
this.bulkType = null
|
|
327
|
-
this.$dispatch('select-oper', title, name, row)
|
|
328
|
-
})
|
|
329
|
-
} else {
|
|
330
|
-
// if (parseInt(row.f_balance) < 0) {
|
|
331
|
-
// this.$showMessage('账户当前欠费未缴清', ['confirm'])
|
|
332
|
-
// } else {
|
|
333
|
-
this.asideTitle = this.componentName = title
|
|
334
|
-
// 单条业务逻辑操作不管批量操作是否为true统一都修改为false
|
|
335
|
-
this.bulkType = null
|
|
336
|
-
this.$dispatch('select-oper', title, name, row)
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
IOTCenter (row) {
|
|
340
|
-
row.f_calculation !== '预付费' ? this.operate('物联网表收费', 'machine-charge', row) : this.operate('物联网表收费', 'iot-meter-center', row)
|
|
341
|
-
},
|
|
342
|
-
clean () {
|
|
343
|
-
this.cardInfo = {}
|
|
344
|
-
this.componentName = ''
|
|
345
|
-
// 清除批量操作
|
|
346
|
-
this.bulkType = null
|
|
347
|
-
this.$refs.paged.$refs.grid.select(null)
|
|
348
|
-
this.$dispatch('clean')
|
|
349
|
-
},
|
|
350
|
-
cardBtn (val) {
|
|
351
|
-
cardBtnGen(this, val)
|
|
352
|
-
},
|
|
353
|
-
// 针对发卡售气移动选择后面第一条未发卡的数据
|
|
354
|
-
// toNext () {
|
|
355
|
-
// let index = this.model.rows.indexOf(this.$refs.paged.$refs.grid.selected)
|
|
356
|
-
// if (this.model.rows.length > 1) {
|
|
357
|
-
// do{
|
|
358
|
-
// index++
|
|
359
|
-
// // 档index大于本页页码,提示用户本页发完,提醒翻页
|
|
360
|
-
// if (index > this.model.pageSize) {
|
|
361
|
-
// this.$showMessage('本页已经发完,请翻页')
|
|
362
|
-
// return
|
|
363
|
-
// }
|
|
364
|
-
// }while(this.model.rows[index].f_whether_hairpin !== '未发')
|
|
365
|
-
//
|
|
366
|
-
// this.$refs.paged.$refs.grid.select(this.model.rows[index])
|
|
367
|
-
// }
|
|
368
|
-
// },
|
|
369
|
-
bulkOperations (type, name) {
|
|
370
|
-
this.$refs.paged.$refs.grid.select(null)
|
|
371
|
-
// this.search()
|
|
372
|
-
// 标记批量操作为true
|
|
373
|
-
this.bulkType = type
|
|
374
|
-
this.$dispatch('bulk-oper', type, name, {condition: this.model.condition, count: this.model.count})
|
|
375
|
-
},
|
|
376
|
-
// 判断是不是卡表
|
|
377
|
-
isCard (str) {
|
|
378
|
-
return (str.includes('卡表'))
|
|
379
|
-
},
|
|
380
|
-
refreshRow (row) {
|
|
381
|
-
this.model.rows = []
|
|
382
|
-
// this.model.rows = [row]
|
|
383
|
-
},
|
|
384
|
-
selfSearch (args) {
|
|
385
|
-
if (!this.$login.f.parent.parent.name.includes('统一资源管理')) {
|
|
386
|
-
args.condition = `${args.condition} and u.f_filialeids = '${this.$login.f.f_orgids}'`
|
|
387
|
-
}
|
|
388
|
-
if (this.defbtn === '发卡售气') {
|
|
389
|
-
args.condition = `${args.condition} and f_whether_hairpin = '未发' and f_meter_classify like '%卡表%'`
|
|
390
|
-
}
|
|
391
|
-
this.model.search(args.condition, args.model).then(() => {
|
|
392
|
-
this.$emit('ready')
|
|
393
|
-
})
|
|
394
|
-
},
|
|
395
|
-
// 判断当前登陆人是不是子公司的人员
|
|
396
|
-
isHead () {
|
|
397
|
-
return this.$login.f.parent.parent.name.includes('统一资源管理')
|
|
398
|
-
},
|
|
399
|
-
sort (field, rule) {
|
|
400
|
-
// 将所有排序方式设为不排序,实现相互排斥
|
|
401
|
-
for (let key in this.orderFields) {
|
|
402
|
-
if (key === field) {
|
|
403
|
-
this.orderFields[key] = rule
|
|
404
|
-
} else {
|
|
405
|
-
this.orderFields[key] = 'no'
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
// 如果新规则不排序,还原为默认排序
|
|
409
|
-
if (rule === 'no') {
|
|
410
|
-
this.model.paramSource.orderitem = `'${this.orderitem}'`
|
|
411
|
-
} else {
|
|
412
|
-
this.model.paramSource.orderitem = `'${field} ${rule}'`
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
this.search()
|
|
416
|
-
},
|
|
417
|
-
initQueryParam () {
|
|
418
|
-
let arr = []
|
|
419
|
-
this.$GetSaleParam.getGasbrand().forEach((item) => {
|
|
420
|
-
let temp = {}
|
|
421
|
-
temp.label = item.label
|
|
422
|
-
temp.value = item.value.f_meter_brand
|
|
423
|
-
arr.push(temp)
|
|
424
|
-
})
|
|
425
|
-
this.meterbrand = [{label: '全部', value: ''}, ...arr]
|
|
426
|
-
}
|
|
427
|
-
// 单条更新,业务逻辑成功后,单条刷新
|
|
428
|
-
// singleRefresh (data) {
|
|
429
|
-
// let index = this.model.rows.findIndex((row, index, arr) => {
|
|
430
|
-
// return row.f_user_id === data.f_user_id
|
|
431
|
-
// })
|
|
432
|
-
// this.$resetpost('rs/sql/singleTable_User', {data: {orderitem: this.orderitem, condition: `n.f_userinfo_id=${data.f_user_id}`}}).then((res) => {
|
|
433
|
-
// this.model.rows[index] = res.data[0]
|
|
434
|
-
// })
|
|
435
|
-
// }
|
|
436
|
-
},
|
|
437
|
-
watch: {
|
|
438
|
-
// 观察是否有业务组件
|
|
439
|
-
'componentName' (val) {
|
|
440
|
-
// 判断是不是批量操作,并且是否是单选的操作过程中
|
|
441
|
-
if (this.bulkType) {
|
|
442
|
-
if (this.rows && this.rows.length > 0) {
|
|
443
|
-
this.model.rows = this.rows
|
|
444
|
-
this.rows = null
|
|
445
|
-
}
|
|
446
|
-
} else {
|
|
447
|
-
// this.componentName为空,表示业务界面消失,否则业务界面存在或打开
|
|
448
|
-
if (this.componentName !== '') {
|
|
449
|
-
// 若果业务界面存在且this.rows不为null说明是在有业务界面的情况下切换业务界面,数据保持不动
|
|
450
|
-
if (!this.rows) {
|
|
451
|
-
this.rows = this.model.rows
|
|
452
|
-
this.model.rows = [this.row]
|
|
453
|
-
}
|
|
454
|
-
} else {
|
|
455
|
-
this.model.rows = this.rows
|
|
456
|
-
this.rows = null
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
'model.state' (val) {
|
|
461
|
-
console.log(val)
|
|
462
|
-
if (val === '正确') {
|
|
463
|
-
if (this.model.rows.length === 1 && !this.$parent.comps) {
|
|
464
|
-
this.$refs.paged.$refs.grid.select(this.model.rows[0])
|
|
465
|
-
} else {
|
|
466
|
-
this.$parent.comps = null
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
</script>
|
|
473
|
-
<style media="screen">
|
|
474
|
-
.divtext {
|
|
475
|
-
min-width: 50px;
|
|
476
|
-
max-width: 200px;
|
|
477
|
-
border: 1px solid green;
|
|
478
|
-
display: inline-block;
|
|
479
|
-
}
|
|
480
|
-
</style>
|
|
1
|
+
<template style="position: absolute">
|
|
2
|
+
<div style="flex:1.2;" class="flex">
|
|
3
|
+
<criteria-paged :model="model" v-ref:paged :pager="componentName === '' || bulkType !== null" @sort="sort">
|
|
4
|
+
<criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
|
|
5
|
+
<div novalidate class="form-inline" partial>
|
|
6
|
+
<card-info-modal :show.sync="$parent.$parent.cardModal_show" :cardinfo="$parent.$parent.cardInfo" v-ref:cardinfo></card-info-modal>
|
|
7
|
+
<div class="form-group">
|
|
8
|
+
<read-card @read-info="$parent.$parent.cardBtn" v-if="!$parent.$parent.noRead"></read-card>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="form-group">
|
|
11
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_userinfo_code" placeholder='客户编号'
|
|
12
|
+
condition="u.f_userinfo_code = '{}'"
|
|
13
|
+
:size="model.f_userinfo_code ? model.f_userinfo_code.length : 4">
|
|
14
|
+
</div>
|
|
15
|
+
<!-- <div class="form-group">
|
|
16
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_contract_id" placeholder='合同编号'
|
|
17
|
+
condition="u.f_contract_id = '{}'"
|
|
18
|
+
:size="model.f_contract_id ? model.f_contract_id.length : 4">
|
|
19
|
+
</div> -->
|
|
20
|
+
<div class="form-group">
|
|
21
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_user_name" placeholder='客户姓名'
|
|
22
|
+
condition="u.f_user_name = '{}'"
|
|
23
|
+
:size="model.f_user_name ? model.f_user_name.length * 2 : 4">
|
|
24
|
+
</div>
|
|
25
|
+
<div class="form-group">
|
|
26
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_user_phone" placeholder='电话'
|
|
27
|
+
condition="u.f_user_phone = '{}'"
|
|
28
|
+
:size="model.f_user_phone ? model.f_user_phone.length : 2">
|
|
29
|
+
</div>
|
|
30
|
+
<div class="form-group">
|
|
31
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_address" placeholder='用户地址'
|
|
32
|
+
condition="u.f_address like '%{}%'"
|
|
33
|
+
:size="model.f_address ? model.f_address.length * 2 : 4">
|
|
34
|
+
</div>
|
|
35
|
+
<!--<div class="form-group">-->
|
|
36
|
+
<!--<input type="text" class="input_search" style="width:60%" v-model="model.f_user_id" placeholder='表编号'-->
|
|
37
|
+
<!--condition="u.f_user_id = '{}'"-->
|
|
38
|
+
<!--:size="model.f_user_id ? model.f_user_id.length : 3">-->
|
|
39
|
+
<!--</div>-->
|
|
40
|
+
<div class="form-group">
|
|
41
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_meternumber" placeholder='表号'
|
|
42
|
+
condition="f_meternumber = '{}'"
|
|
43
|
+
:size="model.f_meternumber ? model.f_meternumber.length : 2">
|
|
44
|
+
</div>
|
|
45
|
+
<div class="form-group">
|
|
46
|
+
<v-select id="f_paytype"
|
|
47
|
+
v-model="model.f_table_state"
|
|
48
|
+
placeholder='气表状态'
|
|
49
|
+
:value.sync="model.f_table_state"
|
|
50
|
+
:options='$parent.$parent.tableStates'
|
|
51
|
+
condition="u.f_table_state = '{}'"
|
|
52
|
+
close-on-select ></v-select>
|
|
53
|
+
</div>
|
|
54
|
+
<div class="form-group">
|
|
55
|
+
<v-select id="f_meter_brand"
|
|
56
|
+
v-model="model.f_meter_brand"
|
|
57
|
+
placeholder='气表品牌'
|
|
58
|
+
:value.sync="model.f_meter_brand"
|
|
59
|
+
:options='$parent.$parent.meterbrand'
|
|
60
|
+
condition="u.f_meter_brand = '{}'"
|
|
61
|
+
close-on-select ></v-select>
|
|
62
|
+
</div>
|
|
63
|
+
<div class="form-group">
|
|
64
|
+
<button class="button_search" @click="search(), $parent.$parent.clean()" v-el:cx>查询</button>
|
|
65
|
+
</div>
|
|
66
|
+
<div class="form-group" v-if="!$parent.$parent.noBatch">
|
|
67
|
+
<dropdown>
|
|
68
|
+
<button type="button" data-toggle="dropdown" class="btn btn-default dropdown-toggle width-100">
|
|
69
|
+
批量操作
|
|
70
|
+
</button>
|
|
71
|
+
<ul slot="dropdown-menu" class="dropdown-menu">
|
|
72
|
+
<li>
|
|
73
|
+
<a href="#" @click="$parent.$parent.bulkOperations('抄表员变更', 'change-meter-reader')">抄表员变更</a>
|
|
74
|
+
<a href="#" @click="$parent.$parent.bulkOperations('气价变更', 'change-price')">气价变更</a>
|
|
75
|
+
</li>
|
|
76
|
+
</ul>
|
|
77
|
+
</dropdown>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
</criteria>
|
|
81
|
+
<data-grid :model="model" partial='list' v-ref:grid>
|
|
82
|
+
<template partial='head'>
|
|
83
|
+
<tr>
|
|
84
|
+
<th>序号</th>
|
|
85
|
+
<th v-if="$parent.$parent.$parent.bulkType === '抄表员变更'">抄表员</th>
|
|
86
|
+
<th>
|
|
87
|
+
<data-order field="f_userinfo_code" name="客户编号" :order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
|
|
88
|
+
</th>
|
|
89
|
+
<th>客户基本信息</th>
|
|
90
|
+
<th>表具信息</th>
|
|
91
|
+
<th style="white-space: nowrap;">分类信息</th>
|
|
92
|
+
<th>操作</th>
|
|
93
|
+
</tr>
|
|
94
|
+
</template>
|
|
95
|
+
<template partial='body'>
|
|
96
|
+
<td :class = "{'bg-danger' : row.f_states === '停用' }" style="text-align: center;">{{$index+1}}</td>
|
|
97
|
+
<td :class = "{'bg-danger' : row.f_states === '停用' }" v-if="$parent.$parent.$parent.bulkType === '抄表员变更'">{{row.f_inputtor}}</td>
|
|
98
|
+
<td :class = "{'bg-danger' : row.f_states === '停用' }" > {{row.f_userinfo_code}}</td>
|
|
99
|
+
<td :class = "{'bg-danger' : row.f_states === '停用' }" >{{row.f_user_name}} {{row.f_user_phone}} {{row.f_address}}</td>
|
|
100
|
+
<td :class = "{'bg-danger' : row.f_states === '停用' }" >{{row.f_user_id}} {{row.f_gasproperties}} {{row.f_meter_brand}}
|
|
101
|
+
{{row.f_meter_style}} {{row.f_price_type}}</td>
|
|
102
|
+
<td :class = "{'bg-danger' : row.f_states === '停用' }" style="text-align: center;">{{row.f_meter_type}} ({{row.f_states}})
|
|
103
|
+
|
|
104
|
+
</td>
|
|
105
|
+
<td :class = "{'bg-danger' : row.f_states === '停用' }" style="text-align: center;">
|
|
106
|
+
<dropdown>
|
|
107
|
+
<!-- <button type="button" data-toggle="dropdown" class="btn btn-default dropdown-toggle">
|
|
108
|
+
选择操作
|
|
109
|
+
</button> -->
|
|
110
|
+
<button type="button" data-toggle="dropdown" style="border: 0px;background: none;">
|
|
111
|
+
<span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
|
|
112
|
+
</button>
|
|
113
|
+
<ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
|
|
114
|
+
<li v-if="row.f_states === '未发' && $parent.$parent.$parent.jurisdiction.includes('发卡售气') " >
|
|
115
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('发卡售气', 'show-card-sell-gas', row)">发卡售气</a>
|
|
116
|
+
</li>
|
|
117
|
+
<li v-if="row.f_states === '停用' && $parent.$parent.$parent.jurisdiction.includes('启用') ">
|
|
118
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('表具启用', 'enable-manage', row)">表具启用</a>
|
|
119
|
+
</li>
|
|
120
|
+
<li v-if="(row.f_states === '正常' || row.f_states === '补卡' || row.f_states === '换表') && row.f_meter_type === '物联网表' && $parent.$parent.$parent.jurisdiction.includes('物联网表收费') ">
|
|
121
|
+
<a href="#" @click.stop="$parent.$parent.$parent.IOTCenter(row)">物联网表收费</a>
|
|
122
|
+
</li>
|
|
123
|
+
<li v-if="(row.f_states === '正常' || row.f_states === '换表') && row.f_meter_type === '机表' && $parent.$parent.$parent.jurisdiction.includes('机表收费') ">
|
|
124
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('机表收费', 'machine-charge', row)">机表收费</a>
|
|
125
|
+
</li>
|
|
126
|
+
<li v-if="(row.f_states === '正常' || row.f_states === '补卡') && (row.unWriteSell ? row.unWriteSell.length === 0 : true) && $parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.cardInfo.Gas === 0 && $parent.$parent.$parent.jurisdiction.includes('卡表收费') ">
|
|
127
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('卡表收费', 'card-meter-center', row)">卡表收费</a>
|
|
128
|
+
</li>
|
|
129
|
+
<li v-if="$parent.$parent.$parent.jurisdiction.includes('其他收费') ">
|
|
130
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('其他收费', 'other-charge', row)">其他收费</a>
|
|
131
|
+
</li>
|
|
132
|
+
<li v-if="((row.f_states === '正常' || row.f_states === '补卡'))&& $parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.jurisdiction.includes('补卡')">
|
|
133
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('补卡管理', 'replace-card-manage', row)">补卡管理</a>
|
|
134
|
+
</li>
|
|
135
|
+
<li v-if="(row.f_states === '正常' || row.f_states === '补卡' || row.f_states === '换表') && $parent.$parent.$parent.jurisdiction.includes('换表')">
|
|
136
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('换表管理', 'change-meter', row)">换表管理</a>
|
|
137
|
+
</li>
|
|
138
|
+
<li v-if="(row.f_states === '正常' || row.f_states === '换表' || row.f_states === '补卡') && $parent.$parent.$parent.jurisdiction.includes('过户')">
|
|
139
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('过户管理', 'transfer-manage', row)">过户管理</a>
|
|
140
|
+
</li>
|
|
141
|
+
<li v-if="row.f_states !== '停用' && $parent.$parent.$parent.jurisdiction.includes('停用') ">
|
|
142
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('表具停用', 'disable-manage', row)">表具停用</a>
|
|
143
|
+
</li>
|
|
144
|
+
<li v-if="row.f_states === '超用' && $parent.$parent.$parent.jurisdiction.includes('超用收费')">
|
|
145
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('超用收费', 'over-use-charge', row)">超用收费</a>
|
|
146
|
+
</li>
|
|
147
|
+
<li v-if="row.f_states === '补卡' && $parent.$parent.$parent.cardInfo.Gas === 0 && $parent.$parent.$parent.cardInfo.Money === 0 && $parent.$parent.$parent.jurisdiction.includes('掉气补气')">
|
|
148
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('掉气补气', 'off-gas-add-gas', row)">掉气补气</a>
|
|
149
|
+
</li>
|
|
150
|
+
<li v-if="row.f_remanent_gas > 0 && $parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.jurisdiction.includes('换表补气')">
|
|
151
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('换表补气', 'change-meter-add-gas', row)">换表补气</a>
|
|
152
|
+
</li>
|
|
153
|
+
<li v-if="row.f_meter_type === '物联网表' || ($parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.cardInfo.Gas === 0 && $parent.$parent.$parent.cardInfo.Money === 0) && $parent.$parent.$parent.jurisdiction.includes('其他补气')">
|
|
154
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('其他补气', 'other-gas', row)">其他补气</a>
|
|
155
|
+
</li>
|
|
156
|
+
<li v-if="row.f_states === '正常' && $parent.$parent.$parent.operCard.cardState === 1 && $parent.$parent.$parent.isCard(row.f_meter_type) && ($parent.$parent.$parent.cardInfo.Gas > 0 || $parent.$parent.$parent.cardInfo.Money > 0)">
|
|
157
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('购气撤销', 'card-meter-charge-cancel', row)">购气撤销</a>
|
|
158
|
+
</li>
|
|
159
|
+
<li v-if="(row.f_states === '正常' || row.f_states === '换表' || row.f_states === '补卡') && $parent.$parent.$parent.isCard(row.f_meter_type) && $parent.$parent.$parent.jurisdiction.includes('无卡收费')">
|
|
160
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('无卡收费', 'no-card-meter-center', row)">无卡收费</a>
|
|
161
|
+
</li>
|
|
162
|
+
<li v-if= "row.f_states !== '超用' && $parent.$parent.$parent.jurisdiction.includes('退费') ">
|
|
163
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('余额退款', 'refund-manage', row)">余额退款</a>
|
|
164
|
+
</li>
|
|
165
|
+
<li v-if="row.f_meter_type === '物联网表' && $parent.$parent.$parent.jurisdiction.includes('补费扣费')">
|
|
166
|
+
<a href="#" @click.stop="$parent.$parent.$parent.operate('补费扣费', 'deduction-manage', row)">补费扣费</a>
|
|
167
|
+
</li>
|
|
168
|
+
</ul>
|
|
169
|
+
</dropdown>
|
|
170
|
+
</td>
|
|
171
|
+
</template>
|
|
172
|
+
</data-grid>
|
|
173
|
+
</criteria-paged>
|
|
174
|
+
</div>
|
|
175
|
+
</template>
|
|
176
|
+
|
|
177
|
+
<script>
|
|
178
|
+
/**
|
|
179
|
+
*用户档案查询列表以及添加操作组件
|
|
180
|
+
*/
|
|
181
|
+
import { PagedList } from 'vue-client'
|
|
182
|
+
|
|
183
|
+
import cardlisten from '../../../plugins/CardListen'
|
|
184
|
+
|
|
185
|
+
let cardBtnGen = async function (self, val) {
|
|
186
|
+
self.cardInfo = val.data
|
|
187
|
+
if (val.data.CardID && val.data.Factory) {
|
|
188
|
+
// 获取未写卡或者写卡失败记录
|
|
189
|
+
let getUnWriteSell = await self.$SqlService.singleTable('t_sellinggas', `f_state = '有效' and f_write_card != '已写卡' and f_card_id = '${val.data.CardID}' and f_filialeids = '${self.$login.f.f_orgids}'`)
|
|
190
|
+
console.log('获取未写卡记录', getUnWriteSell)
|
|
191
|
+
if (getUnWriteSell.data.length > 1) {
|
|
192
|
+
self.$showAlert('此卡已缴费多次未写卡。请核实后处理!!', 'warning', 5000)
|
|
193
|
+
}
|
|
194
|
+
// 获取用户信息
|
|
195
|
+
let getUser = await self.$resetpost('rs/sql/singleTable_User', {data: {condition: `u.f_meter_type in ('气量卡表', '金额卡表') and u.f_card_id='${val.data.CardID}' and u.f_filialeids = '${self.$login.f.f_orgids}' and u.f_alias='${val.data.Factory}'`, orderitem: `${self.orderitem} Desc`}}, {resolveMsg: '读卡成功', rejectMsg: '读卡失败'})
|
|
196
|
+
if (getUser.data.length === 0) {
|
|
197
|
+
self.model.state = '错误'
|
|
198
|
+
self.model.rows = null
|
|
199
|
+
self.model.error = '没有符合条件的记录'
|
|
200
|
+
self.cardModal_show = true
|
|
201
|
+
} else if (getUser.data.length === 1) {
|
|
202
|
+
getUser.data[0].unWriteSell = getUnWriteSell.data
|
|
203
|
+
self.model.rows = getUser.data
|
|
204
|
+
self.model.pageIndex = 1
|
|
205
|
+
self.model.state = '正确'
|
|
206
|
+
self.$refs.paged.$refs.grid.select(self.model.rows[0])
|
|
207
|
+
} else if (getUser.data.length > 1) {
|
|
208
|
+
self.model.rows = getUser.data
|
|
209
|
+
self.model.pageIndex = 1
|
|
210
|
+
self.model.state = '正确'
|
|
211
|
+
self.$showAlert('该卡号出现重复,请确认该用户信息之后执行清零换表功能!!', 'warning', 5000)
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
let asyncReadyGen = async function (self) {
|
|
217
|
+
// 获取营收参数
|
|
218
|
+
await self.search()
|
|
219
|
+
await self.$LoadParams.loadParam()
|
|
220
|
+
self.initQueryParam()
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export default {
|
|
224
|
+
data () {
|
|
225
|
+
// Vue.filter('currencyDisplay', {
|
|
226
|
+
// // model -> view
|
|
227
|
+
// // 在更新 `<input>` 元素之前格式化值
|
|
228
|
+
// read: function(val) {
|
|
229
|
+
// return '¥'+(val-0).toFixed(2)
|
|
230
|
+
// },
|
|
231
|
+
// // view -> model
|
|
232
|
+
// // 在写回数据之前格式化值
|
|
233
|
+
// write: function(val, oldVal) {
|
|
234
|
+
// var number = +val.replace(/[^\d.]/g, '')
|
|
235
|
+
// return isNaN(number) ? 0 : parseFloat(number.toFixed(2))
|
|
236
|
+
// }
|
|
237
|
+
// })
|
|
238
|
+
return {
|
|
239
|
+
model: new PagedList('rs/sql/singleTable_User', 30,
|
|
240
|
+
{orderitem: '"' + this.orderitem + ' DESC"'}),
|
|
241
|
+
asideTitle: '用户操作',
|
|
242
|
+
rows: null,
|
|
243
|
+
cardInfo: '',
|
|
244
|
+
cardModal_show: false,
|
|
245
|
+
bulkType: null, // 批量操作标识
|
|
246
|
+
operCard: cardlisten,
|
|
247
|
+
contract: [{label: '全部', value: ''},
|
|
248
|
+
{label: '有', value: 'not null'},
|
|
249
|
+
{label: '无', value: 'null'}],
|
|
250
|
+
orderFields: {
|
|
251
|
+
f_userinfo_id: 'no'
|
|
252
|
+
},
|
|
253
|
+
filiale: '',
|
|
254
|
+
outlet: '',
|
|
255
|
+
filialeName: [],
|
|
256
|
+
outletsname: [],
|
|
257
|
+
filialetype: '',
|
|
258
|
+
jurisdiction: this.$login.r,
|
|
259
|
+
tableStates: this.$appdata.getParam('表状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('表状态')] : [],
|
|
260
|
+
meterbrand: []
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
props: {
|
|
264
|
+
btns: {
|
|
265
|
+
type: Array,
|
|
266
|
+
default: function () {
|
|
267
|
+
return []
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
orderitem: {
|
|
271
|
+
type: String,
|
|
272
|
+
default: 'f_userinfo_id'
|
|
273
|
+
},
|
|
274
|
+
excelurl: {
|
|
275
|
+
type: String
|
|
276
|
+
},
|
|
277
|
+
queryGroup: {
|
|
278
|
+
type: Array,
|
|
279
|
+
default: function () {
|
|
280
|
+
return []
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
defbtn: {
|
|
284
|
+
type: String
|
|
285
|
+
},
|
|
286
|
+
opeHeight: {
|
|
287
|
+
default: 400
|
|
288
|
+
},
|
|
289
|
+
componentName: {
|
|
290
|
+
type: String
|
|
291
|
+
},
|
|
292
|
+
noRead: {
|
|
293
|
+
type: Boolean,
|
|
294
|
+
default: false
|
|
295
|
+
},
|
|
296
|
+
noBatch: {
|
|
297
|
+
type: Boolean,
|
|
298
|
+
default: false
|
|
299
|
+
},
|
|
300
|
+
row: {}
|
|
301
|
+
},
|
|
302
|
+
ready () {
|
|
303
|
+
console.log('获取权限', this.jurisdiction)
|
|
304
|
+
asyncReadyGen(this)
|
|
305
|
+
},
|
|
306
|
+
methods: {
|
|
307
|
+
search () {
|
|
308
|
+
this.$refs.paged.$refs.cri.search()
|
|
309
|
+
},
|
|
310
|
+
reset () {
|
|
311
|
+
this.$refs.paged.$refs.cri.model = {}
|
|
312
|
+
this.model.rows = ''
|
|
313
|
+
},
|
|
314
|
+
operate (title, name, row) {
|
|
315
|
+
// 换表前需要校验
|
|
316
|
+
if (title == '换表管理') {
|
|
317
|
+
this.$resetpost('rs/logic/checkHandPlan', {data: {f_userinfo_id: row.f_userinfo_id}}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
318
|
+
// 收费成功,打票
|
|
319
|
+
console.log('校验换表数据结果:', res)
|
|
320
|
+
if (res.data.resultData.length > 0) {
|
|
321
|
+
this.$showAlert(res.data.resultData, 'warning', 3000)
|
|
322
|
+
return
|
|
323
|
+
}
|
|
324
|
+
this.asideTitle = this.componentName = title
|
|
325
|
+
// 单条业务逻辑操作不管批量操作是否为true统一都修改为false
|
|
326
|
+
this.bulkType = null
|
|
327
|
+
this.$dispatch('select-oper', title, name, row)
|
|
328
|
+
})
|
|
329
|
+
} else {
|
|
330
|
+
// if (parseInt(row.f_balance) < 0) {
|
|
331
|
+
// this.$showMessage('账户当前欠费未缴清', ['confirm'])
|
|
332
|
+
// } else {
|
|
333
|
+
this.asideTitle = this.componentName = title
|
|
334
|
+
// 单条业务逻辑操作不管批量操作是否为true统一都修改为false
|
|
335
|
+
this.bulkType = null
|
|
336
|
+
this.$dispatch('select-oper', title, name, row)
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
IOTCenter (row) {
|
|
340
|
+
row.f_calculation !== '预付费' ? this.operate('物联网表收费', 'machine-charge', row) : this.operate('物联网表收费', 'iot-meter-center', row)
|
|
341
|
+
},
|
|
342
|
+
clean () {
|
|
343
|
+
this.cardInfo = {}
|
|
344
|
+
this.componentName = ''
|
|
345
|
+
// 清除批量操作
|
|
346
|
+
this.bulkType = null
|
|
347
|
+
this.$refs.paged.$refs.grid.select(null)
|
|
348
|
+
this.$dispatch('clean')
|
|
349
|
+
},
|
|
350
|
+
cardBtn (val) {
|
|
351
|
+
cardBtnGen(this, val)
|
|
352
|
+
},
|
|
353
|
+
// 针对发卡售气移动选择后面第一条未发卡的数据
|
|
354
|
+
// toNext () {
|
|
355
|
+
// let index = this.model.rows.indexOf(this.$refs.paged.$refs.grid.selected)
|
|
356
|
+
// if (this.model.rows.length > 1) {
|
|
357
|
+
// do{
|
|
358
|
+
// index++
|
|
359
|
+
// // 档index大于本页页码,提示用户本页发完,提醒翻页
|
|
360
|
+
// if (index > this.model.pageSize) {
|
|
361
|
+
// this.$showMessage('本页已经发完,请翻页')
|
|
362
|
+
// return
|
|
363
|
+
// }
|
|
364
|
+
// }while(this.model.rows[index].f_whether_hairpin !== '未发')
|
|
365
|
+
//
|
|
366
|
+
// this.$refs.paged.$refs.grid.select(this.model.rows[index])
|
|
367
|
+
// }
|
|
368
|
+
// },
|
|
369
|
+
bulkOperations (type, name) {
|
|
370
|
+
this.$refs.paged.$refs.grid.select(null)
|
|
371
|
+
// this.search()
|
|
372
|
+
// 标记批量操作为true
|
|
373
|
+
this.bulkType = type
|
|
374
|
+
this.$dispatch('bulk-oper', type, name, {condition: this.model.condition, count: this.model.count})
|
|
375
|
+
},
|
|
376
|
+
// 判断是不是卡表
|
|
377
|
+
isCard (str) {
|
|
378
|
+
return (str.includes('卡表'))
|
|
379
|
+
},
|
|
380
|
+
refreshRow (row) {
|
|
381
|
+
this.model.rows = []
|
|
382
|
+
// this.model.rows = [row]
|
|
383
|
+
},
|
|
384
|
+
selfSearch (args) {
|
|
385
|
+
if (!this.$login.f.parent.parent.name.includes('统一资源管理')) {
|
|
386
|
+
args.condition = `${args.condition} and u.f_filialeids = '${this.$login.f.f_orgids}'`
|
|
387
|
+
}
|
|
388
|
+
if (this.defbtn === '发卡售气') {
|
|
389
|
+
args.condition = `${args.condition} and f_whether_hairpin = '未发' and f_meter_classify like '%卡表%'`
|
|
390
|
+
}
|
|
391
|
+
this.model.search(args.condition, args.model).then(() => {
|
|
392
|
+
this.$emit('ready')
|
|
393
|
+
})
|
|
394
|
+
},
|
|
395
|
+
// 判断当前登陆人是不是子公司的人员
|
|
396
|
+
isHead () {
|
|
397
|
+
return this.$login.f.parent.parent.name.includes('统一资源管理')
|
|
398
|
+
},
|
|
399
|
+
sort (field, rule) {
|
|
400
|
+
// 将所有排序方式设为不排序,实现相互排斥
|
|
401
|
+
for (let key in this.orderFields) {
|
|
402
|
+
if (key === field) {
|
|
403
|
+
this.orderFields[key] = rule
|
|
404
|
+
} else {
|
|
405
|
+
this.orderFields[key] = 'no'
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
// 如果新规则不排序,还原为默认排序
|
|
409
|
+
if (rule === 'no') {
|
|
410
|
+
this.model.paramSource.orderitem = `'${this.orderitem}'`
|
|
411
|
+
} else {
|
|
412
|
+
this.model.paramSource.orderitem = `'${field} ${rule}'`
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
this.search()
|
|
416
|
+
},
|
|
417
|
+
initQueryParam () {
|
|
418
|
+
let arr = []
|
|
419
|
+
this.$GetSaleParam.getGasbrand().forEach((item) => {
|
|
420
|
+
let temp = {}
|
|
421
|
+
temp.label = item.label
|
|
422
|
+
temp.value = item.value.f_meter_brand
|
|
423
|
+
arr.push(temp)
|
|
424
|
+
})
|
|
425
|
+
this.meterbrand = [{label: '全部', value: ''}, ...arr]
|
|
426
|
+
}
|
|
427
|
+
// 单条更新,业务逻辑成功后,单条刷新
|
|
428
|
+
// singleRefresh (data) {
|
|
429
|
+
// let index = this.model.rows.findIndex((row, index, arr) => {
|
|
430
|
+
// return row.f_user_id === data.f_user_id
|
|
431
|
+
// })
|
|
432
|
+
// this.$resetpost('rs/sql/singleTable_User', {data: {orderitem: this.orderitem, condition: `n.f_userinfo_id=${data.f_user_id}`}}).then((res) => {
|
|
433
|
+
// this.model.rows[index] = res.data[0]
|
|
434
|
+
// })
|
|
435
|
+
// }
|
|
436
|
+
},
|
|
437
|
+
watch: {
|
|
438
|
+
// 观察是否有业务组件
|
|
439
|
+
'componentName' (val) {
|
|
440
|
+
// 判断是不是批量操作,并且是否是单选的操作过程中
|
|
441
|
+
if (this.bulkType) {
|
|
442
|
+
if (this.rows && this.rows.length > 0) {
|
|
443
|
+
this.model.rows = this.rows
|
|
444
|
+
this.rows = null
|
|
445
|
+
}
|
|
446
|
+
} else {
|
|
447
|
+
// this.componentName为空,表示业务界面消失,否则业务界面存在或打开
|
|
448
|
+
if (this.componentName !== '') {
|
|
449
|
+
// 若果业务界面存在且this.rows不为null说明是在有业务界面的情况下切换业务界面,数据保持不动
|
|
450
|
+
if (!this.rows) {
|
|
451
|
+
this.rows = this.model.rows
|
|
452
|
+
this.model.rows = [this.row]
|
|
453
|
+
}
|
|
454
|
+
} else {
|
|
455
|
+
this.model.rows = this.rows
|
|
456
|
+
this.rows = null
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
'model.state' (val) {
|
|
461
|
+
console.log(val)
|
|
462
|
+
if (val === '正确') {
|
|
463
|
+
if (this.model.rows.length === 1 && !this.$parent.comps) {
|
|
464
|
+
this.$refs.paged.$refs.grid.select(this.model.rows[0])
|
|
465
|
+
} else {
|
|
466
|
+
this.$parent.comps = null
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
</script>
|
|
473
|
+
<style media="screen">
|
|
474
|
+
.divtext {
|
|
475
|
+
min-width: 50px;
|
|
476
|
+
max-width: 200px;
|
|
477
|
+
border: 1px solid green;
|
|
478
|
+
display: inline-block;
|
|
479
|
+
}
|
|
480
|
+
</style>
|