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
1cbec5fb
Commit
1cbec5fb
authored
Mar 07, 2025
by
Smile
Committed by
wux
Mar 11, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug313【订单-复制】复制有客户经理的订单,提交订单时,前端传参没有将原订单的客户经理清空
parent
39bd43ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
edit.vue
src/views/ecw/order/edit.vue
+10
-0
No files found.
src/views/ecw/order/edit.vue
View file @
1cbec5fb
...
...
@@ -1441,6 +1441,8 @@ export default {
this
.
form
.
adjustToDestWarehouseId
=
null
this
.
form
.
destAdjustToStartWarehouseId
=
null
this
.
form
.
destAdjustToDestWarehouseId
=
null
//重置客户经理
this
.
form
.
salesmanId
=
null
// 状态重置
this
.
form
.
status
=
0
this
.
form
.
cargoControlStatus
=
0
...
...
@@ -1919,6 +1921,8 @@ export default {
if
(
await
this
.
checkBillOfLading
())
{
await
this
.
$confirm
(
this
.
$t
(
'
提单已制作,如需修改请联系客服
'
))
}
//仅用于标识不做其他用
this
.
form
.
signType
=
'
修改
'
let
data
=
Object
.
assign
({},
this
.
form
,
{
status
:
submitType
,
customDraweeVOList
:
this
.
customDraweeList
,
...
...
@@ -1939,6 +1943,12 @@ export default {
});
return
;
}
if
(
this
.
$route
.
query
.
copy
&&
this
.
$route
.
query
.
copy
==
1
){
//仅用于标识不做其他用
this
.
form
.
signType
=
'
复制
'
}
else
{
this
.
form
.
signType
=
'
新增
'
}
let
data
=
Object
.
assign
({
consigneeId
:
this
.
consigneeContact
.
customerId
,
consignorId
:
this
.
consignorContact
.
customerId
,
...
...
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