sale-client 3.5.299 → 3.6.1
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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
|
-
const [localUrl, serverRul] = ['http://
|
|
2
|
+
const [localUrl, serverRul] = ['http://61.240.138.248:8400/#', 'http://61.240.138.248:8400/#']
|
|
3
3
|
var merge = require('webpack-merge')
|
|
4
4
|
var baseConfig = require('./webpack.dev.conf')
|
|
5
5
|
var devConfig = {
|
package/package.json
CHANGED
|
@@ -340,10 +340,10 @@
|
|
|
340
340
|
}
|
|
341
341
|
},
|
|
342
342
|
props: ['row'],
|
|
343
|
-
ready () {
|
|
343
|
+
async ready () {
|
|
344
344
|
this.showGas = (this.row.f_collection_type === '按气量')
|
|
345
|
-
this
|
|
346
|
-
|
|
345
|
+
await asyncIOTMeterCenter(this)
|
|
346
|
+
await this.calRemanentMoney()
|
|
347
347
|
},
|
|
348
348
|
watch: {
|
|
349
349
|
'model.f_payment.length' (val) {
|