address-client 3.2.42 → 3.2.43

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.
@@ -10,8 +10,8 @@ var proxy = httpProxy.createProxyServer()
10
10
 
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
- var str = 'http://219.153.176.6:8400/', str2= 'hhttp://219.153.176.6:8400/'
14
- var str3= 'http://219.153.176.6:8400/'
13
+ var str = 'http://127.0.0.1:8078', str2= 'http://192.168.50.4:8400/'
14
+ var str3= 'http://172.168.1.11:8400'
15
15
  var proxyTable = {
16
16
  '/rs/sql':{
17
17
  target: str3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.42",
3
+ "version": "3.2.43",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -15,7 +15,7 @@
15
15
  </res-select>
16
16
  </div>
17
17
  <div :class="$parent.$parent.style" v-if="$parent.$parent.showrightchange">
18
- <label class="font_normal_body">用户编号</label>
18
+ <label class="font_normal_body">客户编号</label>
19
19
  <input type="text" class="input_search" style="width:60%" v-model="model.f_userinfo_code" style="width:60%"
20
20
  condition="f_userinfo_code = '{}'" placeholder="用户编号"/>
21
21
  </div>
@@ -101,7 +101,7 @@
101
101
  />
102
102
  </div>
103
103
  <div :class="$parent.$parent.style" >
104
- <label class="font_normal_body">详细地址</label>
104
+ <label class="font_normal_body">客户地址</label>
105
105
  <input type="text" class="input_search" style="width:60%" v-model="model.f_address" style="width:60%"
106
106
  condition="a.f_address like '%{}%'" placeholder="详细地址"
107
107
  :size="model.f_address ? model.f_address.length*2 : 8"/>
@@ -138,7 +138,7 @@
138
138
  <data-grid :model="model" partial='list' style="overflow: auto" class="list_area table_sy" :optional="true" v-ref:grid>
139
139
  <template partial='head'>
140
140
  <th><nobr>序号</nobr></th>
141
- <th><nobr>用户编号</nobr></th>
141
+ <th><nobr>客户编号</nobr></th>
142
142
  <th v-show="!$parent.$parent.$parent.$parent.useraddressShow"><nobr>区/县</nobr></th>
143
143
  <th v-show="!$parent.$parent.$parent.$parent.useraddressShow"><nobr>片区/管理站</nobr></th>
144
144
  <th><nobr>街道/乡镇</nobr></th>
@@ -147,7 +147,7 @@
147
147
  <th v-show="!$parent.$parent.$parent.$parent.useraddressShow"><nobr>单元</nobr></th>
148
148
  <th v-show="!$parent.$parent.$parent.$parent.useraddressShow"><nobr>楼层</nobr></th>
149
149
  <th v-show="!$parent.$parent.$parent.$parent.useraddressShow"><nobr>门牌号</nobr></th>
150
- <th><nobr>详细地址</nobr></th>
150
+ <th><nobr>客户地址</nobr></th>
151
151
  <th><nobr>地址状态</nobr></th>
152
152
  <th><nobr>状态</nobr></th>
153
153
  <th><nobr>时间</nobr></th>
@@ -114,7 +114,7 @@
114
114
  <th><nobr>街道/乡镇</nobr></th>
115
115
  <!--民用小区信息开始-->
116
116
  <th v-if="!$parent.$parent.$parent.f_special"><nobr>小区名称</nobr></th>
117
- <th v-if="!$parent.$parent.$parent.f_special"><nobr>详细地址</nobr></th>
117
+ <th v-if="!$parent.$parent.$parent.f_special"><nobr>地址</nobr></th>
118
118
  <th v-if="!$parent.$parent.$parent.f_special && !$parent.$parent.$parent.$parent.areaShow"><nobr>小区备注</nobr></th>
119
119
  <!--民用小区信息结束-->
120
120
  <!--非民用单位信息开始-->
@@ -75,7 +75,7 @@
75
75
  :order.sync="$parent.$parent.$parent.$parent.orderFields.f_iscity"></data-order></th>
76
76
  <th><nobr>街道/乡镇</nobr></th>
77
77
  <th><nobr>街道编号</nobr></th>
78
- <th><data-order field="f_address" name="详细地址"
78
+ <th><data-order field="f_address" name="地址"
79
79
  :order.sync="$parent.$parent.$parent.$parent.orderFields.f_address"></data-order></th>
80
80
  <th><nobr>分公司</nobr></th>
81
81
  <th title="该街道下现有的小区数"><nobr>小区数量</nobr></th>