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
黄庭坚
jinfa-platform
Commits
e3e317e3
Commit
e3e317e3
authored
Jan 25, 2022
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 涉及商品列表添加id筛选
parent
d88c37e4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
0 deletions
+19
-0
commodity.ts
src/locales/en-US/commodity.ts
+1
-0
commodity.ts
src/locales/ko-KR/commodity.ts
+1
-0
commodity.ts
src/locales/zh-CN/commodity.ts
+1
-0
channelSchema.tsx
src/pages/commodity/products/schema/channelSchema.tsx
+4
-0
productSchema.tsx
src/pages/commodity/products/schema/productSchema.tsx
+12
-0
No files found.
src/locales/en-US/commodity.ts
View file @
e3e317e3
...
@@ -894,6 +894,7 @@ export default {
...
@@ -894,6 +894,7 @@ export default {
'commodity.products.schema.addChannelSchema.parentMemberId'
:
'Parent Channel'
,
'commodity.products.schema.addChannelSchema.parentMemberId'
:
'Parent Channel'
,
'commodity.products.schema.addChannelSchema.submit'
:
'Query'
,
'commodity.products.schema.addChannelSchema.submit'
:
'Query'
,
'commodity.products.schema.productSchema.productId'
:
'product ID'
,
'commodity.products.schema.productSchema.name'
:
'Commodity name'
,
'commodity.products.schema.productSchema.name'
:
'Commodity name'
,
'commodity.products.schema.productSchema.priceTypeList.1'
:
'Spot price'
,
'commodity.products.schema.productSchema.priceTypeList.1'
:
'Spot price'
,
'commodity.products.schema.productSchema.priceTypeList.2'
:
'Price inquiry is required'
,
'commodity.products.schema.productSchema.priceTypeList.2'
:
'Price inquiry is required'
,
...
...
src/locales/ko-KR/commodity.ts
View file @
e3e317e3
...
@@ -894,6 +894,7 @@ export default {
...
@@ -894,6 +894,7 @@ export default {
'commodity.products.schema.addChannelSchema.parentMemberId'
:
'상위 경로'
,
'commodity.products.schema.addChannelSchema.parentMemberId'
:
'상위 경로'
,
'commodity.products.schema.addChannelSchema.submit'
:
'조회'
,
'commodity.products.schema.addChannelSchema.submit'
:
'조회'
,
'commodity.products.schema.productSchema.productId'
:
'상품 ID'
,
'commodity.products.schema.productSchema.name'
:
'상품명'
,
'commodity.products.schema.productSchema.name'
:
'상품명'
,
'commodity.products.schema.productSchema.priceTypeList.1'
:
'현물 가격'
,
'commodity.products.schema.productSchema.priceTypeList.1'
:
'현물 가격'
,
'commodity.products.schema.productSchema.priceTypeList.2'
:
'가격 문의 필요'
,
'commodity.products.schema.productSchema.priceTypeList.2'
:
'가격 문의 필요'
,
...
...
src/locales/zh-CN/commodity.ts
View file @
e3e317e3
...
@@ -895,6 +895,7 @@ export default {
...
@@ -895,6 +895,7 @@ export default {
'commodity.products.schema.addChannelSchema.parentMemberId'
:
'上级渠道'
,
'commodity.products.schema.addChannelSchema.parentMemberId'
:
'上级渠道'
,
'commodity.products.schema.addChannelSchema.submit'
:
'查询'
,
'commodity.products.schema.addChannelSchema.submit'
:
'查询'
,
'commodity.products.schema.productSchema.productId'
:
'商品ID'
,
'commodity.products.schema.productSchema.name'
:
'商品名称'
,
'commodity.products.schema.productSchema.name'
:
'商品名称'
,
'commodity.products.schema.productSchema.priceTypeList.1'
:
'现货价格'
,
'commodity.products.schema.productSchema.priceTypeList.1'
:
'现货价格'
,
'commodity.products.schema.productSchema.priceTypeList.2'
:
'价格需要询价'
,
'commodity.products.schema.productSchema.priceTypeList.2'
:
'价格需要询价'
,
...
...
src/pages/commodity/products/schema/channelSchema.tsx
View file @
e3e317e3
...
@@ -45,6 +45,10 @@ export const channelSchema: ISchema = {
...
@@ -45,6 +45,10 @@ export const channelSchema: ISchema = {
},
},
},
},
properties
:
{
properties
:
{
productId
:
{
type
:
'string'
,
title
:
getIntl
().
formatMessage
({
id
:
'commodity.products.schema.productSchema.priceTypeList.productId'
})
},
memberName
:
{
memberName
:
{
type
:
'string'
,
type
:
'string'
,
'x-component-props'
:
{
'x-component-props'
:
{
...
...
src/pages/commodity/products/schema/productSchema.tsx
View file @
e3e317e3
...
@@ -45,6 +45,10 @@ export const productSchema: ISchema = {
...
@@ -45,6 +45,10 @@ export const productSchema: ISchema = {
},
},
},
},
properties
:
{
properties
:
{
productId
:
{
type
:
'string'
,
title
:
getIntl
().
formatMessage
({
id
:
'commodity.products.schema.productSchema.priceTypeList.productId'
})
},
priceTypeList
:
{
priceTypeList
:
{
type
:
'string'
,
type
:
'string'
,
enum
:
[
enum
:
[
...
@@ -189,6 +193,10 @@ export const fastSchema: ISchema = {
...
@@ -189,6 +193,10 @@ export const fastSchema: ISchema = {
},
},
},
},
properties
:
{
properties
:
{
productId
:
{
type
:
'string'
,
title
:
getIntl
().
formatMessage
({
id
:
'commodity.products.schema.productSchema.priceTypeList.productId'
})
},
priceTypeList
:
{
priceTypeList
:
{
type
:
'string'
,
type
:
'string'
,
enum
:
[
enum
:
[
...
@@ -296,6 +304,10 @@ export const productWillSchema: ISchema = {
...
@@ -296,6 +304,10 @@ export const productWillSchema: ISchema = {
},
},
},
},
properties
:
{
properties
:
{
productId
:
{
type
:
'string'
,
title
:
getIntl
().
formatMessage
({
id
:
'commodity.products.schema.productSchema.priceTypeList.productId'
})
},
memberName
:
{
memberName
:
{
type
:
'string'
,
type
:
'string'
,
'x-component-props'
:
{
'x-component-props'
:
{
...
...
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