|
|
|
@ -402,6 +402,7 @@
|
|
|
|
|
<vxe-column field="roleCode" title="角色" :edit-render="{}">
|
|
|
|
|
<template #edit="{ row }">
|
|
|
|
|
<vxe-input v-model="row.roleCode" type="text"></vxe-input>
|
|
|
|
|
<!-- ContactType -->
|
|
|
|
|
</template>
|
|
|
|
|
</vxe-column>
|
|
|
|
|
</vxe-table>
|
|
|
|
@ -561,7 +562,8 @@ export default {
|
|
|
|
|
tableData: [],
|
|
|
|
|
etdWeek: '',
|
|
|
|
|
// 选择客户 / 关系人弹窗 - end
|
|
|
|
|
customerContactsData: []
|
|
|
|
|
customerContactsData: [],
|
|
|
|
|
ContactType: []
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
computed: {
|
|
|
|
@ -772,6 +774,7 @@ export default {
|
|
|
|
|
if (this.details.etd) {
|
|
|
|
|
this.etdWeek = this.getWeek(this.details.etd)
|
|
|
|
|
}
|
|
|
|
|
this.ContactType = this.$options.filters['dictData']('booking_contact_type')
|
|
|
|
|
},
|
|
|
|
|
// 客户 - start
|
|
|
|
|
getDjyCustomerpage(name = '', type, key) {
|
|
|
|
|