diff --git a/src/views/main/BookingLedger/detail/modules/basicInfo.vue b/src/views/main/BookingLedger/detail/modules/basicInfo.vue index 858e23f..efd7c8a 100644 --- a/src/views/main/BookingLedger/detail/modules/basicInfo.vue +++ b/src/views/main/BookingLedger/detail/modules/basicInfo.vue @@ -402,6 +402,7 @@ @@ -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) {