sale-client 3.5.122 → 3.5.125
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/.babelrc +5 -5
- package/.gradle/{3.5.1/file-changes → 5.2.1/fileChanges}/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/{buildOutputCleanup/built.bin → 5.2.1/gc.properties} +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +10 -7
- package/package.json +1 -1
- package/src/components/FilesManage/UserGeneralInfoTest.vue +706 -706
- package/src/components/charge/business/PriceChangeCompensation/IotCompensation.vue +1 -0
- package/src/components/charge/business/PriceChangeCompensation/JbCompensation.vue +1 -0
- package/src/components/charge/business/ShowCardSellGas.vue +74 -63
- package/src/components/revenue/comprehen/ComprehenOperation/removeTable.vue +2 -0
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +9 -21
- package/src/components/webMeter/paramSaveNew/ParamHistory.vue +1 -1
- package/src/filiale/alashan/MeterinfoTest.vue +618 -618
- package/src/filiale/gehua/CardChangeFill.vue +605 -605
- package/src/filiale/gehua/ChangeMeter.vue +968 -968
- package/src/filiale/gehua/sale.js +30 -30
- package/src/filiale/guangxi/CardHand.vue +885 -885
- package/src/filiale/guangxi/sale.js +51 -49
- package/src/filiale/meihekou/batch/batchEditManage.vue +132 -132
- package/src/filiale/meihekou/batch/batchUserList.vue +456 -456
- package/src/filiale/meihekou/sale.js +45 -45
- package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
- package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +783 -783
- package/src/filiale/zhongyi/MeterReadAudit.vue +347 -347
- package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
- package/yarn-error.log +0 -9224
package/.babelrc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"presets": ["es2015", "stage-2"],
|
|
3
|
-
"plugins": ["transform-runtime"],
|
|
4
|
-
"comments": false
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"presets": ["es2015", "stage-2"],
|
|
3
|
+
"plugins": ["transform-runtime"],
|
|
4
|
+
"comments": false
|
|
5
|
+
}
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
2
|
-
gradle.version=
|
|
1
|
+
#Thu Nov 10 15:53:56 CST 2022
|
|
2
|
+
gradle.version=5.2.1
|
|
File without changes
|
package/build/dev-server.js
CHANGED
|
@@ -10,10 +10,10 @@ 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 = '
|
|
16
|
-
//
|
|
15
|
+
var fuwu = 'https://qnjtkf.cn:7400/'
|
|
16
|
+
//var fuwu = 'http://39.99.85.14:8400'
|
|
17
17
|
// var fuwu = 'http://121.36.106.17:8400/'
|
|
18
18
|
// 铜川正式
|
|
19
19
|
// var fuwu = 'http://61.134.55.234:9999/'
|
|
@@ -68,6 +68,9 @@ var proxyTable = {
|
|
|
68
68
|
'/rs/file': {
|
|
69
69
|
target: fuwu
|
|
70
70
|
},
|
|
71
|
+
'/afServer': {
|
|
72
|
+
target: fuwu
|
|
73
|
+
},
|
|
71
74
|
'/files': {
|
|
72
75
|
target: fuwu
|
|
73
76
|
},
|
|
@@ -121,18 +124,18 @@ var proxyTable = {
|
|
|
121
124
|
target: fuwu
|
|
122
125
|
},
|
|
123
126
|
'/rs/report': {
|
|
124
|
-
target: 'http://
|
|
127
|
+
target: 'http://localhost:8083'
|
|
125
128
|
},
|
|
126
129
|
'/rs/vue': {
|
|
127
130
|
target: fuwu
|
|
128
131
|
},
|
|
129
132
|
'/webmeter': {
|
|
130
|
-
target:
|
|
133
|
+
target: fuwu
|
|
131
134
|
},
|
|
132
135
|
'/rs': {
|
|
133
136
|
// target: 'http://192.168.30.63:8081/'
|
|
134
137
|
// target: 'http://121.36.106.17:8400/'
|
|
135
|
-
target:
|
|
138
|
+
target: fuwu
|
|
136
139
|
}
|
|
137
140
|
}
|
|
138
141
|
|
|
@@ -189,5 +192,5 @@ module.exports = app.listen(8085, function (err) {
|
|
|
189
192
|
console.log(err)
|
|
190
193
|
return
|
|
191
194
|
}
|
|
192
|
-
console.log('Listening at http://localhost:
|
|
195
|
+
console.log('Listening at http://localhost:8085')
|
|
193
196
|
})
|