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
540fbfdb
Commit
540fbfdb
authored
Aug 17, 2020
by
v_vjyjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
0934675b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ic-deliver/app/base/service/impl/bizchance/deliverybillSve.js
+4
-4
No files found.
ic-deliver/app/base/service/impl/bizchance/deliverybillSve.js
View file @
540fbfdb
...
@@ -16,7 +16,7 @@ class DeliverybillService extends ServiceBase {
...
@@ -16,7 +16,7 @@ class DeliverybillService extends ServiceBase {
//远程调用去查询成本按照skucode
//远程调用去查询成本按照skucode
let
costqueryobj
=
await
system
.
postJsonTypeReq
(
"http://paas-service/api/common/product/findCostBySkuCode"
,
{
let
costqueryobj
=
await
system
.
postJsonTypeReq
(
"http://paas-service/api/common/product/findCostBySkuCode"
,
{
"skucode"
:
b
.
sku_code
"skucode"
:
b
.
sku_code
},
"POST"
,
{
xappkey
:
"647a68c9-
da01 - 40d3-9763 -
1ffa0f64cf3f"
})
},
"POST"
,
{
xappkey
:
"647a68c9-
da01-40d3-9763-
1ffa0f64cf3f"
})
let
rtn
=
costqueryobj
.
data
let
rtn
=
costqueryobj
.
data
let
cn
=
rtn
.
data
.
cost
let
cn
=
rtn
.
data
.
cost
console
.
log
(
cn
,
"...................................................................."
,
b
.
sku_code
)
console
.
log
(
cn
,
"...................................................................."
,
b
.
sku_code
)
...
@@ -131,11 +131,11 @@ class DeliverybillService extends ServiceBase {
...
@@ -131,11 +131,11 @@ class DeliverybillService extends ServiceBase {
closedCount
:
closedCount
,
closedCount
:
closedCount
,
allHandled
:
allHandled
,
allHandled
:
allHandled
,
toSettle
:
toSettle
,
toSettle
:
toSettle
,
toSettleAmount
:
toSettleAmount
?
toSettleAmount
:
0
,
toSettleAmount
:
toSettleAmount
?
toSettleAmount
/
100
:
0
,
settling
:
settling
,
settling
:
settling
,
settlingAmount
:
settlingAmount
?
settlingAmount
:
0
,
settlingAmount
:
settlingAmount
?
settlingAmount
/
100
:
0
,
settled
:
settled
,
settled
:
settled
,
settledAmount
:
settledAmount
?
settledAmount
:
0
settledAmount
:
settledAmount
?
settledAmount
/
100
:
0
}
}
}
}
...
...
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