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
6d2e5eae
Commit
6d2e5eae
authored
Dec 14, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into dev
parents
ad6517ea
cc771e1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
startUnloading.vue
...ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
+2
-1
edit.vue
src/views/ecw/customer/edit.vue
+4
-5
index.vue
src/views/ecw/customerConfirm/index.vue
+1
-1
No files found.
src/views/ecw/box/shippingSea/nodePage/unloading/startUnloading.vue
View file @
6d2e5eae
...
...
@@ -303,7 +303,8 @@ export default {
});
},
// 获取异常类型
getUnloadError
(
exceptionList
=
[])
{
getUnloadError
(
exceptionList
)
{
if
(
!
exceptionList
)
return
exceptionList
;
const
codes
=
this
.
getDictDatas
(
this
.
DICT_TYPE
.
ORDER_ERROR_TYPE
);
let
errorLabels
=
[];
exceptionList
.
forEach
((
item
)
=>
{
...
...
src/views/ecw/customer/edit.vue
View file @
6d2e5eae
...
...
@@ -672,7 +672,10 @@ export default {
if
(
errors
){
return
this
.
$message
.
error
(
'
有两条路线未选择目的地
'
)
}
//我的客户页面跳转直接,完善客户
if
(
this
.
isCustomerServiceConfirmed
){
form
.
isCustomerServiceConfirmed
=
this
.
isCustomerServiceConfirmed
;
}
// 修改的提交
if
(
this
.
form
.
id
!=
null
)
{
this
.
form
.
customerContacts
.
forEach
(
e
=>
{
...
...
@@ -698,10 +701,6 @@ export default {
return
;
}
// 添加的提交
//我的客户页面跳转直接
if
(
this
.
isCustomerServiceConfirmed
){
form
.
isCustomerServiceConfirmed
=
this
.
isCustomerServiceConfirmed
;
}
createCustomer
(
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
'
新增成功
'
));
this
.
open
=
false
;
...
...
src/views/ecw/customerConfirm/index.vue
View file @
6d2e5eae
...
...
@@ -513,7 +513,7 @@ export default {
handleUpdate
(
row
)
{
this
.
reset
();
const
id
=
row
.
id
;
this
.
$router
.
push
(
'
/customer/perfect/
'
+
id
);
this
.
$router
.
push
(
{
path
:
'
/customer/perfect/
'
+
id
,
query
:{
isCustomerServiceConfirmed
:
true
,}}
);
// getCustomer(id).then(response => {
// this.form = response.data;
// this.open = true;
...
...
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