Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
8c8af6ed
Commit
8c8af6ed
authored
Feb 25, 2025
by
knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求109 后台-客户-客户详情
parent
26cc1a15
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
295 additions
and
1 deletion
+295
-1
customerConsOrder.vue
src/views/ecw/customer/components/customerConsOrder.vue
+288
-0
query.vue
src/views/ecw/customer/query.vue
+7
-1
No files found.
src/views/ecw/customer/components/customerConsOrder.vue
0 → 100644
View file @
8c8af6ed
This diff is collapsed.
Click to expand it.
src/views/ecw/customer/query.vue
View file @
8c8af6ed
...
@@ -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
()
{
// 获取币种
// 获取币种
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment