address-client 4.0.12 → 4.0.13-kelai

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
- #Tue Apr 15 09:22:28 CST 2025
2
- gradle.version=8.10
1
+ #Mon Dec 07 15:35:10 CST 2020
2
+ gradle.version=5.2.1
Binary file
@@ -14,105 +14,92 @@ var proxy = httpProxy.createProxyServer()
14
14
  var str = 'http://192.168.50.4:8400', str2= 'http://192.168.50.4:8400'
15
15
  var str3= 'http://192.168.50.4:8400'
16
16
  var proxyTable = {
17
- '/api/af-revenue': {
18
- pathRewrite: {'/api/af-revenue': '/'},
19
- target: 'http://127.0.0.1:9026'
20
- },
21
-
22
- '/api': {
23
- target: str
24
- },
25
17
  '/api/af-auth': {
26
18
  target: str
27
19
  },
28
- '/sketch': {
29
- target: str,
30
- changeOrigin: true
31
- },
32
- '/invoice/rs/logic/getInvoice': {
33
- target: str
34
- },
35
- // '/rs/sql/filemanage_getUserfies':{
36
- // target: 'http://127.0.0.1:8080/'
37
- // },
38
- // '/rs/logic/importNetworkValve':{
39
- // target: 'http://127.0.0.1:8080/'
40
- // },
41
- '/rs/file': {
42
- target: str
43
- },
44
- '/webapps': {
20
+ '/api/af-system': {
45
21
  target: str
46
22
  },
47
- '/rs/sql/singleTable': {
48
- target: str
49
- },
50
- '/invoice': {
51
- target: str
23
+ '/api/af-revenue': {
24
+ pathRewrite: {'/api/af-revenue': '/'},
25
+ target: 'http://127.0.0.1:9026'
52
26
  },
53
- '/rs/batchSettlement': {
27
+ '/rs/entity': {
54
28
  target: str
29
+ // secure:true,
30
+ // changeOrigin:true
31
+ // target: 'http://127.0.0.1:8080'
55
32
  },
56
-
57
- // 查找资源服务数据
58
- '/rs/search': {
59
- target: str
33
+ '/webapps':{
34
+ target: str3,
35
+ secure:true,
36
+ changeOrigin:true
37
+ // target: 'http://127.0.0.1:8080'
60
38
  },
61
- // 查找资源服务数据
62
39
  '/rs/logic/getLogin': {
63
- target: str
40
+ target: str3,
41
+ secure:true,
42
+ changeOrigin:true
64
43
  },
65
- // 查找资源服务数据
66
44
  '/rs/logic/getInitData': {
67
- target: str
45
+ target: str3,
46
+ secure:true,
47
+ changeOrigin:true,
68
48
  },
69
49
  '/rs/logic/getSaleInitData': {
70
- target: str
50
+ target: str3,
51
+ secure:true,
52
+ changeOrigin:true
53
+ },
54
+ // '/rs/logic':{
55
+ // target: str3,
56
+ // secure:true,
57
+ // changeOrigin:true
58
+ // // target: 'http://127.0.0.1:8080'
59
+ // },
60
+ '/rs/vue': {
61
+ target: str3,
62
+ secure:true,
63
+ changeOrigin:true
71
64
  },
72
- // 用户登录服务地址
73
65
  '/rs/user': {
74
- target: str
75
- },
76
- '/rs/path': {
77
- target: str
78
- },
79
- '/rs/data': {
80
- target: str
81
- },
82
- '/rs/license': {
83
- target: str
66
+ target: str3,
67
+ secure:true,
68
+ changeOrigin:true
84
69
  },
85
70
  '/rs/db': {
86
- target: str
87
- },
88
- '/excel': {
89
- target: str
90
- },
91
- '/rs/config': {
92
- target: str
71
+ target: str3,
72
+ secure:true,
73
+ changeOrigin:true
93
74
  },
94
- '/rs/report': {
95
- target: str
96
- },
97
- '/rs/vue': {
98
- target: str
99
- },
100
-
101
- '/rs/logic': {
102
- target: str
75
+ '/rs/search': {
76
+ target: str3,
77
+ secure:true,
78
+ changeOrigin:true
79
+ // target: 'http://127.0.0.1:8080'
103
80
  },
104
- '/rs/entity': {
105
- target: str
81
+ '/rs/data': {
82
+ target: str3,
83
+ secure:true,
84
+ changeOrigin:true
106
85
  },
107
86
  '/rs/sql': {
108
87
  target: str
88
+ // secure: true,
89
+ // changeOrigin:true
90
+ // target: 'http://127.0.0.1:8080'
109
91
  },
110
- '/webmeter': {
92
+ '/rs/logic': {
111
93
  target: str
94
+ // secure: true,
95
+ // changeOrigin:true
96
+ // target: 'http://127.0.0.1:8080'
112
97
  },
113
98
  '/rs': {
114
- target: str
115
- // changeOrigin: true
99
+ // target: 'http://192.168.50.199:8300'
100
+ target: str3,
101
+ secure:true,
102
+ changeOrigin:true
116
103
  }
117
104
  }
118
105
 
Binary file
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4
4
  networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
package/gradlew CHANGED
@@ -15,8 +15,6 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
- # SPDX-License-Identifier: Apache-2.0
19
- #
20
18
 
21
19
  ##############################################################################
22
20
  #
@@ -57,7 +55,7 @@
57
55
  # Darwin, MinGW, and NonStop.
58
56
  #
59
57
  # (3) This script is generated from the Groovy template
60
- # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58
+ # https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
61
59
  # within the Gradle project.
62
60
  #
63
61
  # You can find Gradle at https://github.com/gradle/gradle/.
@@ -86,8 +84,7 @@ done
86
84
  # shellcheck disable=SC2034
87
85
  APP_BASE_NAME=${0##*/}
88
86
  # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90
- ' "$PWD" ) || exit
87
+ APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
91
88
 
92
89
  # Use the maximum available, or set MAX_FD != -1 to use that value.
93
90
  MAX_FD=maximum
package/gradlew.bat CHANGED
@@ -13,8 +13,6 @@
13
13
  @rem See the License for the specific language governing permissions and
14
14
  @rem limitations under the License.
15
15
  @rem
16
- @rem SPDX-License-Identifier: Apache-2.0
17
- @rem
18
16
 
19
17
  @if "%DEBUG%"=="" @echo off
20
18
  @rem ##########################################################################
@@ -45,11 +43,11 @@ set JAVA_EXE=java.exe
45
43
  %JAVA_EXE% -version >NUL 2>&1
46
44
  if %ERRORLEVEL% equ 0 goto execute
47
45
 
48
- echo. 1>&2
49
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
50
- echo. 1>&2
51
- echo Please set the JAVA_HOME variable in your environment to match the 1>&2
52
- echo location of your Java installation. 1>&2
46
+ echo.
47
+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48
+ echo.
49
+ echo Please set the JAVA_HOME variable in your environment to match the
50
+ echo location of your Java installation.
53
51
 
54
52
  goto fail
55
53
 
@@ -59,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
59
57
 
60
58
  if exist "%JAVA_EXE%" goto execute
61
59
 
62
- echo. 1>&2
63
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
64
- echo. 1>&2
65
- echo Please set the JAVA_HOME variable in your environment to match the 1>&2
66
- echo location of your Java installation. 1>&2
60
+ echo.
61
+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62
+ echo.
63
+ echo Please set the JAVA_HOME variable in your environment to match the
64
+ echo location of your Java installation.
67
65
 
68
66
  goto fail
69
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "4.0.12",
3
+ "version": "4.0.13-kelai",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -107,9 +107,9 @@
107
107
  <div v-if="!usertype" class="col-sm-6 form-group ">
108
108
  <label for="f_address" class="font_normal_body">楼&emsp;&emsp;层</label>
109
109
  <input type="text" style="width:40%" v-model="model.f_floor" class="input_search"
110
- placeholder="楼层" />
110
+ placeholder="楼层" disabled />
111
111
  <input type="text" style="width:20%" v-model="model.f_floor_suffix" class="input_search"
112
- />
112
+ disabled />
113
113
  </div>
114
114
  <div v-if="!usertype" class="col-sm-6 form-group "
115
115
  :class="[$v.f_room.required ? 'has-error' : 'has-success']">
@@ -210,15 +210,15 @@
210
210
  close-on-select search="true">
211
211
  </v-select>
212
212
  </div>
213
- <!-- <div class="col-sm-6 form-group " :class="[$v.slice.required ? 'has-error' : 'has-success']">-->
214
- <!-- <label class="font_normal_body">片&emsp;&emsp;区</label>-->
215
- <!-- <input type="text" style="width:60%" class="input_search" v-show="false" v-model="$refs.slice.selectedItems"-->
216
- <!-- >-->
217
- <!-- <v-select :value.sync="model.f_slice_area" v-model="model.f_slice_area" :value-single="true"-->
218
- <!-- :options='sliceArea' placeholder='片区/管理站' filer-key="name"-->
219
- <!-- close-on-select v-ref:slice>-->
220
- <!-- </v-select>-->
221
- <!-- </div>-->
213
+ <!-- <div class="col-sm-6 form-group " :class="[$v.slice.required ? 'has-error' : 'has-success']">-->
214
+ <!-- <label class="font_normal_body">片&emsp;&emsp;区</label>-->
215
+ <!-- <input type="text" style="width:60%" class="input_search" v-show="false" v-model="$refs.slice.selectedItems"-->
216
+ <!-- >-->
217
+ <!-- <v-select :value.sync="model.f_slice_area" v-model="model.f_slice_area" :value-single="true"-->
218
+ <!-- :options='sliceArea' placeholder='片区/管理站' filer-key="name"-->
219
+ <!-- close-on-select v-ref:slice>-->
220
+ <!-- </v-select>-->
221
+ <!-- </div>-->
222
222
 
223
223
  <div class="col-sm-6 form-group "
224
224
  :class="[$v.f_building_start.integernum || $v.f_building_start.dctest ?'has-error' : 'has-success']">
@@ -416,10 +416,11 @@
416
416
 
417
417
  f_orgid: '',
418
418
 
419
- sliceArea: []
419
+ sliceArea: [],
420
+ disableFloor: false
420
421
  }
421
422
  },
422
- props: ['f_filialeids', 'row','operation','usertype'],
423
+ props: ['f_filialeids', 'row','operation','usertype', 'disableFloor'],
423
424
  ready(){
424
425
  this.initdata()
425
426
  getAreaConfig(this)
@@ -427,6 +428,25 @@
427
428
  this.model.f_unit_suffix=this.config.f_unit_suffix
428
429
  this.model.f_floor_suffix=this.config.f_floor_suffix
429
430
  this.model.f_room_suffix=this.config.f_room_suffix
431
+
432
+ // 处理传入的 row 数据
433
+ if(this.row) {
434
+ // 复制原有数据到 model
435
+ Object.assign(this.model, this.row)
436
+
437
+ // 初始化省市区、街道、小区数据
438
+ this.initpcds(` f_orgid = '${this.$login.f.orgid}'`)
439
+ this.initstreets(` f_orgid = '${this.$login.f.orgid}' `)
440
+ this.initareas(` f_orgid = '${this.$login.f.orgid}'`)
441
+
442
+ // 设置选中值
443
+ this.$nextTick(() => {
444
+ this.model.f_pcd_id = this.row.f_pcd_id
445
+ this.model.f_street_id = this.row.f_street_id
446
+ this.model.f_residential_area_id = this.row.f_residential_area_id
447
+ this.model.f_slice_area = this.row.f_slice_area
448
+ })
449
+ }
430
450
  },
431
451
  methods: {
432
452
  async changecity(){
@@ -772,7 +792,10 @@
772
792
  this.model.f_pcd=this.findbyid(this.pcdslist,this.model.f_pcd_id).f_pcd
773
793
  this.model.f_street=this.findbyid(this.streetslist,this.model.f_street_id).f_street
774
794
  this.model.f_residential_area=this.findbyid(this.areaslist,this.model.f_residential_area_id).f_residential_area
775
- this.model.f_address = this.model.f_street + this.model.f_residential_area + (this.model.f_building?this.model.f_building +this.model.f_building_suffix:'') + (this.model.f_unit?this.model.f_unit +this.model.f_unit_suffix:'') + (this.model.f_floor?this.model.f_floor +this.model.f_floor_suffix:'') + this.model.f_room + this.model.f_room_suffix
795
+ // 确保楼层值为空
796
+ this.model.f_floor = ''
797
+ this.model.f_floor_suffix = ''
798
+ this.model.f_address = this.model.f_street + this.model.f_residential_area + (this.model.f_building?this.model.f_building +this.model.f_building_suffix:'') + (this.model.f_unit?this.model.f_unit +this.model.f_unit_suffix:'') + this.model.f_room + this.model.f_room_suffix
776
799
  }
777
800
  await this.$resetpost('api/af-revenue/logic/address_updateuseraddress', this.model)
778
801
  },
File without changes