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
69f2f28f
Commit
69f2f28f
authored
Dec 21, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 添加采购会员placeholder
parent
e8ee6a05
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
common.ts
src/locales/en-US/afterService/common.ts
+1
-0
common.ts
src/locales/ko-KR/afterService/common.ts
+1
-0
common.ts
src/locales/zh-CN/afterService/common.ts
+1
-0
schema.ts
...ages/afterService/returnManage/returnValetApply/schema.ts
+1
-0
No files found.
src/locales/en-US/afterService/common.ts
View file @
69f2f28f
...
...
@@ -211,6 +211,7 @@ export default {
'afterService.apply.pickupAddress-replace.required'
:
'Please select the replacement pickup address'
,
'afterService.apply.purchaser.nothing'
:
'Please select purchasing member first'
,
'afterService.apply.purchaser'
:
'Purchasing member'
,
'afterService.apply.purchaser.placeholder'
:
'Please enter the name of the purchasing member'
,
'afterService.apply.repairCount'
:
'Repair Quantity'
,
'afterService.apply.repairCount.required'
:
'Please fill in the repair quantity'
,
'afterService.apply.repairCount.legal'
:
'Please fill in a positive number and keep up to 3 decimal places'
,
...
...
src/locales/ko-KR/afterService/common.ts
View file @
69f2f28f
...
...
@@ -211,6 +211,7 @@ export default {
'afterService.apply.pickupAddress-replace.required'
:
'교환 인수 주소 선택'
,
'afterService.apply.purchaser.nothing'
:
'먼저 구매 회원을 선택하세요'
,
'afterService.apply.purchaser'
:
'구매 회원'
,
'afterService.apply.purchaser.placeholder'
:
'구매 회원 명칭을 입력하세요'
,
'afterService.apply.repairCount'
:
'수리 수량'
,
'afterService.apply.repairCount.required'
:
'수리 수량을 기입해 주십시오'
,
'afterService.apply.repairCount.legal'
:
'정수를 기입하시고, 최대 3자리의 소수를 보존하십시오'
,
...
...
src/locales/zh-CN/afterService/common.ts
View file @
69f2f28f
...
...
@@ -211,6 +211,7 @@ export default {
'afterService.apply.pickupAddress-replace.required'
:
'请选择换货自提地址'
,
'afterService.apply.purchaser.nothing'
:
'请先选择采购会员'
,
'afterService.apply.purchaser'
:
'采购会员'
,
'afterService.apply.purchaser.placeholder'
:
'请输入采购会员名称'
,
'afterService.apply.repairCount'
:
'维修数量'
,
'afterService.apply.repairCount.required'
:
'请填写维修数量'
,
'afterService.apply.repairCount.legal'
:
'请填写正数,最多保留3位小数'
,
...
...
src/pages/afterService/returnManage/returnValetApply/schema.ts
View file @
69f2f28f
...
...
@@ -75,6 +75,7 @@ export const addSchema = (orderType: number): ISchema => {
title
:
intl
.
formatMessage
({
id
:
'afterService.apply.purchaser'
},
{
default
:
'采购会员'
}),
enum
:
[],
'x-component-props'
:
{
placeholder
:
intl
.
formatMessage
({
id
:
'afterService.apply.purchaser.placeholder'
},
{
default
:
'请输入采购会员名称'
}),
showSearch
:
true
,
defaultActiveFirstOption
:
false
,
showArrow
:
false
,
...
...
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