Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
e7ee664a
Commit
e7ee664a
authored
Dec 14, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 统一主订单分配到同一人
parent
909ac402
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
ic-deliver/app/base/controller/impl/bizchance/deliverybillCtl.js
+11
-0
No files found.
ic-deliver/app/base/controller/impl/bizchance/deliverybillCtl.js
View file @
e7ee664a
...
@@ -878,6 +878,17 @@ class DeliverybillCtl extends CtlBase {
...
@@ -878,6 +878,17 @@ class DeliverybillCtl extends CtlBase {
pobj
.
cacheInfo
.
cmpDeliverInfo
=
schemeInfo
.
scheme_info
;
// 获取方案中的缓存信息
pobj
.
cacheInfo
.
cmpDeliverInfo
=
schemeInfo
.
scheme_info
;
// 获取方案中的缓存信息
}
}
}
}
if
(
pobj
.
txOrderNum
)
{
const
masterOrderData
=
await
this
.
service
.
findOne
({
master_source_number
:
pobj
.
txOrderNum
});
if
(
masterOrderData
)
{
pobj
.
salesmanOpcode
=
masterOrderData
.
salesman_opcode
;
pobj
.
salesmanName
=
masterOrderData
.
salesman_name
;
pobj
.
salesmanId
=
masterOrderData
.
salesman_id
;
pobj
.
salesmanPhone
=
masterOrderData
.
salesman_phone
;
}
}
// 缓存信息和交付单保持一致
// 缓存信息和交付单保持一致
console
.
log
(
'---------------------------------------------------------------------------------------------------------------------------------------'
);
console
.
log
(
'---------------------------------------------------------------------------------------------------------------------------------------'
);
if
(
pobj
.
companyInfo
.
companyProperties
&&
pobj
.
companyInfo
.
companyProperties
!=
'undefined'
)
{
if
(
pobj
.
companyInfo
.
companyProperties
&&
pobj
.
companyInfo
.
companyProperties
!=
'undefined'
)
{
...
...
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