Commit 8c8af6ed authored by knight's avatar knight

需求109 后台-客户-客户详情

parent 26cc1a15
This diff is collapsed.
...@@ -426,6 +426,10 @@ ...@@ -426,6 +426,10 @@
<el-tab-pane name="follow" :label="$t('跟进')"> <el-tab-pane name="follow" :label="$t('跟进')">
<log-list-customer-common ref="logListCustomerCommon" :customerService="customer.customerService" :customerNumber="customer.number" v-if="activeName === 'follow'" :customerId="id" /> <log-list-customer-common ref="logListCustomerCommon" :customerService="customer.customerService" :customerNumber="customer.number" v-if="activeName === 'follow'" :customerId="id" />
</el-tab-pane> </el-tab-pane>
<!-- 客户集运订单 -->
<el-tab-pane name="consOrder" :label="$t('集运')">
<customer-cons-order v-if="activeName === 'consOrder'" ref="CustomerConsOrder" :customerId="id"></customer-cons-order>
</el-tab-pane>
<el-tab-pane name="special" :label="$t('特殊设置')"> <el-tab-pane name="special" :label="$t('特殊设置')">
<el-descriptions :column="2"> <el-descriptions :column="2">
<el-descriptions-item :label="$t('是否显示提单价格')"> <el-descriptions-item :label="$t('是否显示提单价格')">
...@@ -723,6 +727,7 @@ import { getNodeList } from "@/api/ecw/node" ...@@ -723,6 +727,7 @@ import { getNodeList } from "@/api/ecw/node"
import CustomerFollow from "./components/customerFollow" import CustomerFollow from "./components/customerFollow"
import { parseTime } from "@/utils/ruoyi" import { parseTime } from "@/utils/ruoyi"
import CustomerComplaint from "@/views/ecw/customerComplaint" import CustomerComplaint from "@/views/ecw/customerComplaint"
import CustomerConsOrder from "@/views/ecw/customer/components/customerConsOrder"
import { listServiceUser, getUserProfile } from "@/api/system/user" import { listServiceUser, getUserProfile } from "@/api/system/user"
import { getCustomerContactsListByCustomer } from "@/api/ecw/customerContacts" import { getCustomerContactsListByCustomer } from "@/api/ecw/customerContacts"
import { getOrderPage, getRegionList } from "@/api/ecw/order" import { getOrderPage, getRegionList } from "@/api/ecw/order"
...@@ -749,7 +754,8 @@ export default { ...@@ -749,7 +754,8 @@ export default {
Template, Template,
CustomerFollow, CustomerFollow,
CustomerComplaint, CustomerComplaint,
customerLog customerLog,
CustomerConsOrder,
}, },
created() { created() {
// 获取币种 // 获取币种
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment