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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Apr 23 13:47:49 CST 2026
2
+ gradle.version=7.4
File without changes
@@ -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://121.36.106.17:31467/'
10
- const local = 'http://121.36.106.17:31467/'
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
- // pathRewrite: {
20
- // '^/api/af-revenue': '/'
21
- // },
19
+ pathRewrite: {
20
+ '^/api/af-revenue': '/'
21
+ },
22
22
  target: local
23
23
  },
24
24
  '/api/af-revenue/report/': {
25
- // pathRewrite: {
26
- // '^/api/af-revenue': '/'
27
- // },
25
+ pathRewrite: {
26
+ '^/api/af-revenue': '/'
27
+ },
28
28
  target: local
29
29
  },
30
30
  '/api/af-revenue/logic': {
31
- // pathRewrite: {
32
- // '^/api/af-revenue': '/'
33
- // },
31
+ pathRewrite: {
32
+ '^/api/af-revenue': '/'
33
+ },
34
34
  target: local
35
35
  },
36
36
  '/api': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.131",
3
+ "version": "4.1.132",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -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} and amount_ratio<=${ratio2}`
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} and amount_ratio<=${ratio2}`
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">客户编号是这个</label>
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/hantou/sale'
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'