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
f70a8bc1
Commit
f70a8bc1
authored
Sep 19, 2024
by
yujinyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并客户2,客户信息显示
parent
50834765
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
458 additions
and
396 deletions
+458
-396
customer.js
src/api/ecw/customer.js
+8
-0
customerFollowSelectOffer.vue
...ews/ecw/customer/components/customerFollowSelectOffer.vue
+1
-1
customerMerge.vue
src/views/ecw/customer/components/customerMerge.vue
+437
-30
customerMergeSelectCustomer.vue
...s/ecw/customer/components/customerMergeSelectCustomer.vue
+0
-360
index.vue
src/views/ecw/customer/index.vue
+5
-0
query.vue
src/views/ecw/customer/query.vue
+7
-5
No files found.
src/api/ecw/customer.js
View file @
f70a8bc1
...
...
@@ -549,4 +549,12 @@ export function competitorListAll(){
url
:
'
customer/competitor/listAll
'
,
method
:
'
get
'
})
}
export
function
customerMergeCus
(
params
){
return
request
({
url
:
'
ecw/customer/mergeCus
'
,
method
:
'
get
'
,
params
})
}
\ No newline at end of file
src/views/ecw/customer/components/customerFollowSelectOffer.vue
View file @
f70a8bc1
...
...
@@ -76,7 +76,7 @@
<pagination
v-show=
"offerTotal > 0"
:total=
"offerTotal"
:page.sync=
"queryParams.pageNo"
:limit.sync=
"queryParams.pageSize"
@
pagination=
"getOfferList"
/>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"confirm"
>
{{$t('确定')}}
</el-button>
<el-button
type=
"primary"
@
click=
"confirm"
>
{{$t('确
定')}}
</el-button>
</div>
</el-dialog>
</template>
...
...
src/views/ecw/customer/components/customerMerge.vue
View file @
f70a8bc1
This diff is collapsed.
Click to expand it.
src/views/ecw/customer/components/customerMergeSelectCustomer.vue
deleted
100644 → 0
View file @
50834765
This diff is collapsed.
Click to expand it.
src/views/ecw/customer/index.vue
View file @
f70a8bc1
...
...
@@ -1364,6 +1364,10 @@
<customer-merge
ref=
"customerMerge"
@
refresh=
"getList"
:countryList=
"countryList"
:getNodeLists=
"getNodeLists"
:productTypeList=
"getNodeLists"
:customerSelectFn=
"customerSelectFn"
v-if=
"customerMergeVisible"
></customer-merge>
<!--业绩类型 -->
...
...
@@ -1725,6 +1729,7 @@ export default {
handleMergeCus
()
{
this
.
customerMergeVisible
=
true
this
.
$nextTick
(
_
=>
{
this
.
$refs
[
'
customerMerge
'
].
init
()
this
.
$refs
[
'
customerMerge
'
].
dialogVisible
=
true
})
},
...
...
src/views/ecw/customer/query.vue
View file @
f70a8bc1
...
...
@@ -283,7 +283,7 @@
{{
row
.
pickNum
|
deliveryRate
(
row
.
sumNum
)
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('客户经理')
"
align
=
"
center
"
prop
=
"
customerName
"
/>
<
el
-
table
-
column
:
label
=
"
$t('客户经理')
"
align
=
"
center
"
prop
=
"
customer
Service
Name
"
/>
<
el
-
table
-
column
:
label
=
"
$t('业绩归属客户方')
"
align
=
"
center
"
prop
=
"
customerName
"
/>
<
/el-table
>
<
pagination
@
pagination
=
"
getorderList
"
:
page
.
sync
=
"
queryParams.page
"
:
limit
.
sync
=
"
queryParams.rows
"
:
total
=
"
orderTotal
"
><
/pagination
>
...
...
@@ -735,11 +735,13 @@
<
el
-
tab
-
pane
name
=
"
special
"
:
label
=
"
$t('特殊设置')
"
>
<
el
-
descriptions
:
column
=
"
2
"
>
<
el
-
descriptions
-
item
:
label
=
"
$t('是否显示提单价格')
"
>
<
el
-
switch
v
-
model
=
"
customer.isShowTidanPrice
"
disabled
><
/el-switch
>
<
el
-
switch
v
-
model
=
"
customer.isShowTidanPrice
"
disabled
/
>
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
:
label
=
"
$t('到仓确认')
"
>
{{
customer
.
arrivalConfirm
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
:
label
=
"
$t('重货标准')
"
>
{{
customer
.
weightUnit
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
:
label
=
"
$t('泡货标准')
"
>
{{
customer
.
lightUnit
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
:
label
=
"
$t('到仓确认')
"
>
<
el
-
switch
v
-
model
=
"
customer.arrivalConfirm
"
:
active
-
value
=
"
1
"
:
inactive
-
value
=
"
0
"
/>
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
:
label
=
"
$t('重货标准')
"
>
{{
customer
.
weightUnit
?
`${customer.weightUnit
}
kg/cbm`
:
''
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
:
label
=
"
$t('泡货标准')
"
>
{{
customer
.
lightUnit
?
`${customer.lightUnit
}
kg/cbm`
:
''
}}
<
/el-descriptions-item
>
<
el
-
descriptions
-
item
:
label
=
"
$t('控制无收货人')
"
>
<
el
-
switch
v
-
model
=
"
customer.noConsignee
"
disabled
/>
<
/el-descriptions-item
>
...
...
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