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
4fd22b92
Commit
4fd22b92
authored
Dec 19, 2022
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回显的重泡货标准不对 bug修复
parent
ab0bb0ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
edit.vue
src/views/ecw/customer/edit.vue
+5
-5
No files found.
src/views/ecw/customer/edit.vue
View file @
4fd22b92
...
...
@@ -479,7 +479,6 @@ export default {
// 获取重泡货路线
getCustomerLines
(
this
.
customerId
).
then
(
res
=>
{
console
.
log
({
getCustomerLines
:
res
})
this
.
zhongLines
=
res
.
data
.
filter
(
item
=>
item
.
zhongPaoType
==
1
)
this
.
paoLines
=
res
.
data
.
filter
(
item
=>
item
.
zhongPaoType
==
2
)
if
(
this
.
zhongLines
.
length
)
this
.
showZhong1
=
true
...
...
@@ -489,6 +488,7 @@ export default {
})
})
}
else
{
this
.
getZhongPao
()
// 新建客户
this
.
handleAddContact
()
if
(
this
.
isCustomerServiceConfirmed
){
...
...
@@ -517,7 +517,6 @@ export default {
getCountryListAll
().
then
(
r
=>
{
this
.
countryList
=
r
.
data
})
this
.
getZhongPao
()
},
data
(){
return
{
...
...
@@ -761,6 +760,7 @@ export default {
this
.
form
=
{
...
this
.
form
,
...
response
.
data
,
id
:
this
.
customerId
};
this
.
open
=
true
;
this
.
title
=
this
.
$t
(
'
修改客户
'
);
this
.
getZhongPao
()
});
},
updateCustomerLines
()
{
...
...
@@ -805,8 +805,8 @@ export default {
// departureId: this.departureId,
// objectiveId: this.objectiveId
}).
then
(
r
=>
{
this
.
form
.
weightUnit
=
r
.
data
.
zhongEdge
this
.
form
.
lightUnit
=
r
.
data
.
paoEdge
if
(
!
this
.
form
.
weightUnit
)
this
.
form
.
weightUnit
=
r
.
data
.
zhongEdge
if
(
!
this
.
form
.
lightUnit
)
this
.
form
.
lightUnit
=
r
.
data
.
paoEdge
})
}
},
...
...
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