sale-client 4.2.6-ronghao → 4.2.7
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/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +4 -4
- package/package.json +1 -1
- package/src/filiale/yuncheng/FilesManage/MeterinfoTest.vue +1 -1
- package/src/main.js +1 -1
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/build/dev-server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
2
|
var checkVersion = require('./versionCheck.js')
|
|
3
3
|
checkVersion()
|
|
4
|
-
const [ serverRul, localUrl ] = ['
|
|
4
|
+
const [ serverRul, localUrl ] = ['https://yc.aofengcloud.com:31467/', 'https://yc.aofengcloud.com:31467/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
|
@@ -42,9 +42,9 @@ var devConfig = {
|
|
|
42
42
|
// target: 'http://410663id1ia4.vicp.fun'
|
|
43
43
|
// },
|
|
44
44
|
// '/api/af-revenue/sql': {
|
|
45
|
-
// pathRewrite: {
|
|
46
|
-
//
|
|
47
|
-
// },
|
|
45
|
+
// // pathRewrite: {
|
|
46
|
+
// // '/api/af-revenue/sql': '/sql'
|
|
47
|
+
// // },
|
|
48
48
|
// target: localUrl
|
|
49
49
|
// },
|
|
50
50
|
'/rs/pay': {
|
package/package.json
CHANGED
|
@@ -685,7 +685,7 @@ let meterBookGen = function* (self) {
|
|
|
685
685
|
if (meterbooks.data.length > 0) {
|
|
686
686
|
let options = []
|
|
687
687
|
for (let i = 0; i < meterbooks.data.length; i++) {
|
|
688
|
-
let tmp = {label: meterbooks.data[i].f_book_name, value:
|
|
688
|
+
let tmp = {label: meterbooks.data[i].f_book_name, value: meterbooks.data[i].id}
|
|
689
689
|
options.push(tmp)
|
|
690
690
|
}
|
|
691
691
|
self.meterbookoptions = options
|
package/src/main.js
CHANGED
|
@@ -2,7 +2,7 @@ import Vue from 'vue'
|
|
|
2
2
|
import all from 'vue-client/src/all'
|
|
3
3
|
import App from './App'
|
|
4
4
|
import system from 'system-clients/src/system'
|
|
5
|
-
import FilialeSale from './filiale/
|
|
5
|
+
import FilialeSale from './filiale/yuncheng/sale'
|
|
6
6
|
import sale from './sale'
|
|
7
7
|
import address from 'address-client/src/address'
|
|
8
8
|
import ldap from 'ldap-clients/src/ldap'
|