Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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-admin
Commits
c7ae2928
Commit
c7ae2928
authored
Oct 26, 2020
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 交易规则选会员筛选添加参数
parent
4ad2efed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
checkProducts.tsx
src/pages/commodity/productWillCheck/checkProducts.tsx
+0
-1
viewProducts.tsx
src/pages/commodity/products/viewProducts.tsx
+0
-1
RuleSetting.tsx
...SettingManage/transactionRules/components/RuleSetting.tsx
+1
-1
No files found.
src/pages/commodity/productWillCheck/checkProducts.tsx
View file @
c7ae2928
...
@@ -209,7 +209,6 @@ const viewProducts: React.FC<{}> = () => {
...
@@ -209,7 +209,6 @@ const viewProducts: React.FC<{}> = () => {
}
}
/* 品类类型&商品类型 */
/* 品类类型&商品类型 */
//1-实物商品、2-虚拟商品、3-服务商品
const
renderCustomerCategoryType
=
(
type
:
number
)
=>
{
const
renderCustomerCategoryType
=
(
type
:
number
)
=>
{
if
(
type
===
1
)
return
'实物商品'
if
(
type
===
1
)
return
'实物商品'
if
(
type
===
2
)
return
'虚拟商品'
if
(
type
===
2
)
return
'虚拟商品'
...
...
src/pages/commodity/products/viewProducts.tsx
View file @
c7ae2928
...
@@ -199,7 +199,6 @@ const viewProducts: React.FC<{}> = () => {
...
@@ -199,7 +199,6 @@ const viewProducts: React.FC<{}> = () => {
}
}
/* 品类类型&商品类型 */
/* 品类类型&商品类型 */
//1-实物商品、2-虚拟商品、3-服务商品
const
renderCustomerCategoryType
=
(
type
:
number
)
=>
{
const
renderCustomerCategoryType
=
(
type
:
number
)
=>
{
if
(
type
===
1
)
return
'实物商品'
if
(
type
===
1
)
return
'实物商品'
if
(
type
===
2
)
return
'虚拟商品'
if
(
type
===
2
)
return
'虚拟商品'
...
...
src/pages/ruleSettingManage/transactionRules/components/RuleSetting.tsx
View file @
c7ae2928
...
@@ -217,7 +217,7 @@ const RuleSetting:React.FC<RuleSettingProps> = (props) => {
...
@@ -217,7 +217,7 @@ const RuleSetting:React.FC<RuleSettingProps> = (props) => {
// 会员弹框筛选select值
// 会员弹框筛选select值
const
fetchSelectOptions
=
async
()
=>
{
const
fetchSelectOptions
=
async
()
=>
{
const
res
=
await
PublicApi
.
getMemberManagePageitems
()
const
res
=
await
PublicApi
.
getMemberManagePageitems
(
{
roleTypeEnum
:
'1'
}
)
if
(
res
.
code
===
1000
)
{
if
(
res
.
code
===
1000
)
{
const
{
data
=
{}
}:
any
=
res
const
{
data
=
{}
}:
any
=
res
const
{
const
{
...
...
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