address-client 3.2.109 → 3.2.110-jinhuang

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.109",
3
+ "version": "3.2.110-jinhuang",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -80,7 +80,7 @@
80
80
  "style": "0.0.3",
81
81
  "style-loader": "^0.20.3",
82
82
  "ldap-clients": "3.0.48",
83
- "system-clients": "3.2.87",
83
+ "system-clients": "3.2.95",
84
84
  "url-loader": "^0.5.7",
85
85
  "vue-client": "1.24.150",
86
86
  "vue-hot-reload-api": "^1.2.0",
@@ -139,7 +139,6 @@
139
139
  <template partial='head'>
140
140
  <th><nobr>序号</nobr></th>
141
141
  <th><nobr>客户编号</nobr></th>
142
- <th><nobr>客户名称</nobr></th>
143
142
  <th v-show="!$parent.$parent.$parent.$parent.useraddressShow"><nobr>区/县</nobr></th>
144
143
  <th v-show="!$parent.$parent.$parent.$parent.useraddressShow"><nobr>片区/管理站</nobr></th>
145
144
  <th><nobr>街道/乡镇</nobr></th>
@@ -158,7 +157,6 @@
158
157
  <template partial='body'>
159
158
  <td style="text-align:center"><nobr>{{$index + 1}}</nobr></td>
160
159
  <td style="text-align:center"><nobr>{{row.f_userinfo_code}}</nobr></td>
161
- <td style="text-align:center"><nobr>{{row.f_user_name}}</nobr></td>
162
160
  <td v-show="!$parent.$parent.$parent.$parent.useraddressShow" style="text-align:center"><nobr>{{row.f_pcd}}</nobr></td>
163
161
  <td v-show="!$parent.$parent.$parent.$parent.useraddressShow" style="text-align:center"><nobr>{{row.f_slice_area}}</nobr></td>
164
162
  <td style="text-align:center"><nobr>{{row.f_street}}</nobr></td>
@@ -4,10 +4,8 @@
4
4
  <p class="bg-info text-center" style="padding: 8px;">{{usertype ? '特殊地址管理' : '民用地址管理'}}</p>
5
5
  <div class="auto select-overspread form-horizontal">
6
6
  <div class="form-group" v-if="!usertype&&!model.id&&!config.hasnumber">
7
- <input type="radio" id="true" value="one" v-model="onedata">
8
- <label for="true">单户</label>
9
- <input type="radio" id="false" value="more" v-model="onedata">
10
- <label for="false">多户</label>
7
+ <input type="radio" id="true" value="more" v-model="onedata">
8
+ <label for="true">多户</label>
11
9
  </div>
12
10
  <!--单个录入-->
13
11
  <div v-if="onedata=='one'" class="row">
@@ -210,16 +208,16 @@
210
208
  close-on-select search="true">
211
209
  </v-select>
212
210
  </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
-
211
+ <!-- <div class="col-sm-6 form-group " :class="[$v.slice.required ? 'has-error' : 'has-success']">-->
212
+ <!-- <label class="font_normal_body">片&emsp;&emsp;区</label>-->
213
+ <!-- <input type="text" style="width:60%" class="input_search" v-show="false" v-model="$refs.slice.selectedItems"-->
214
+ <!-- >-->
215
+ <!-- <v-select :value.sync="model.f_slice_area" v-model="model.f_slice_area" :value-single="true"-->
216
+ <!-- :options='sliceArea' placeholder='片区/管理站' filer-key="name"-->
217
+ <!-- close-on-select v-ref:slice>-->
218
+ <!-- </v-select>-->
219
+ <!-- </div>-->
220
+ <div class="col-sm-6 form-group"></div>
223
221
  <div class="col-sm-6 form-group "
224
222
  :class="[$v.f_building_start.integernum || $v.f_building_start.dctest ?'has-error' : 'has-success']">
225
223
  <label for="f_address" class="font_normal_body">起始楼号</label>
@@ -406,7 +404,7 @@
406
404
  f_lat: '' //纬度
407
405
  },
408
406
  //判读是否为单个数据录入
409
- onedata: 'one',
407
+ onedata: 'more',
410
408
  //选中所有地址
411
409
  addresslist: [],
412
410
  usertype:false,
@@ -419,7 +417,7 @@
419
417
  sliceArea: []
420
418
  }
421
419
  },
422
- props: ['f_filialeids', 'row','operation','usertype'],
420
+ props: ['f_filialeids', 'row','operation','usertype','selectdata','user'],
423
421
  ready(){
424
422
  this.initdata()
425
423
  getAreaConfig(this)
@@ -725,9 +723,9 @@
725
723
  resolveMsg: '地址保存成功',
726
724
  rejectMsg: '地址保存失败'
727
725
  }
728
- this.$showMessage('确定要批量添加'+this.addresslist.length+'户地址吗?,如有已经存在的,将会重复添加!!!', ['confirm', 'cancel']).then((res) => {
726
+ this.$showMessage('确定要批量添加'+this.addresslist.length+'户地址吗?', ['confirm', 'cancel']).then((res) => {
729
727
  if (res === 'confirm') {
730
- this.$resetpost('api/af-revenue/logic/address_adduserlist',{data: {addlist:this.addresslist}},msg).then((req) => {
728
+ this.$resetpost('rs/logic/importAddress',{datas: {addlist:this.addresslist}, user: this.$login.f, selectdata: this.selectdata},msg).then((req) => {
731
729
  this.cleardara()
732
730
  this.$dispatch('confirm')
733
731
  })
package/src/main.js CHANGED
@@ -10,7 +10,7 @@ Vue.config.silent = true
10
10
 
11
11
  /** **************************通用组件******************************/
12
12
  all()
13
- address("lixianV3")
13
+ address()
14
14
  system(false)
15
15
  ldap()
16
16
  sale()
@@ -1,2 +0,0 @@
1
- Manifest-Version: 1.0
2
-