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,469 +1,469 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="flex-row">
|
|
3
|
-
<div class="span" style="overflow-y: auto;">
|
|
4
|
-
<validator name='v'>
|
|
5
|
-
<form novalidate class="form-horizontal">
|
|
6
|
-
<div class="row">
|
|
7
|
-
<div class="col-sm-4">
|
|
8
|
-
<label for="f_paytype" class=" font_normal_body" title="参数名称:付款方式">收款方式</label>
|
|
9
|
-
<v-select id="f_payment"
|
|
10
|
-
v-model="f_payment"
|
|
11
|
-
placeholder='请选择'
|
|
12
|
-
:value.sync="model.f_payment"
|
|
13
|
-
:options='paytype'
|
|
14
|
-
close-on-select clear-button></v-select>
|
|
15
|
-
</div>
|
|
16
|
-
<div class="col-sm-4"
|
|
17
|
-
:class="[$v.f_pregas.required || $v.f_pregas.dctest? 'has-error' : 'has-success']">
|
|
18
|
-
<label for="f_pregas" class=" font_normal_body">预购气量</label>
|
|
19
|
-
<input class="input_search" style="width:60%" type="number"
|
|
20
|
-
@blur="pregas()" v-model="model.f_pregas"
|
|
21
|
-
v-validate:f_pregas='{required: true, dctest: [maxgas, "<=" ]}' placeholder="预购气量"
|
|
22
|
-
v-next-el='sk' >
|
|
23
|
-
</div>
|
|
24
|
-
<!-- <div class="col-sm-4" v-if="row.f_collection_type == '按金额'">
|
|
25
|
-
<label for="f_pregas" class=" font_normal_body">预购气量</label>
|
|
26
|
-
<input class="input_search" style="width:60%" type="number"
|
|
27
|
-
@blur="pregas()" v-model="model.f_pregas" placeholder="预购气量"
|
|
28
|
-
v-next-el='sk' disabled>
|
|
29
|
-
</div>-->
|
|
30
|
-
|
|
31
|
-
<div class="col-sm-4">
|
|
32
|
-
<label for="f_preamount" class=" font_normal_body">预购金额</label>
|
|
33
|
-
<input class="input_search" style="width:60%" type="number" v-model="model.f_preamount"
|
|
34
|
-
v-validate:f_preamount='{required: true, dctest: [maxmoney, "<=" ] }'
|
|
35
|
-
v-scale="[model.f_preamount, 4]" placeholder="预购金额" disabled>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
<div class="row" style="margin-top:6px;">
|
|
39
|
-
|
|
40
|
-
<div class="col-sm-4">
|
|
41
|
-
<label for="f_print" class="font_normal_body">打印格式</label>
|
|
42
|
-
<v-select id="print"
|
|
43
|
-
v-model="f_print"
|
|
44
|
-
placeholder='请选择'
|
|
45
|
-
:multiple="mulPrint"
|
|
46
|
-
:value.sync="model.f_print"
|
|
47
|
-
:options='printstyle'
|
|
48
|
-
close-on-select clear-button></v-select>
|
|
49
|
-
</div>
|
|
50
|
-
<div class="col-sm-4" v-if="hasLimit&&limitgas">
|
|
51
|
-
<label class="font_normal_body">购气上限</label>
|
|
52
|
-
<input class="input_search" style="width:60%" style="width:60%" type="number" v-model="maxgas"
|
|
53
|
-
v-scale="[maxgas, 2]" placeholder='限购余气' disabled>
|
|
54
|
-
</div>
|
|
55
|
-
<div class="col-sm-4 form-group" v-if="hasLimit&&limitmoney">
|
|
56
|
-
<label class="font_normal_body">金额上限</label>
|
|
57
|
-
<input class="input_search" style="width:60%" style="width:60%" type="number" v-model="maxmoney"
|
|
58
|
-
v-scale="[maxmoney, 2]" placeholder='限购金额' disabled>
|
|
59
|
-
</div>
|
|
60
|
-
<div class="col-sm-4" v-if="!hasLimit">
|
|
61
|
-
</div>
|
|
62
|
-
|
|
63
|
-
<div class="col-sm-4"
|
|
64
|
-
:class="[$v.f_totalcost.required || $v.f_totalcost.dctest ? 'has-error' : 'has-success']">
|
|
65
|
-
<label for="f_temp_amount" v-if="row.f_collection_type === '按气量'"
|
|
66
|
-
class=" font_normal_body">应收金额</label>
|
|
67
|
-
<label for="f_temp_amount" v-if="row.f_collection_type === '按金额'"
|
|
68
|
-
class=" font_normal_body">本次缴费</label>
|
|
69
|
-
<input class="input_search" style="width:60%" type="number"
|
|
70
|
-
@blur="preamount()" v-model="model.f_totalcost"
|
|
71
|
-
v-validate:f_totalcost='{required: true, dctest: [0, ">=" ] }' placeholder="应收金额"
|
|
72
|
-
v-next-el='sk' v-scale="[model.f_totalcost, 4]" >
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
<div class="row">
|
|
76
|
-
<div class="col-sm-4">
|
|
77
|
-
<label for="f_balance" class="font_normal_body">上期结余</label>
|
|
78
|
-
<input class="input_search" style="width:60%" type="number" v-model="model.f_balance"
|
|
79
|
-
v-scale="[model.f_balance, 4]" placeholder="上期结余" disabled>
|
|
80
|
-
</div>
|
|
81
|
-
<div class="col-sm-4">
|
|
82
|
-
<label for="f_curbalance" class="font_normal_body">本期结余</label>
|
|
83
|
-
<input class="input_search" style="width:60%" type="number" v-model="curbalance"
|
|
84
|
-
v-scale="[model.f_curbalance, 4]" placeholder="本期结余" disabled>
|
|
85
|
-
</div>
|
|
86
|
-
|
|
87
|
-
<div class="col-sm-4" v-if="row.f_collection_type === '按气量'"
|
|
88
|
-
:class="[$v.f_collection.required ? 'has-error' : 'has-success']">
|
|
89
|
-
<label for="f_collection" class=" font_normal_body"> 收款 </label>
|
|
90
|
-
<input class="input_search" style="width:60%" type="number" v-model="model.f_collection"
|
|
91
|
-
v-validate:f_collection='{required: true, dctest: [model.f_totalcost, ">=" ] }'
|
|
92
|
-
v-el:sk v-scale="[model.f_totalcost, 4]">
|
|
93
|
-
</div>
|
|
94
|
-
<div class="col-sm-4" v-if="row.f_collection_type === '按金额'">
|
|
95
|
-
<label for="f_collection" class=" font_normal_body"> 收款 </label>
|
|
96
|
-
<input class="input_search" style="width:60%" type="number" v-model="model.f_collection"
|
|
97
|
-
v-el:sk v-scale="[model.f_collection, 4]" disabled>
|
|
98
|
-
</div>
|
|
99
|
-
</div>
|
|
100
|
-
<div class="row" style="margin-top:5px;">
|
|
101
|
-
<div class="col-sm-4" v-if="!mjshow" >
|
|
102
|
-
<label for="f_serial_number" class=" font_normal_body">业务单号</label>
|
|
103
|
-
<input class="input_search" style="width:60%" type="text"
|
|
104
|
-
v-model="model.f_serial_number" placeholder="业务单号">
|
|
105
|
-
</div>
|
|
106
|
-
<div class="col-sm-4" v-if="mjshow" :class="[$v.f_serial_number.required || $v.f_serial_number.dctest ? 'has-error' : 'has-success']">
|
|
107
|
-
<label for="f_serial_number" class=" font_normal_body">业务单号</label>
|
|
108
|
-
<input class="input_search" style="width:60%" type="text" v-validate:f_serial_number='{required: true }'
|
|
109
|
-
v-model="model.f_serial_number" placeholder="业务单号">
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
<div class="row" style="margin-top:5px;">
|
|
113
|
-
<div class="col-sm-9">
|
|
114
|
-
</div>
|
|
115
|
-
<div class="col-sm-3">
|
|
116
|
-
<span v-if="$v.f_collection.dctest" style="color:red ">收款不能小于应收金额</span>
|
|
117
|
-
</div>
|
|
118
|
-
</div>
|
|
119
|
-
<div class="row" v-if="model.f_payment[0].includes('POS')">
|
|
120
|
-
<div class="col-sm-4">
|
|
121
|
-
<label for="f_voucher_number" class="font_normal_body">凭证号</label>
|
|
122
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_voucher_number" placeholder="凭证号">
|
|
123
|
-
</div>
|
|
124
|
-
</div>
|
|
125
|
-
<div class="row">
|
|
126
|
-
<div class="col-sm-4 col-sm-offset-8">
|
|
127
|
-
<strong>计算公式:{{calculatedetail ? calculatedetail : ' 暂无'}}</strong>
|
|
128
|
-
</div>
|
|
129
|
-
</div>
|
|
130
|
-
<div class="row">
|
|
131
|
-
<div class="col-sm-5" v-if="row.f_collection_type === '按气量'">
|
|
132
|
-
<strong style="color:blue">温馨提示: 此气表品牌是按气量收费!!</strong>
|
|
133
|
-
</div>
|
|
134
|
-
<div class="col-sm-4" v-if="row.f_collection_type === '按金额'">
|
|
135
|
-
<strong style="color:blue">温馨提示: 此气表品牌是按金额收费!!</strong>
|
|
136
|
-
</div>
|
|
137
|
-
</div>
|
|
138
|
-
</form>
|
|
139
|
-
<print-bill :show="print" :bill-config='config' v-ref:printbill :bill-data='billData' :data='row'
|
|
140
|
-
v-on:toggle="close" @printok="printok" :data='row'></print-bill>
|
|
141
|
-
<div style="text-align:right;height: 25%;">
|
|
142
|
-
<button class="button_search btn-gn" @click="checkInvoiceMsg()" :disabled='!$v.valid || clickConfirm'>确认</button>
|
|
143
|
-
<button class="button_clear btn-gn" @click="clean()">取消</button>
|
|
144
|
-
</div>
|
|
145
|
-
</validator>
|
|
146
|
-
<payment-code v-ref:paymentcode :payment="model.f_payment" :row="row" :money="model.f_collection"></payment-code>
|
|
147
|
-
<upload :blodid="row.f_userinfo_id" v-if="config.showupload" isremark="true" fusetype="无卡收费"></upload>
|
|
148
|
-
<!--文件上传按钮-->
|
|
149
|
-
<eticket-modal :show="eticket_msg" :row="row" @confirm="confirm"></eticket-modal>
|
|
150
|
-
<eticket-print-async :show="eticket_show" @toggle="eticket_toggle" v-ref:asynceticket></eticket-print-async>
|
|
151
|
-
|
|
152
|
-
</div>
|
|
153
|
-
</div>
|
|
154
|
-
</template>
|
|
155
|
-
<script>
|
|
156
|
-
/**
|
|
157
|
-
*综合业务
|
|
158
|
-
*卡表收费组件
|
|
159
|
-
*/
|
|
160
|
-
|
|
161
|
-
// 输入金额,换算气量
|
|
162
|
-
let preamountGen = async function (self) {
|
|
163
|
-
let calFee = (self.model.f_totalcost - 0) + (self.row.f_balance - 0)
|
|
164
|
-
let getGas = await self.$CommonService.feeCalculate(self.model, calFee)
|
|
165
|
-
if (getGas.data.gas) {
|
|
166
|
-
if (self.row.f_isdecimal === '是') {
|
|
167
|
-
if (self.row.f_alias === 'QiaoSong') {
|
|
168
|
-
self.model.f_pregas = (getGas.data.gas - 0).toFixed(1)
|
|
169
|
-
} else {
|
|
170
|
-
self.model.f_pregas = (getGas.data.gas - 0).toFixed(4)
|
|
171
|
-
}
|
|
172
|
-
} else {
|
|
173
|
-
self.model.f_pregas = (getGas.data.gas - 0)
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
self.model.f_preamount = calFee
|
|
177
|
-
self.model.chargeprice = getGas.data.chargeprice
|
|
178
|
-
Object.assign(self.model, self.model, getGas.data)
|
|
179
|
-
self.model.f_collection = self.model.f_totalcost
|
|
180
|
-
self.calText(getGas.data.chargeprice)
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
// 输入气量,换算金额
|
|
184
|
-
let pregasGen = async function (self) {
|
|
185
|
-
if (self.row.f_isdecimal === '是') {
|
|
186
|
-
self.model.f_pregas = (self.model.f_pregas - 0).toFixed(4)
|
|
187
|
-
} else {
|
|
188
|
-
self.model.f_pregas = (self.model.f_pregas - 0).toFixed(0)
|
|
189
|
-
}
|
|
190
|
-
if ((self.model.f_pregas - 0) - (self.maxgas - 0) <= 0) {
|
|
191
|
-
self.model.f_meter_type = self.row.f_meter_type
|
|
192
|
-
let getAmount = await self.$CommonService.gasCalculate(self.model, self.model.f_pregas)
|
|
193
|
-
self.model.f_preamount = getAmount.data.chargenum
|
|
194
|
-
self.model.f_totalcost = ((self.row.f_balance - 0) > (getAmount.data.chargenum - 0) ? 0 : ((getAmount.data.chargenum - 0) - (self.row.f_balance - 0)).toFixed(4))
|
|
195
|
-
Object.assign(self.model, self.model, getAmount.data)
|
|
196
|
-
self.model.chargeprice = getAmount.data.chargeprice
|
|
197
|
-
self.model.f_collection = self.model.f_totalcost
|
|
198
|
-
self.calText(getAmount.data.chargeprice)
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
// 执行保存逻辑
|
|
203
|
-
let sellgasGen = async function (self) {
|
|
204
|
-
try {
|
|
205
|
-
self.model.f_write_money = self.model.f_preamount
|
|
206
|
-
if (self.row.f_price_type == '阶梯气价' && self.row.f_is_step == '否') {
|
|
207
|
-
self.model.f_write_money = (self.model.f_pregas * self.model.chargeprice[0].f_price)
|
|
208
|
-
self.model.f_write_money = self.model.f_write_money.toFixed(2)
|
|
209
|
-
}
|
|
210
|
-
// 加入扫码盒付款码支付流水号
|
|
211
|
-
self.model.f_serial_id = self.$refs.paymentcode.paymentCodeReturnData.f_out_trade_no
|
|
212
|
-
|
|
213
|
-
let res = await self.$CardService.noCardSellGas(self.model, self.row, self.cardallot)
|
|
214
|
-
console.log('卡表收费返回id', res, self.model)
|
|
215
|
-
|
|
216
|
-
// 开始打票
|
|
217
|
-
if (self.config.hasPrint) {
|
|
218
|
-
if (self.model.f_print.indexOf('电子发票') == -1) {
|
|
219
|
-
if (self.config.hasBillManage) {
|
|
220
|
-
// 启用发票管理,获取票据管理中的票号并存储记录
|
|
221
|
-
self.row.id = res
|
|
222
|
-
self.row.f_bill_type = '卡表收费'
|
|
223
|
-
self.row.f_bill_style = self.model.f_print[0]
|
|
224
|
-
self.row.f_preamount = self.model.f_preamount
|
|
225
|
-
self.row.f_collection = self.model.f_collection
|
|
226
|
-
self.print = true
|
|
227
|
-
} else {
|
|
228
|
-
self.row.id = res
|
|
229
|
-
self.print = true
|
|
230
|
-
}
|
|
231
|
-
} else {
|
|
232
|
-
if (self.model.f_print[0] === '电子发票') {
|
|
233
|
-
self.eticket_show=true
|
|
234
|
-
await self.$refs.asynceticket.openEticket(res, self.row,'卡表收费')
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
} else {
|
|
238
|
-
self.$dispatch('success')
|
|
239
|
-
}
|
|
240
|
-
self.clickConfirm = false
|
|
241
|
-
} catch (error) {
|
|
242
|
-
self.$showAlert(error, 'danger', 0)
|
|
243
|
-
self.$dispatch('refresh')
|
|
244
|
-
self.clickConfirm = false
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
let asyncCardMeterCenter = async function (self) {
|
|
249
|
-
await self.$getConfig(self, 'CardMeterCenter')
|
|
250
|
-
console.log('卡表收费config', self.config)
|
|
251
|
-
// 默认打印格式
|
|
252
|
-
if(self.row.f_paper_type){
|
|
253
|
-
self.model.f_print=self.row.f_paper_type instanceof Array ? self.row.f_paper_type : [self.row.f_paper_type ]
|
|
254
|
-
console.log(" this.model.f_print", this.model.f_print)
|
|
255
|
-
}else{
|
|
256
|
-
self.model.f_print = self.config.printType instanceof Array ? self.config.printType : [self.config.printType]
|
|
257
|
-
}
|
|
258
|
-
// self.model.f_print = self.config.printType instanceof Array ? self.config.printType : [self.config.printType]
|
|
259
|
-
self.model.f_payment = [self.config.payment]
|
|
260
|
-
self.mulPrint = self.config.printType instanceof Array
|
|
261
|
-
// 判断限购
|
|
262
|
-
let limit_param = {
|
|
263
|
-
f_userinfo_id: self.row.f_userinfo_id,
|
|
264
|
-
f_user_id: self.row.f_user_id,
|
|
265
|
-
f_stairprice_id: self.row.f_stairprice_id
|
|
266
|
-
}
|
|
267
|
-
let getLimit = await self.$resetpost('rs/logic/sale_getLimitGas', {data: limit_param}, {resolveMsg: null, rejectMsg: '获取限购值失败!!'})
|
|
268
|
-
console.log('获取限购值', getLimit)
|
|
269
|
-
self.hasLimit = getLimit.data.hasLimit
|
|
270
|
-
if (self.hasLimit) {
|
|
271
|
-
if (getLimit.data.f_limit_value || getLimit.data.f_limit_amount) {
|
|
272
|
-
if (getLimit.data.f_limit_value < 0 && getLimit.data.f_limit_amount < 0) {
|
|
273
|
-
self.$showAlert(`${getLimit.data.msg}`, 'warning', 3000)
|
|
274
|
-
self.$dispatch('refresh')
|
|
275
|
-
} else {
|
|
276
|
-
if (getLimit.data.f_limit_value) {
|
|
277
|
-
self.maxgas = (getLimit.data.f_limit_value - 0)
|
|
278
|
-
self.limitgas = true
|
|
279
|
-
}
|
|
280
|
-
if (getLimit.data.f_limit_amount) {
|
|
281
|
-
self.maxmoney = (getLimit.data.f_limit_amount - 0)
|
|
282
|
-
self.limitmoney = true
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
export default {
|
|
289
|
-
title: '无卡收费',
|
|
290
|
-
data () {
|
|
291
|
-
return {
|
|
292
|
-
//发票相关
|
|
293
|
-
eticket_msg:false,
|
|
294
|
-
eticket_show: false,
|
|
295
|
-
serialShow: false,
|
|
296
|
-
config: {
|
|
297
|
-
hasPrint: true, // 默认打票
|
|
298
|
-
hasBillManage: false, // 默认不启用发票管理
|
|
299
|
-
billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
|
|
300
|
-
printType: '普通收据', // 收据/电子票/专用发票/国税发票
|
|
301
|
-
payment: '现金缴费'
|
|
302
|
-
},
|
|
303
|
-
model: {
|
|
304
|
-
f_purchase: 0,
|
|
305
|
-
f_payment: '现金缴费',
|
|
306
|
-
f_pregas: '',
|
|
307
|
-
f_preamount: 0,
|
|
308
|
-
f_totalcost: 0,
|
|
309
|
-
f_curbalance: 0,
|
|
310
|
-
f_collection: '',
|
|
311
|
-
f_balance: 0,
|
|
312
|
-
f_print: [],
|
|
313
|
-
f_meter_type: '',
|
|
314
|
-
f_voucher_number: ''
|
|
315
|
-
},
|
|
316
|
-
calculatedetail: '',
|
|
317
|
-
print: false,
|
|
318
|
-
billData: {
|
|
319
|
-
url: 'rs/report/card_bill',
|
|
320
|
-
billnumber: ''
|
|
321
|
-
},
|
|
322
|
-
hasLimit: false,
|
|
323
|
-
maxgas: 99999999, // 限购
|
|
324
|
-
maxmoney: 99999999,
|
|
325
|
-
limitmoney: false,
|
|
326
|
-
limitgas: false,
|
|
327
|
-
mulPrint: false,
|
|
328
|
-
clickConfirm: false, // 控制确认按钮只能点击一次
|
|
329
|
-
// 下拉框值
|
|
330
|
-
paytype: this.$appdata.getParam('付款方式'),
|
|
331
|
-
mjshow: false
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
props: ['row'],
|
|
335
|
-
ready () {
|
|
336
|
-
// this.getPurchase()
|
|
337
|
-
this.model.f_price_id = this.row.f_price_id
|
|
338
|
-
this.model.f_user_id = this.row.f_user_id
|
|
339
|
-
this.model.f_userfiles_id = this.row.f_userfiles_id
|
|
340
|
-
this.model.f_userinfo_id = this.row.f_userinfo_id
|
|
341
|
-
this.model.f_balance = this.row.f_alias === 'QiaoSong' ? Math.trunc(this.row.f_balance) : this.row.f_balance
|
|
342
|
-
if (this.row.f_collection_type == '按金额') {
|
|
343
|
-
this.model.f_totalcost = ''
|
|
344
|
-
this.model.f_pregas = 0
|
|
345
|
-
}
|
|
346
|
-
asyncCardMeterCenter(this)
|
|
347
|
-
},
|
|
348
|
-
methods: {
|
|
349
|
-
eticket_toggle () {
|
|
350
|
-
this.eticket_show = false
|
|
351
|
-
this.$dispatch('success')
|
|
352
|
-
},
|
|
353
|
-
checkInvoiceMsg () {
|
|
354
|
-
if (this.model.f_print[0] === '电子发票') {
|
|
355
|
-
if (!this.row.f_taxpayer_id) {
|
|
356
|
-
this.row.f_taxpayer_id = this.row.f_idnumber
|
|
357
|
-
}
|
|
358
|
-
if (!this.row.f_paper_name) {
|
|
359
|
-
this.row.f_paper_name = this.row.f_user_name
|
|
360
|
-
}
|
|
361
|
-
if (!this.row.f_address_phone) {
|
|
362
|
-
this.row.f_address_phone = this.row.f_address + ' ' + this.row.f_user_phone
|
|
363
|
-
}
|
|
364
|
-
this.confirm()
|
|
365
|
-
} else {
|
|
366
|
-
this.confirm()
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
confirm () {
|
|
370
|
-
this.$showMessage(`对客户${this.row.f_user_name}进行收费。该操作只做收费,不做写卡,确定要进行该操作吗?`, ['confirm', 'cancel']).then(async (res) => {
|
|
371
|
-
if (res === 'confirm') {
|
|
372
|
-
let ss = await this.$refs.paymentcode.flowPath()
|
|
373
|
-
this.$refs.paymentcode.paymentCodeShow = false
|
|
374
|
-
console.log('付款码操作返回', ss)
|
|
375
|
-
if (!ss.result) return
|
|
376
|
-
|
|
377
|
-
this.clickConfirm = true
|
|
378
|
-
this.model.f_curbalance = this.curbalance
|
|
379
|
-
this.$dispatch('no-button')
|
|
380
|
-
sellgasGen(this)
|
|
381
|
-
}
|
|
382
|
-
})
|
|
383
|
-
},
|
|
384
|
-
clean () {
|
|
385
|
-
this.$info('取消操作')
|
|
386
|
-
this.$dispatch('refresh', this.row)
|
|
387
|
-
},
|
|
388
|
-
printok () {
|
|
389
|
-
// 收据打完,判断是否还有其他票据进行请求
|
|
390
|
-
for (let i = 0; i < this.model.f_print.length; i++) {
|
|
391
|
-
if (this.model.f_print[i] === '电子发票') {
|
|
392
|
-
this.$CommonService.openEticket(this.row.id, '售气收费')
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
this.$dispatch('success')
|
|
396
|
-
},
|
|
397
|
-
pregas () {
|
|
398
|
-
if (this.model.f_pregas && this.model.f_pregas > 0) {
|
|
399
|
-
try {
|
|
400
|
-
// 对气量进行验证
|
|
401
|
-
if ((this.row.f_topup_ceil - 0) > 0 && (this.model.f_pregas - 0) > (this.row.f_topup_ceil - 0)) {
|
|
402
|
-
this.$showAlert(`您输入的气量不能大于该表的充值上限: ${this.row.f_topup_ceil}`, 'warning', 5000)
|
|
403
|
-
this.model.f_pregas = null
|
|
404
|
-
} else {
|
|
405
|
-
pregasGen(this)
|
|
406
|
-
}
|
|
407
|
-
} catch (error) {
|
|
408
|
-
this.$showAlert(`发卡售气划价错误,错误类型:${error}`, 'danger', 0)
|
|
409
|
-
this.$dispatch('error', '发卡售气', this.model, error)
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
preamount () {
|
|
414
|
-
if ((this.model.f_totalcost && this.model.f_totalcost > 0) || this.row.f_balance > 0) {
|
|
415
|
-
try {
|
|
416
|
-
preamountGen(this)
|
|
417
|
-
} catch (error) {
|
|
418
|
-
this.$showAlert(`发卡售气划价错误,错误类型:${error}`, 'danger', 0)
|
|
419
|
-
this.$dispatch('error', '发卡售气', this.model, error)
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
},
|
|
423
|
-
calText (val) {
|
|
424
|
-
let str = ''
|
|
425
|
-
val.forEach((item) => {
|
|
426
|
-
str = str + item.f_price + ' x ' + item.f_gas + '+'
|
|
427
|
-
})
|
|
428
|
-
str = str.slice(0, str.length - 1)
|
|
429
|
-
this.calculatedetail = str
|
|
430
|
-
},
|
|
431
|
-
close () {
|
|
432
|
-
this.print = false
|
|
433
|
-
this.clean()
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
watch: {
|
|
437
|
-
'model.f_payment' (val) {
|
|
438
|
-
if (val == '免交') {
|
|
439
|
-
this.mjshow = true
|
|
440
|
-
} else {
|
|
441
|
-
this.mjshow = false
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
computed: {
|
|
446
|
-
printstyle () {
|
|
447
|
-
return this.row.f_filialeid === '33520' ? this.$appdata.getParam('打印格式') : this.$appdata.getParam('打印格式').filter(item => item.label !== '电子发票')
|
|
448
|
-
},
|
|
449
|
-
'curbalance' () {
|
|
450
|
-
if (this.model.f_preamount) {
|
|
451
|
-
if (this.row.f_collection_type === '按金额') {
|
|
452
|
-
return ((this.model.f_totalcost - 0) + (this.row.f_balance - 0) - (this.model.f_preamount - 0)).toFixed(4)
|
|
453
|
-
} else {
|
|
454
|
-
if ((this.row.f_balance - 0) > (this.model.f_preamount - 0)) {
|
|
455
|
-
return ((this.row.f_balance - 0) - (this.model.f_preamount - 0)).toFixed(4)
|
|
456
|
-
} else {
|
|
457
|
-
return ((this.model.f_collection - 0) - (this.model.f_totalcost - 0)).toFixed(4)
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
} else {
|
|
461
|
-
return 0
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
</script>
|
|
467
|
-
|
|
468
|
-
<style>
|
|
469
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex-row">
|
|
3
|
+
<div class="span" style="overflow-y: auto;">
|
|
4
|
+
<validator name='v'>
|
|
5
|
+
<form novalidate class="form-horizontal">
|
|
6
|
+
<div class="row">
|
|
7
|
+
<div class="col-sm-4">
|
|
8
|
+
<label for="f_paytype" class=" font_normal_body" title="参数名称:付款方式">收款方式</label>
|
|
9
|
+
<v-select id="f_payment"
|
|
10
|
+
v-model="f_payment"
|
|
11
|
+
placeholder='请选择'
|
|
12
|
+
:value.sync="model.f_payment"
|
|
13
|
+
:options='paytype'
|
|
14
|
+
close-on-select clear-button></v-select>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="col-sm-4"
|
|
17
|
+
:class="[$v.f_pregas.required || $v.f_pregas.dctest? 'has-error' : 'has-success']">
|
|
18
|
+
<label for="f_pregas" class=" font_normal_body">预购气量</label>
|
|
19
|
+
<input class="input_search" style="width:60%" type="number"
|
|
20
|
+
@blur="pregas()" v-model="model.f_pregas"
|
|
21
|
+
v-validate:f_pregas='{required: true, dctest: [maxgas, "<=" ]}' placeholder="预购气量"
|
|
22
|
+
v-next-el='sk' >
|
|
23
|
+
</div>
|
|
24
|
+
<!-- <div class="col-sm-4" v-if="row.f_collection_type == '按金额'">
|
|
25
|
+
<label for="f_pregas" class=" font_normal_body">预购气量</label>
|
|
26
|
+
<input class="input_search" style="width:60%" type="number"
|
|
27
|
+
@blur="pregas()" v-model="model.f_pregas" placeholder="预购气量"
|
|
28
|
+
v-next-el='sk' disabled>
|
|
29
|
+
</div>-->
|
|
30
|
+
|
|
31
|
+
<div class="col-sm-4">
|
|
32
|
+
<label for="f_preamount" class=" font_normal_body">预购金额</label>
|
|
33
|
+
<input class="input_search" style="width:60%" type="number" v-model="model.f_preamount"
|
|
34
|
+
v-validate:f_preamount='{required: true, dctest: [maxmoney, "<=" ] }'
|
|
35
|
+
v-scale="[model.f_preamount, 4]" placeholder="预购金额" disabled>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
<div class="row" style="margin-top:6px;">
|
|
39
|
+
|
|
40
|
+
<div class="col-sm-4">
|
|
41
|
+
<label for="f_print" class="font_normal_body">打印格式</label>
|
|
42
|
+
<v-select id="print"
|
|
43
|
+
v-model="f_print"
|
|
44
|
+
placeholder='请选择'
|
|
45
|
+
:multiple="mulPrint"
|
|
46
|
+
:value.sync="model.f_print"
|
|
47
|
+
:options='printstyle'
|
|
48
|
+
close-on-select clear-button></v-select>
|
|
49
|
+
</div>
|
|
50
|
+
<div class="col-sm-4" v-if="hasLimit&&limitgas">
|
|
51
|
+
<label class="font_normal_body">购气上限</label>
|
|
52
|
+
<input class="input_search" style="width:60%" style="width:60%" type="number" v-model="maxgas"
|
|
53
|
+
v-scale="[maxgas, 2]" placeholder='限购余气' disabled>
|
|
54
|
+
</div>
|
|
55
|
+
<div class="col-sm-4 form-group" v-if="hasLimit&&limitmoney">
|
|
56
|
+
<label class="font_normal_body">金额上限</label>
|
|
57
|
+
<input class="input_search" style="width:60%" style="width:60%" type="number" v-model="maxmoney"
|
|
58
|
+
v-scale="[maxmoney, 2]" placeholder='限购金额' disabled>
|
|
59
|
+
</div>
|
|
60
|
+
<div class="col-sm-4" v-if="!hasLimit">
|
|
61
|
+
</div>
|
|
62
|
+
|
|
63
|
+
<div class="col-sm-4"
|
|
64
|
+
:class="[$v.f_totalcost.required || $v.f_totalcost.dctest ? 'has-error' : 'has-success']">
|
|
65
|
+
<label for="f_temp_amount" v-if="row.f_collection_type === '按气量'"
|
|
66
|
+
class=" font_normal_body">应收金额</label>
|
|
67
|
+
<label for="f_temp_amount" v-if="row.f_collection_type === '按金额'"
|
|
68
|
+
class=" font_normal_body">本次缴费</label>
|
|
69
|
+
<input class="input_search" style="width:60%" type="number"
|
|
70
|
+
@blur="preamount()" v-model="model.f_totalcost"
|
|
71
|
+
v-validate:f_totalcost='{required: true, dctest: [0, ">=" ] }' placeholder="应收金额"
|
|
72
|
+
v-next-el='sk' v-scale="[model.f_totalcost, 4]" >
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="row">
|
|
76
|
+
<div class="col-sm-4">
|
|
77
|
+
<label for="f_balance" class="font_normal_body">上期结余</label>
|
|
78
|
+
<input class="input_search" style="width:60%" type="number" v-model="model.f_balance"
|
|
79
|
+
v-scale="[model.f_balance, 4]" placeholder="上期结余" disabled>
|
|
80
|
+
</div>
|
|
81
|
+
<div class="col-sm-4">
|
|
82
|
+
<label for="f_curbalance" class="font_normal_body">本期结余</label>
|
|
83
|
+
<input class="input_search" style="width:60%" type="number" v-model="curbalance"
|
|
84
|
+
v-scale="[model.f_curbalance, 4]" placeholder="本期结余" disabled>
|
|
85
|
+
</div>
|
|
86
|
+
|
|
87
|
+
<div class="col-sm-4" v-if="row.f_collection_type === '按气量'"
|
|
88
|
+
:class="[$v.f_collection.required ? 'has-error' : 'has-success']">
|
|
89
|
+
<label for="f_collection" class=" font_normal_body"> 收款 </label>
|
|
90
|
+
<input class="input_search" style="width:60%" type="number" v-model="model.f_collection"
|
|
91
|
+
v-validate:f_collection='{required: true, dctest: [model.f_totalcost, ">=" ] }'
|
|
92
|
+
v-el:sk v-scale="[model.f_totalcost, 4]">
|
|
93
|
+
</div>
|
|
94
|
+
<div class="col-sm-4" v-if="row.f_collection_type === '按金额'">
|
|
95
|
+
<label for="f_collection" class=" font_normal_body"> 收款 </label>
|
|
96
|
+
<input class="input_search" style="width:60%" type="number" v-model="model.f_collection"
|
|
97
|
+
v-el:sk v-scale="[model.f_collection, 4]" disabled>
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
<div class="row" style="margin-top:5px;">
|
|
101
|
+
<div class="col-sm-4" v-if="!mjshow" >
|
|
102
|
+
<label for="f_serial_number" class=" font_normal_body">业务单号</label>
|
|
103
|
+
<input class="input_search" style="width:60%" type="text"
|
|
104
|
+
v-model="model.f_serial_number" placeholder="业务单号">
|
|
105
|
+
</div>
|
|
106
|
+
<div class="col-sm-4" v-if="mjshow" :class="[$v.f_serial_number.required || $v.f_serial_number.dctest ? 'has-error' : 'has-success']">
|
|
107
|
+
<label for="f_serial_number" class=" font_normal_body">业务单号</label>
|
|
108
|
+
<input class="input_search" style="width:60%" type="text" v-validate:f_serial_number='{required: true }'
|
|
109
|
+
v-model="model.f_serial_number" placeholder="业务单号">
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
112
|
+
<div class="row" style="margin-top:5px;">
|
|
113
|
+
<div class="col-sm-9">
|
|
114
|
+
</div>
|
|
115
|
+
<div class="col-sm-3">
|
|
116
|
+
<span v-if="$v.f_collection.dctest" style="color:red ">收款不能小于应收金额</span>
|
|
117
|
+
</div>
|
|
118
|
+
</div>
|
|
119
|
+
<div class="row" v-if="model.f_payment[0].includes('POS')">
|
|
120
|
+
<div class="col-sm-4">
|
|
121
|
+
<label for="f_voucher_number" class="font_normal_body">凭证号</label>
|
|
122
|
+
<input type="text" class="input_search" style="width:60%" v-model="model.f_voucher_number" placeholder="凭证号">
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
<div class="row">
|
|
126
|
+
<div class="col-sm-4 col-sm-offset-8">
|
|
127
|
+
<strong>计算公式:{{calculatedetail ? calculatedetail : ' 暂无'}}</strong>
|
|
128
|
+
</div>
|
|
129
|
+
</div>
|
|
130
|
+
<div class="row">
|
|
131
|
+
<div class="col-sm-5" v-if="row.f_collection_type === '按气量'">
|
|
132
|
+
<strong style="color:blue">温馨提示: 此气表品牌是按气量收费!!</strong>
|
|
133
|
+
</div>
|
|
134
|
+
<div class="col-sm-4" v-if="row.f_collection_type === '按金额'">
|
|
135
|
+
<strong style="color:blue">温馨提示: 此气表品牌是按金额收费!!</strong>
|
|
136
|
+
</div>
|
|
137
|
+
</div>
|
|
138
|
+
</form>
|
|
139
|
+
<print-bill :show="print" :bill-config='config' v-ref:printbill :bill-data='billData' :data='row'
|
|
140
|
+
v-on:toggle="close" @printok="printok" :data='row'></print-bill>
|
|
141
|
+
<div style="text-align:right;height: 25%;">
|
|
142
|
+
<button class="button_search btn-gn" @click="checkInvoiceMsg()" :disabled='!$v.valid || clickConfirm'>确认</button>
|
|
143
|
+
<button class="button_clear btn-gn" @click="clean()">取消</button>
|
|
144
|
+
</div>
|
|
145
|
+
</validator>
|
|
146
|
+
<payment-code v-ref:paymentcode :payment="model.f_payment" :row="row" :money="model.f_collection"></payment-code>
|
|
147
|
+
<upload :blodid="row.f_userinfo_id" v-if="config.showupload" isremark="true" fusetype="无卡收费"></upload>
|
|
148
|
+
<!--文件上传按钮-->
|
|
149
|
+
<eticket-modal :show="eticket_msg" :row="row" @confirm="confirm"></eticket-modal>
|
|
150
|
+
<eticket-print-async :show="eticket_show" @toggle="eticket_toggle" v-ref:asynceticket></eticket-print-async>
|
|
151
|
+
|
|
152
|
+
</div>
|
|
153
|
+
</div>
|
|
154
|
+
</template>
|
|
155
|
+
<script>
|
|
156
|
+
/**
|
|
157
|
+
*综合业务
|
|
158
|
+
*卡表收费组件
|
|
159
|
+
*/
|
|
160
|
+
|
|
161
|
+
// 输入金额,换算气量
|
|
162
|
+
let preamountGen = async function (self) {
|
|
163
|
+
let calFee = (self.model.f_totalcost - 0) + (self.row.f_balance - 0)
|
|
164
|
+
let getGas = await self.$CommonService.feeCalculate(self.model, calFee)
|
|
165
|
+
if (getGas.data.gas) {
|
|
166
|
+
if (self.row.f_isdecimal === '是') {
|
|
167
|
+
if (self.row.f_alias === 'QiaoSong') {
|
|
168
|
+
self.model.f_pregas = (getGas.data.gas - 0).toFixed(1)
|
|
169
|
+
} else {
|
|
170
|
+
self.model.f_pregas = (getGas.data.gas - 0).toFixed(4)
|
|
171
|
+
}
|
|
172
|
+
} else {
|
|
173
|
+
self.model.f_pregas = (getGas.data.gas - 0)
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
self.model.f_preamount = calFee
|
|
177
|
+
self.model.chargeprice = getGas.data.chargeprice
|
|
178
|
+
Object.assign(self.model, self.model, getGas.data)
|
|
179
|
+
self.model.f_collection = self.model.f_totalcost
|
|
180
|
+
self.calText(getGas.data.chargeprice)
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
// 输入气量,换算金额
|
|
184
|
+
let pregasGen = async function (self) {
|
|
185
|
+
if (self.row.f_isdecimal === '是') {
|
|
186
|
+
self.model.f_pregas = (self.model.f_pregas - 0).toFixed(4)
|
|
187
|
+
} else {
|
|
188
|
+
self.model.f_pregas = (self.model.f_pregas - 0).toFixed(0)
|
|
189
|
+
}
|
|
190
|
+
if ((self.model.f_pregas - 0) - (self.maxgas - 0) <= 0) {
|
|
191
|
+
self.model.f_meter_type = self.row.f_meter_type
|
|
192
|
+
let getAmount = await self.$CommonService.gasCalculate(self.model, self.model.f_pregas)
|
|
193
|
+
self.model.f_preamount = getAmount.data.chargenum
|
|
194
|
+
self.model.f_totalcost = ((self.row.f_balance - 0) > (getAmount.data.chargenum - 0) ? 0 : ((getAmount.data.chargenum - 0) - (self.row.f_balance - 0)).toFixed(4))
|
|
195
|
+
Object.assign(self.model, self.model, getAmount.data)
|
|
196
|
+
self.model.chargeprice = getAmount.data.chargeprice
|
|
197
|
+
self.model.f_collection = self.model.f_totalcost
|
|
198
|
+
self.calText(getAmount.data.chargeprice)
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
// 执行保存逻辑
|
|
203
|
+
let sellgasGen = async function (self) {
|
|
204
|
+
try {
|
|
205
|
+
self.model.f_write_money = self.model.f_preamount
|
|
206
|
+
if (self.row.f_price_type == '阶梯气价' && self.row.f_is_step == '否') {
|
|
207
|
+
self.model.f_write_money = (self.model.f_pregas * self.model.chargeprice[0].f_price)
|
|
208
|
+
self.model.f_write_money = self.model.f_write_money.toFixed(2)
|
|
209
|
+
}
|
|
210
|
+
// 加入扫码盒付款码支付流水号
|
|
211
|
+
self.model.f_serial_id = self.$refs.paymentcode.paymentCodeReturnData.f_out_trade_no
|
|
212
|
+
|
|
213
|
+
let res = await self.$CardService.noCardSellGas(self.model, self.row, self.cardallot)
|
|
214
|
+
console.log('卡表收费返回id', res, self.model)
|
|
215
|
+
|
|
216
|
+
// 开始打票
|
|
217
|
+
if (self.config.hasPrint) {
|
|
218
|
+
if (self.model.f_print.indexOf('电子发票') == -1) {
|
|
219
|
+
if (self.config.hasBillManage) {
|
|
220
|
+
// 启用发票管理,获取票据管理中的票号并存储记录
|
|
221
|
+
self.row.id = res
|
|
222
|
+
self.row.f_bill_type = '卡表收费'
|
|
223
|
+
self.row.f_bill_style = self.model.f_print[0]
|
|
224
|
+
self.row.f_preamount = self.model.f_preamount
|
|
225
|
+
self.row.f_collection = self.model.f_collection
|
|
226
|
+
self.print = true
|
|
227
|
+
} else {
|
|
228
|
+
self.row.id = res
|
|
229
|
+
self.print = true
|
|
230
|
+
}
|
|
231
|
+
} else {
|
|
232
|
+
if (self.model.f_print[0] === '电子发票') {
|
|
233
|
+
self.eticket_show=true
|
|
234
|
+
await self.$refs.asynceticket.openEticket(res, self.row,'卡表收费')
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
} else {
|
|
238
|
+
self.$dispatch('success')
|
|
239
|
+
}
|
|
240
|
+
self.clickConfirm = false
|
|
241
|
+
} catch (error) {
|
|
242
|
+
self.$showAlert(error, 'danger', 0)
|
|
243
|
+
self.$dispatch('refresh')
|
|
244
|
+
self.clickConfirm = false
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
let asyncCardMeterCenter = async function (self) {
|
|
249
|
+
await self.$getConfig(self, 'CardMeterCenter')
|
|
250
|
+
console.log('卡表收费config', self.config)
|
|
251
|
+
// 默认打印格式
|
|
252
|
+
if(self.row.f_paper_type){
|
|
253
|
+
self.model.f_print=self.row.f_paper_type instanceof Array ? self.row.f_paper_type : [self.row.f_paper_type ]
|
|
254
|
+
console.log(" this.model.f_print", this.model.f_print)
|
|
255
|
+
}else{
|
|
256
|
+
self.model.f_print = self.config.printType instanceof Array ? self.config.printType : [self.config.printType]
|
|
257
|
+
}
|
|
258
|
+
// self.model.f_print = self.config.printType instanceof Array ? self.config.printType : [self.config.printType]
|
|
259
|
+
self.model.f_payment = [self.config.payment]
|
|
260
|
+
self.mulPrint = self.config.printType instanceof Array
|
|
261
|
+
// 判断限购
|
|
262
|
+
let limit_param = {
|
|
263
|
+
f_userinfo_id: self.row.f_userinfo_id,
|
|
264
|
+
f_user_id: self.row.f_user_id,
|
|
265
|
+
f_stairprice_id: self.row.f_stairprice_id
|
|
266
|
+
}
|
|
267
|
+
let getLimit = await self.$resetpost('rs/logic/sale_getLimitGas', {data: limit_param}, {resolveMsg: null, rejectMsg: '获取限购值失败!!'})
|
|
268
|
+
console.log('获取限购值', getLimit)
|
|
269
|
+
self.hasLimit = getLimit.data.hasLimit
|
|
270
|
+
if (self.hasLimit) {
|
|
271
|
+
if (getLimit.data.f_limit_value || getLimit.data.f_limit_amount) {
|
|
272
|
+
if (getLimit.data.f_limit_value < 0 && getLimit.data.f_limit_amount < 0) {
|
|
273
|
+
self.$showAlert(`${getLimit.data.msg}`, 'warning', 3000)
|
|
274
|
+
self.$dispatch('refresh')
|
|
275
|
+
} else {
|
|
276
|
+
if (getLimit.data.f_limit_value) {
|
|
277
|
+
self.maxgas = (getLimit.data.f_limit_value - 0)
|
|
278
|
+
self.limitgas = true
|
|
279
|
+
}
|
|
280
|
+
if (getLimit.data.f_limit_amount) {
|
|
281
|
+
self.maxmoney = (getLimit.data.f_limit_amount - 0)
|
|
282
|
+
self.limitmoney = true
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
export default {
|
|
289
|
+
title: '无卡收费',
|
|
290
|
+
data () {
|
|
291
|
+
return {
|
|
292
|
+
//发票相关
|
|
293
|
+
eticket_msg:false,
|
|
294
|
+
eticket_show: false,
|
|
295
|
+
serialShow: false,
|
|
296
|
+
config: {
|
|
297
|
+
hasPrint: true, // 默认打票
|
|
298
|
+
hasBillManage: false, // 默认不启用发票管理
|
|
299
|
+
billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
|
|
300
|
+
printType: '普通收据', // 收据/电子票/专用发票/国税发票
|
|
301
|
+
payment: '现金缴费'
|
|
302
|
+
},
|
|
303
|
+
model: {
|
|
304
|
+
f_purchase: 0,
|
|
305
|
+
f_payment: '现金缴费',
|
|
306
|
+
f_pregas: '',
|
|
307
|
+
f_preamount: 0,
|
|
308
|
+
f_totalcost: 0,
|
|
309
|
+
f_curbalance: 0,
|
|
310
|
+
f_collection: '',
|
|
311
|
+
f_balance: 0,
|
|
312
|
+
f_print: [],
|
|
313
|
+
f_meter_type: '',
|
|
314
|
+
f_voucher_number: ''
|
|
315
|
+
},
|
|
316
|
+
calculatedetail: '',
|
|
317
|
+
print: false,
|
|
318
|
+
billData: {
|
|
319
|
+
url: 'rs/report/card_bill',
|
|
320
|
+
billnumber: ''
|
|
321
|
+
},
|
|
322
|
+
hasLimit: false,
|
|
323
|
+
maxgas: 99999999, // 限购
|
|
324
|
+
maxmoney: 99999999,
|
|
325
|
+
limitmoney: false,
|
|
326
|
+
limitgas: false,
|
|
327
|
+
mulPrint: false,
|
|
328
|
+
clickConfirm: false, // 控制确认按钮只能点击一次
|
|
329
|
+
// 下拉框值
|
|
330
|
+
paytype: this.$appdata.getParam('付款方式'),
|
|
331
|
+
mjshow: false
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
props: ['row'],
|
|
335
|
+
ready () {
|
|
336
|
+
// this.getPurchase()
|
|
337
|
+
this.model.f_price_id = this.row.f_price_id
|
|
338
|
+
this.model.f_user_id = this.row.f_user_id
|
|
339
|
+
this.model.f_userfiles_id = this.row.f_userfiles_id
|
|
340
|
+
this.model.f_userinfo_id = this.row.f_userinfo_id
|
|
341
|
+
this.model.f_balance = this.row.f_alias === 'QiaoSong' ? Math.trunc(this.row.f_balance) : this.row.f_balance
|
|
342
|
+
if (this.row.f_collection_type == '按金额') {
|
|
343
|
+
this.model.f_totalcost = ''
|
|
344
|
+
this.model.f_pregas = 0
|
|
345
|
+
}
|
|
346
|
+
asyncCardMeterCenter(this)
|
|
347
|
+
},
|
|
348
|
+
methods: {
|
|
349
|
+
eticket_toggle () {
|
|
350
|
+
this.eticket_show = false
|
|
351
|
+
this.$dispatch('success')
|
|
352
|
+
},
|
|
353
|
+
checkInvoiceMsg () {
|
|
354
|
+
if (this.model.f_print[0] === '电子发票') {
|
|
355
|
+
if (!this.row.f_taxpayer_id) {
|
|
356
|
+
this.row.f_taxpayer_id = this.row.f_idnumber
|
|
357
|
+
}
|
|
358
|
+
if (!this.row.f_paper_name) {
|
|
359
|
+
this.row.f_paper_name = this.row.f_user_name
|
|
360
|
+
}
|
|
361
|
+
if (!this.row.f_address_phone) {
|
|
362
|
+
this.row.f_address_phone = this.row.f_address + ' ' + this.row.f_user_phone
|
|
363
|
+
}
|
|
364
|
+
this.confirm()
|
|
365
|
+
} else {
|
|
366
|
+
this.confirm()
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
confirm () {
|
|
370
|
+
this.$showMessage(`对客户${this.row.f_user_name}进行收费。该操作只做收费,不做写卡,确定要进行该操作吗?`, ['confirm', 'cancel']).then(async (res) => {
|
|
371
|
+
if (res === 'confirm') {
|
|
372
|
+
let ss = await this.$refs.paymentcode.flowPath()
|
|
373
|
+
this.$refs.paymentcode.paymentCodeShow = false
|
|
374
|
+
console.log('付款码操作返回', ss)
|
|
375
|
+
if (!ss.result) return
|
|
376
|
+
|
|
377
|
+
this.clickConfirm = true
|
|
378
|
+
this.model.f_curbalance = this.curbalance
|
|
379
|
+
this.$dispatch('no-button')
|
|
380
|
+
sellgasGen(this)
|
|
381
|
+
}
|
|
382
|
+
})
|
|
383
|
+
},
|
|
384
|
+
clean () {
|
|
385
|
+
this.$info('取消操作')
|
|
386
|
+
this.$dispatch('refresh', this.row)
|
|
387
|
+
},
|
|
388
|
+
printok () {
|
|
389
|
+
// 收据打完,判断是否还有其他票据进行请求
|
|
390
|
+
for (let i = 0; i < this.model.f_print.length; i++) {
|
|
391
|
+
if (this.model.f_print[i] === '电子发票') {
|
|
392
|
+
this.$CommonService.openEticket(this.row.id, '售气收费')
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
this.$dispatch('success')
|
|
396
|
+
},
|
|
397
|
+
pregas () {
|
|
398
|
+
if (this.model.f_pregas && this.model.f_pregas > 0) {
|
|
399
|
+
try {
|
|
400
|
+
// 对气量进行验证
|
|
401
|
+
if ((this.row.f_topup_ceil - 0) > 0 && (this.model.f_pregas - 0) > (this.row.f_topup_ceil - 0)) {
|
|
402
|
+
this.$showAlert(`您输入的气量不能大于该表的充值上限: ${this.row.f_topup_ceil}`, 'warning', 5000)
|
|
403
|
+
this.model.f_pregas = null
|
|
404
|
+
} else {
|
|
405
|
+
pregasGen(this)
|
|
406
|
+
}
|
|
407
|
+
} catch (error) {
|
|
408
|
+
this.$showAlert(`发卡售气划价错误,错误类型:${error}`, 'danger', 0)
|
|
409
|
+
this.$dispatch('error', '发卡售气', this.model, error)
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
preamount () {
|
|
414
|
+
if ((this.model.f_totalcost && this.model.f_totalcost > 0) || this.row.f_balance > 0) {
|
|
415
|
+
try {
|
|
416
|
+
preamountGen(this)
|
|
417
|
+
} catch (error) {
|
|
418
|
+
this.$showAlert(`发卡售气划价错误,错误类型:${error}`, 'danger', 0)
|
|
419
|
+
this.$dispatch('error', '发卡售气', this.model, error)
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
calText (val) {
|
|
424
|
+
let str = ''
|
|
425
|
+
val.forEach((item) => {
|
|
426
|
+
str = str + item.f_price + ' x ' + item.f_gas + '+'
|
|
427
|
+
})
|
|
428
|
+
str = str.slice(0, str.length - 1)
|
|
429
|
+
this.calculatedetail = str
|
|
430
|
+
},
|
|
431
|
+
close () {
|
|
432
|
+
this.print = false
|
|
433
|
+
this.clean()
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
watch: {
|
|
437
|
+
'model.f_payment' (val) {
|
|
438
|
+
if (val == '免交') {
|
|
439
|
+
this.mjshow = true
|
|
440
|
+
} else {
|
|
441
|
+
this.mjshow = false
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
computed: {
|
|
446
|
+
printstyle () {
|
|
447
|
+
return this.row.f_filialeid === '33520' ? this.$appdata.getParam('打印格式') : this.$appdata.getParam('打印格式').filter(item => item.label !== '电子发票')
|
|
448
|
+
},
|
|
449
|
+
'curbalance' () {
|
|
450
|
+
if (this.model.f_preamount) {
|
|
451
|
+
if (this.row.f_collection_type === '按金额') {
|
|
452
|
+
return ((this.model.f_totalcost - 0) + (this.row.f_balance - 0) - (this.model.f_preamount - 0)).toFixed(4)
|
|
453
|
+
} else {
|
|
454
|
+
if ((this.row.f_balance - 0) > (this.model.f_preamount - 0)) {
|
|
455
|
+
return ((this.row.f_balance - 0) - (this.model.f_preamount - 0)).toFixed(4)
|
|
456
|
+
} else {
|
|
457
|
+
return ((this.model.f_collection - 0) - (this.model.f_totalcost - 0)).toFixed(4)
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
} else {
|
|
461
|
+
return 0
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
</script>
|
|
467
|
+
|
|
468
|
+
<style>
|
|
469
|
+
</style>
|