manage-client 4.1.131 → 4.1.132
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/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/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 +11 -11
- package/package.json +1 -1
- package/src/filiale/liaoyuan/HandplanRatioQuery.vue +1 -1
- package/src/filiale/liaoyuan/WebHandplanRatioQuery.vue +1 -1
- package/src/filiale/tongchuan/RecordInfoQuery.vue +1 -1
- package/src/main.js +1 -1
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/build/dev-server.js
CHANGED
|
@@ -6,8 +6,8 @@ const proxyMiddleware = require('http-proxy-middleware')
|
|
|
6
6
|
const app = express()
|
|
7
7
|
const compiler = webpack(config)
|
|
8
8
|
|
|
9
|
-
const server = 'http://
|
|
10
|
-
const local = 'http://
|
|
9
|
+
const server = 'http://192.168.50.67:31567/'
|
|
10
|
+
const local = 'http://127.0.0.1:9026/'
|
|
11
11
|
const proxyTable = {
|
|
12
12
|
'/rs/logic/exportfile': {
|
|
13
13
|
target: server
|
|
@@ -16,21 +16,21 @@ const proxyTable = {
|
|
|
16
16
|
target: server
|
|
17
17
|
},
|
|
18
18
|
'/api/af-revenue/sql/': {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
pathRewrite: {
|
|
20
|
+
'^/api/af-revenue': '/'
|
|
21
|
+
},
|
|
22
22
|
target: local
|
|
23
23
|
},
|
|
24
24
|
'/api/af-revenue/report/': {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
pathRewrite: {
|
|
26
|
+
'^/api/af-revenue': '/'
|
|
27
|
+
},
|
|
28
28
|
target: local
|
|
29
29
|
},
|
|
30
30
|
'/api/af-revenue/logic': {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
pathRewrite: {
|
|
32
|
+
'^/api/af-revenue': '/'
|
|
33
|
+
},
|
|
34
34
|
target: local
|
|
35
35
|
},
|
|
36
36
|
'/api': {
|
package/package.json
CHANGED
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
}
|
|
434
434
|
let ratio1 = this.ratio-0
|
|
435
435
|
let ratio2 = 0-this.ratio
|
|
436
|
-
let condition = `${args.condition} ` + this.orgCondtionStr + ` and amount_ratio>=${ratio1}
|
|
436
|
+
let condition = `${args.condition} ` + this.orgCondtionStr + ` and (amount_ratio>=${ratio1} or amount_ratio<=${ratio2})`
|
|
437
437
|
this.model.search(condition, args.model)
|
|
438
438
|
},
|
|
439
439
|
clear() {
|
|
@@ -444,7 +444,7 @@ export default {
|
|
|
444
444
|
}
|
|
445
445
|
let ratio1 = this.ratio-0
|
|
446
446
|
let ratio2 = 0-this.ratio
|
|
447
|
-
let condition = `${args.condition} ` + this.orgCondtionStr + ` and amount_ratio>=${ratio1}
|
|
447
|
+
let condition = `${args.condition} ` + this.orgCondtionStr + ` and ( amount_ratio>=${ratio1} or amount_ratio<=${ratio2})`
|
|
448
448
|
this.model.search(condition, args.model)
|
|
449
449
|
},
|
|
450
450
|
clear () {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
9
9
|
<div class="row">
|
|
10
10
|
<div class="col-sm-2 form-group" >
|
|
11
|
-
<label class="font_normal_body"
|
|
11
|
+
<label class="font_normal_body">客户编号</label>
|
|
12
12
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
13
13
|
condition="f_userinfo_code = '{}' " placeholder="客户编号">
|
|
14
14
|
</div>
|
package/src/main.js
CHANGED
|
@@ -6,7 +6,7 @@ import { all } from 'vue-client'
|
|
|
6
6
|
import { system } from 'system-clients'
|
|
7
7
|
import { ldap } from 'ldap-clients'
|
|
8
8
|
import saleManage from './saleManage'
|
|
9
|
-
import ShanXianSaleManage from './filiale/
|
|
9
|
+
import ShanXianSaleManage from './filiale/xinjiangdexin/sale'
|
|
10
10
|
// import ShanXianwebSaleManage from './filiale/rongcheng/webmeterManage'
|
|
11
11
|
import webmeterManage from './webmeterManage'
|
|
12
12
|
import reportManage from './reportManage'
|