Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
fda327e4
Commit
fda327e4
authored
Sep 06, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 下单添加stockId
parent
19ae3462
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.tsx
...nsaction/purchaseOrder/orderCollectB2b/constant/index.tsx
+2
-1
index.tsx
...transaction/saleOrder/firstApprovedOrder/detail/index.tsx
+1
-1
No files found.
src/pages/transaction/purchaseOrder/orderCollectB2b/constant/index.tsx
View file @
fda327e4
...
...
@@ -84,8 +84,9 @@ export const procurementProcessField = (value) => {
name
:
item
.
productName
,
logo
:
item
.
imgUrl
,
quantity
:
item
.
purchaseCount
,
logisticTemplateId
:
item
.
logistics
.
templateId
,
logistic
s
TemplateId
:
item
.
logistics
.
templateId
,
weight
:
item
.
logistics
.
weight
,
stockId
:
item
.
upperCommoditySkuId
,
}
})
return
value
...
...
src/pages/transaction/saleOrder/firstApprovedOrder/detail/index.tsx
View file @
fda327e4
...
...
@@ -25,7 +25,7 @@ const FirstApprovedOrderDetail: React.FC = () => {
approvedRef
.
current
.
actions
.
submit
().
then
(
async
(
v
)
=>
{
const
params
=
{
orderId
:
Number
(
id
),
...
v
,
...
v
.
values
,
}
const
result
=
await
run
(
params
)
...
...
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