sale-client 3.4.127 → 3.4.128
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/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/6.1.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.1.1/gc.properties +0 -0
- package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.1/fileChanges/last-build.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +7 -4
- package/package.json +1 -1
- package/src/components/FilesManage/FileUserFiles.vue +4 -1
- package/src/components/FilesManage/UserGeneralInfoTest.vue +642 -642
- package/src/components/FilesManageNew/FileUserFiles.vue +1 -1
- package/src/components/charge/business/CardChangeFill.vue +612 -612
- package/src/components/charge/business/CardMeterCenter.vue +1 -1
- package/src/components/charge/business/ChangeMeterAddGas.vue +559 -559
- package/src/components/charge/business/IOTMeterCenter.vue +800 -800
- package/src/components/charge/business/NoCardMeterCenter.vue +0 -1
- package/src/components/charge/business/PriceChangeCompensation/CompensationManage.vue +26 -26
- package/src/components/charge/business/PriceChangeCompensation/SurplusRecordDetail.vue +72 -72
- package/src/components/charge/business/machine/MachineMeterCenter.vue +721 -721
- package/src/components/charge/business/refund/IOTRefund.vue +237 -237
- package/src/components/charge/gasloss/gasLossOperate.vue +357 -357
- package/src/components/revenue/HandManager/MeterBookManage.vue +153 -153
- package/src/components/revenue/base/leftview/Mulitinfo.vue +74 -74
- package/src/components/revenue/base/leftview/SafeCheck.vue +311 -311
- package/src/components/revenue/base/rightview/CardList.vue +3 -0
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellation.vue +243 -243
- package/src/components/revenue/comprehen/ComprehenOperation/MeterDisable/DisableManage.vue +93 -93
- package/src/components/revenue/comprehen/ComprehenOperation/MeterEnable/EnableManage.vue +184 -184
- package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +6 -1
- package/src/components/revenue/comprehen/Message/MessageList.vue +587 -587
- package/src/components/revenue/comprehen/StairPrice/GasPriceList.vue +5 -5
- package/src/components/revenue/machineHandManage/machineHand.vue +1773 -1773
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +686 -686
- package/src/filiale/macheng/FilesManageNew/UserGeneralInfoTest.vue +596 -596
- package/src/filiale/meihekou/MeterinfoTest.vue +626 -626
- package/src/filiale/qianneng/FilesManage/FileUserFiles.vue +1 -1
- package/src/filiale/qianneng/GasPriceList.vue +5 -5
- package/src/filiale/qianneng/MachineCharge.vue +169 -169
- package/src/filiale/qianneng/OtherChargeNew.vue +10 -11
- package/src/filiale/qianneng/machine/MachineMeterCenter.vue +721 -721
- package/src/filiale/rongchuang/Userinfo.vue +176 -176
- package/src/filiale/rongchuang/sale.js +43 -43
- package/src/filiale/tongchuan/MeterinfoTest.vue +892 -892
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/AutomaticPurse.vue +298 -298
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/CardHandRecord.vue +267 -267
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +240 -240
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChangeRecord.vue +235 -235
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChargeQueryUser.vue +372 -372
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/DeveiceRecord.vue +251 -251
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/FillCardQueryUser.vue +209 -209
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/HandQueryUser.vue +365 -365
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +252 -252
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/OtherChargeQueryUser.vue +250 -250
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/RecordQueryUser.vue +249 -249
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/TransferQueryUser.vue +222 -222
- package/src/filiale/tongchuan/sale.js +107 -107
- package/src/main.js +1 -1
- package/src/plugins/FileManageService.js +366 -366
- package/src/sale.js +5 -2
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/build/dev-server.js
CHANGED
|
@@ -6,13 +6,13 @@ var proxyMiddleware = require('http-proxy-middleware')
|
|
|
6
6
|
|
|
7
7
|
var app = express()
|
|
8
8
|
var compiler = webpack(config)
|
|
9
|
-
// var proxy = httpProxy.createProxyServer()
|
|
9
|
+
// var proxy = httpProxy.createProxyServer()c
|
|
10
10
|
|
|
11
11
|
// Define HTTP proxies to your custom API backend
|
|
12
12
|
// https://github.com/chimurai/http-proxy-middleware
|
|
13
|
-
var bendi = 'http://
|
|
13
|
+
var bendi = 'http://192.168.50.4:8400/',bendi1 = 'http://119.146.1.106:8300/'
|
|
14
14
|
// 公司测试服务
|
|
15
|
-
var fuwu = 'http://192.168.
|
|
15
|
+
var fuwu = 'http://192.168.50.4:8400/'
|
|
16
16
|
//铜川正式
|
|
17
17
|
// var fuwu = 'http://61.134.55.234:9999/'
|
|
18
18
|
//铜川测试
|
|
@@ -93,10 +93,13 @@ var proxyTable = {
|
|
|
93
93
|
'/rs/vue': {
|
|
94
94
|
target: fuwu
|
|
95
95
|
},
|
|
96
|
+
'/rs/logic/address_updateuseraddress': {
|
|
97
|
+
target: fuwu
|
|
98
|
+
},
|
|
96
99
|
'/rs': {
|
|
97
100
|
// target: 'http://192.168.30.63:8081/'
|
|
98
101
|
// target: 'http://127.0.0.1:8078'
|
|
99
|
-
target:
|
|
102
|
+
target:fuwu
|
|
100
103
|
}
|
|
101
104
|
}
|
|
102
105
|
|
package/package.json
CHANGED
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
</div>
|
|
287
287
|
</div>
|
|
288
288
|
</criteria>
|
|
289
|
-
<data-grid :model="model" class="list_area table_sy" v-ref:grid partial='list'>
|
|
289
|
+
<data-grid :model="model" class="list_area table_sy" @dblclick="$parent.modifyUser" v-ref:grid partial='list'>
|
|
290
290
|
<template partial='head'>
|
|
291
291
|
<tr>
|
|
292
292
|
<th>
|
|
@@ -658,6 +658,9 @@ let loadParamGem = async function (self) {
|
|
|
658
658
|
search () {
|
|
659
659
|
this.$refs.paged.$refs.criteria.search()
|
|
660
660
|
},
|
|
661
|
+
// selectdata () {
|
|
662
|
+
//
|
|
663
|
+
// },
|
|
661
664
|
modifyUser (row) {
|
|
662
665
|
this.isOper = true
|
|
663
666
|
this.createFile = true
|