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
shenshaokai
jinfa-platform
Commits
212fdaac
Commit
212fdaac
authored
Nov 17, 2020
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:下单接口添加最小起购数参数
parent
a0af7fb6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
index.tsx
src/pages/lxMall/commodityDetail/index.tsx
+1
-0
index.tsx
src/pages/lxMall/order/index.tsx
+1
-0
index.tsx
src/pages/lxMall/purchaseOrder/index.tsx
+1
-0
No files found.
src/pages/lxMall/commodityDetail/index.tsx
View file @
212fdaac
...
...
@@ -481,6 +481,7 @@ const CommodityDetail = (props) => {
category
:
commodityDetail
.
customerCategory
.
name
,
brand
:
commodityDetail
.
brand
.
name
,
stockCount
:
stockCount
,
minOrder
:
commodityDetail
.
minOrder
,
commodityPic
:
attrAndValList
.
commodityPic
?
attrAndValList
.
commodityPic
[
0
]
:
commodityDetail
.
mainPic
,
attribute
:
attrAndValList
.
attributeAndValueList
}
...
...
src/pages/lxMall/order/index.tsx
View file @
212fdaac
...
...
@@ -295,6 +295,7 @@ const Order: React.FC<OrderPropsType> = (props) => {
temp
.
brand
=
orderItem
.
brand
temp
.
logistics
=
orderItem
.
logistics
temp
.
deliveryType
=
orderItem
.
logistics
.
deliveryType
temp
.
minOrder
=
orderItem
.
minOrder
temp
.
memberId
=
orderInfo
.
supplyMembersId
temp
.
memberRoleId
=
orderInfo
.
supplyMembersRoleId
orderProductRequests
.
push
(
temp
)
...
...
src/pages/lxMall/purchaseOrder/index.tsx
View file @
212fdaac
...
...
@@ -512,6 +512,7 @@ const PurchaseOrder: React.FC<PurchaseOrderPropsType> = (props) => {
unitPrice
:
getUnitPrice
(
item
.
commodityUnitPrice
,
item
.
count
),
logistics
:
item
.
commodityUnitPrice
.
commodity
.
logistics
,
name
:
item
.
commodityUnitPrice
.
commodity
.
name
,
minOrder
:
item
.
commodityUnitPrice
.
commodity
.
minOrder
,
priceRange
:
item
.
commodityUnitPrice
.
priceRange
,
category
:
item
.
commodityUnitPrice
.
commodity
.
customerCategory
.
name
,
brand
:
item
.
commodityUnitPrice
.
commodity
.
brand
.
name
,
...
...
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