sale-client 4.2.102 → 4.2.103

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
@@ -1,2 +1,2 @@
1
- #Mon Oct 13 17:27:02 CST 2025
1
+ #Fri Nov 28 09:22:31 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://116.204.64.92:31467/', 'http://116.204.64.92: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 = {
@@ -19,18 +19,18 @@ var devConfig = {
19
19
  children: false // 不输出子模块构建信息
20
20
  },
21
21
  proxy: {
22
- // '/api/af-revenue/batchdeduction/all': {
23
- // pathRewrite: {
24
- // '/api/af-revenue/batchdeduction/all': '/batchdeduction/all'
25
- // },
26
- // target: localUrl
27
- // },
28
- // '/api/af-revenue/logic/changeMeter': {
29
- // pathRewrite: {
30
- // '/api/af-revenue/logic/changeMeter': '/logic/changeMeter'
31
- // },
32
- // target: 'http://localhost:9026/'
33
- // },
22
+ // '/api/af-revenue/batchdeduction/all': {
23
+ // pathRewrite: {
24
+ // '/api/af-revenue/batchdeduction/all': '/batchdeduction/all'
25
+ // },
26
+ // target: localUrl
27
+ // },
28
+ // '/api/af-revenue/logic': {
29
+ // pathRewrite: {
30
+ // '/api/af-revenue/logic': '/logic'
31
+ // },
32
+ // target: localUrl
33
+ // },
34
34
  // '/api/af-revenue/file': {
35
35
  // // pathRewrite: {
36
36
  // // '/api/af-revenue/file': '/file'
@@ -51,7 +51,10 @@ var devConfig = {
51
51
  target: 'http://localhost:8080'
52
52
  },
53
53
  '/api/af-revenue': {
54
- target: "http://116.204.64.92:31467/"
54
+ pathRewrite: {
55
+ '/api/af-revenue': '/af-revenue'
56
+ },
57
+ target: "http://localhost:8080"
55
58
  },
56
59
  '/api': {
57
60
  target: serverRul
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.102",
3
+ "version": "4.2.103",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -23,10 +23,10 @@
23
23
  <!-- @keyup.enter="search(), $parent.$parent.clean()" condition="f_user_name = '{}'">-->
24
24
  <!-- </div>-->
25
25
  <div class="form-group col-sm-4">
26
- <label class="font_normal_body">旧客户号</label>
27
- <input type="text" class="input_search" style="width:60%" v-model="model.f_olduserinfo_code"
28
- placeholder='客户编号'
29
- condition="f_olduserinfo_code = '{}'">
26
+ <label class="font_normal_body">证件号&emsp;</label>
27
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_idnumber"
28
+ placeholder='证件号'
29
+ condition="f_idnumber = '{}'">
30
30
  </div>
31
31
 
32
32
  <div class="form-group col-sm-4">