Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
member
member
Commits
0a2799cb
Commit
0a2799cb
authored
Jun 20, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 客户详情-订单
parent
fbf3b7ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
15 deletions
+7
-15
customerDetail.vue
src/components/allCustomers/customerDetail.vue
+0
-1
info.js
src/components/allCustomers/info.js
+7
-14
No files found.
src/components/allCustomers/customerDetail.vue
View file @
0a2799cb
<
template
>
<div
class=
"customer-details"
>
<!--
<v-nav
:navpath=
"navpath"
/>
-->
<div
class=
"customer-contain-wrap"
v-loading=
"fullscreenLoading"
>
<div
class=
"customer-info-item"
v-for=
"section in customerInfoItemList"
:key=
"section"
>
<div
class=
"info-item-header"
>
...
...
src/components/allCustomers/info.js
View file @
0a2799cb
import
nav
from
'../../common/navbar/navbar.vue'
;
import
baseinfoDialog
from
'./components/baseinfoDialog.vue'
;
import
babyinfoDialog
from
'./components/babyinfoDialog.vue'
;
import
customergradeDialog
from
'./components/customergradeDialog.vue'
;
...
...
@@ -21,11 +20,6 @@ export default {
mixins
:
[
authMethods
],
data
()
{
return
{
navpath
:
[
{
name
:
'首页'
,
path
:
''
},
{
name
:
'客户列表'
,
path
:
'/allCustomers'
},
{
name
:
'客户详情'
,
path
:
''
},
],
pageName
:
'allCustomer'
,
// 请求参数
memberId
:
''
,
member
:
{
...
...
@@ -111,13 +105,13 @@ export default {
childrenList
:
{
// 交易记录
transaction
:
[
{
label
:
'客户订单'
,
key
:
'
'
,
path
:
'/order-list?type=0
'
,
icon
:
'icon-mendianbaojiadan'
},
{
label
:
'门店订单'
,
key
:
'numOfSale'
,
path
:
'/order-list?t
ype=1
'
},
{
label
:
'达摩微商城'
,
key
:
'wechatMallNum'
,
path
:
'/order-list?t
ype=2
'
},
{
label
:
'微盟订单'
,
key
:
'weimobMallNum'
,
path
:
'/order-list?t
ype=3
'
},
{
label
:
'天猫订单'
,
key
:
'
'
,
path
:
'/order-list?type=4
'
},
{
label
:
'抖音订单'
,
key
:
'
'
,
path
:
'/order-list?type=5
'
},
{
label
:
'其它订单'
,
key
:
'otherMallNum'
,
path
:
'/order-list?t
ype=6
'
},
{
label
:
'客户订单'
,
key
:
'
numOfCustomer'
,
path
:
'/order-list?tab=all
'
,
icon
:
'icon-mendianbaojiadan'
},
{
label
:
'门店订单'
,
key
:
'numOfSale'
,
path
:
'/order-list?t
ab=store
'
},
{
label
:
'达摩微商城'
,
key
:
'wechatMallNum'
,
path
:
'/order-list?t
ab=demo
'
},
{
label
:
'微盟订单'
,
key
:
'weimobMallNum'
,
path
:
'/order-list?t
ab=weimob
'
},
{
label
:
'天猫订单'
,
key
:
'
numOfTmall'
,
path
:
'/order-list?tab=tmall
'
},
{
label
:
'抖音订单'
,
key
:
'
numOfDouYin'
,
path
:
'/order-list?tab=douyin
'
},
{
label
:
'其它订单'
,
key
:
'otherMallNum'
,
path
:
'/order-list?t
ab=other
'
},
// {
// label: '门店订单',
// icon: 'icon-mendianbaojiadan',
...
...
@@ -484,7 +478,6 @@ export default {
}
},
components
:
{
'v-nav'
:
nav
,
baseinfoDialog
,
babyinfoDialog
,
customergradeDialog
,
...
...
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