sale-client 4.2.77 → 4.2.78

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.
@@ -1,2 +1,2 @@
1
- #Thu Oct 30 09:31:24 CST 2025
1
+ #Mon Oct 13 09:26:02 CST 2025
2
2
  gradle.version=5.2.1
Binary file
@@ -1,7 +1,7 @@
1
1
  var path = require('path')
2
2
  var checkVersion = require('./versionCheck.js')
3
3
  checkVersion()
4
- const [ serverRul, localUrl ] = ['http://192.168.50.67:31467/', 'http://192.168.50.67:31467/']
4
+ const [ serverRul, localUrl ] = ['http://192.168.50.67:31567/', 'http://192.168.50.67:31567/']
5
5
  var merge = require('webpack-merge')
6
6
  var baseConfig = require('./webpack.dev.conf')
7
7
  var devConfig = {
@@ -47,14 +47,14 @@ var devConfig = {
47
47
  // },
48
48
  // target: localUrl
49
49
  // },
50
- // '/rs/pay': {
51
- // target: 'http://localhost:8080'
52
- // },
50
+ '/rs/pay': {
51
+ target: 'http://localhost:8080'
52
+ },
53
53
  '/api/af-revenue': {
54
54
  pathRewrite: {
55
- '/api/af-revenue': ''
55
+ '/api/af-revenue': '/af-revenue'
56
56
  },
57
- target: 'http://127.0.0.1:9026'
57
+ target: "http://localhost:8080"
58
58
  },
59
59
  '/api': {
60
60
  target: serverRul
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.77",
3
+ "version": "4.2.78",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  </span>
19
19
  <span class="col-sm-3"
20
20
  title="是否欠费">
21
- {{ row.f_whether_pay ? row.f_whether_pay === '是' ? '已缴' : '欠费' : '' }}
21
+ {{ row.f_whether_pay ? (row.f_whether_pay === '是' ? (row.f_oughtamount > 0 ? '已缴' : '') : '欠费') : '' }}
22
22
  </span>
23
23
  </div>
24
24
  </div>
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/jinhong/sale'
5
+ import FilialeSale from './filiale/jinhong/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'
@@ -24,7 +24,7 @@ system(false)
24
24
  sale()
25
25
  address()
26
26
  ldap()
27
- // FilialeSale()
27
+ FilialeSale()
28
28
  require('system-clients/src/styles/less/bootstrap.less')
29
29
 
30
30
  new Vue({
package/.npmignore DELETED
@@ -1,12 +0,0 @@
1
- src/bootstrap
2
- .idea/
3
- .DS_Store
4
- node_modules/
5
- dist/
6
- examples/
7
- gradle/
8
- npm-debug.log
9
- selenium-debug.log
10
- test/unit/coverage
11
- test/e2e/reports
12
- lib/**/lib
package/src/.npmignore DELETED
@@ -1 +0,0 @@
1
-