|
@@ -33,6 +33,7 @@
|
|
|
title="选择地址"
|
|
|
trigger="click"
|
|
|
v-model="visible">
|
|
|
+ <addAddressInfo style="text-align:right" @onAddSuccess="receiveAddress()" :mainData="{sys_enterpriseid:data.sys_enterpriseid}"/>
|
|
|
<el-table
|
|
|
:data="receiveAddresslist"
|
|
|
style="width: 100%"
|
|
@@ -109,12 +110,14 @@
|
|
|
import previewImage from '@/components/previewImage/index.vue'
|
|
|
import productList from './productlist.vue'
|
|
|
import addDisProduct from '@/template/disCanUseProduct/index.vue'
|
|
|
+import addAddressInfo from '@/HManagement/marketing2/agent/details/modules/address/add'
|
|
|
export default {
|
|
|
props:['data'],
|
|
|
components:{
|
|
|
previewImage,
|
|
|
productList,
|
|
|
- addDisProduct
|
|
|
+ addDisProduct,
|
|
|
+ addAddressInfo
|
|
|
},
|
|
|
data () {
|
|
|
return {
|
|
@@ -149,7 +152,8 @@ export default {
|
|
|
const res = await this.$api.requested({
|
|
|
"id": "20221009155803",
|
|
|
"content": {
|
|
|
- "sys_enterpriseid":this.data.sys_enterpriseid,
|
|
|
+ "nocache":true,
|
|
|
+ "sys_enterpriseid":this.data.sys_enterpriseid,
|
|
|
"where":{
|
|
|
"condition":"",
|
|
|
"workaddress":0
|