sale-client 3.4.151 → 3.4.155
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 +8 -5
- package/package.json +1 -1
- package/src/components/FilesManage/UserGeneralInfoTest.vue +642 -642
- package/src/components/charge/HandList.vue +6 -0
- package/src/components/charge/business/OtherChargeByPay.vue +21 -21
- package/src/components/charge/business/OtherChargeNew.vue +28 -30
- 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/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 +2 -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/Message/MessageList.vue +614 -614
- package/src/components/revenue/machineHandManage/ArrearsQuery.vue +12 -2
- package/src/components/revenue/machineHandManage/machineHand.vue +1773 -1773
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +686 -686
- package/src/components/webMeter/{MeterManage → paramSave}/ParamHistory.vue +115 -115
- package/src/components/webMeter/{MeterManage → paramSave}/ParamSet.vue +597 -597
- package/src/components/webMeter/{MeterManage → paramSave}/ParamSetForm.vue +344 -344
- package/src/filiale/liaoyuan/MeterBookUser.vue +722 -0
- package/src/filiale/liaoyuan/sale.js +3 -1
- package/src/filiale/macheng/FilesManageNew/UserGeneralInfoTest.vue +596 -596
- package/src/filiale/meihekou/MeterinfoTest.vue +626 -626
- package/src/filiale/qianneng/OtherChargeNew.vue +36 -36
- package/src/filiale/qingtongxia/HandList.vue +4 -0
- 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/filiale/zhongyi/MeterinfoTest.vue +921 -0
- package/src/filiale/zhongyi/sale.js +6 -0
- package/src/main.js +1 -1
- package/src/plugins/FileManageService.js +366 -366
- package/src/sale.js +1075 -1074
- package/yarn-error.log +8859 -0
- 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 +0 -2
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
package/build/dev-server.js
CHANGED
|
@@ -10,9 +10,9 @@ var compiler = webpack(config)
|
|
|
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://121.36.106.17:8400/',bendi1 = 'http://121.36.106.17:8400/'
|
|
14
14
|
// 公司测试服务
|
|
15
|
-
var fuwu = 'http://
|
|
15
|
+
var fuwu = 'http://47.93.217.125:8400/'
|
|
16
16
|
//铜川正式
|
|
17
17
|
// var fuwu = 'http://61.134.55.234:9999/'
|
|
18
18
|
//铜川测试
|
|
@@ -88,15 +88,18 @@ var proxyTable = {
|
|
|
88
88
|
target: fuwu
|
|
89
89
|
},
|
|
90
90
|
'/rs/report': {
|
|
91
|
-
target:
|
|
91
|
+
target: 'http://121.36.106.17:8400/'
|
|
92
92
|
},
|
|
93
93
|
'/rs/vue': {
|
|
94
94
|
target: fuwu
|
|
95
95
|
},
|
|
96
|
+
'/webmeter': {
|
|
97
|
+
target: 'http://192.168.50.4:8450'
|
|
98
|
+
},
|
|
96
99
|
'/rs': {
|
|
97
100
|
// target: 'http://192.168.30.63:8081/'
|
|
98
|
-
|
|
99
|
-
target:fuwu
|
|
101
|
+
target: 'http://47.93.217.125:8400/'
|
|
102
|
+
// target:fuwu
|
|
100
103
|
}
|
|
101
104
|
}
|
|
102
105
|
|