Commit 69f2f28f authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加采购会员placeholder

parent e8ee6a05
......@@ -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',
......
......@@ -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자리의 소수를 보존하십시오',
......
......@@ -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位小数',
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment