Commit acd05d0d authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 处理英文站价格策略设置价格异常

parent c74dd1b1
......@@ -19,7 +19,7 @@ export default {
'priceManage.constant.memberColumns.roleName':'Role',
'priceManage.constant.memberColumns.ctl':'Operation',
'priceManage.effect.goods':'Corresponding goods',
'priceManage.effect.unitPrice':'Unit Price',
'priceManage.effect.unitPrice':'Unit price',
'priceManage.effect.index':'Index',
'priceManage.effect.goodsId':'Product ID',
'priceManage.effect.goodsName':'Product name',
......@@ -114,4 +114,4 @@ export default {
'priceManage.schema.formProduct.customerCategoryId':'Product category',
'priceManage.schema.formProduct.brandId':'Please select a brand',
'priceManage.schema.formProduct.submit':'Query',
}
\ No newline at end of file
}
......@@ -399,7 +399,7 @@ const EAccountDetail: React.FC<{}> = () => {
</div>
<div className={styles['repayment-end']}>
<span className={styles['repayment-time']}>
{details?.name}
{details?.memberName}
</span>
</div>
</div>
......
......@@ -299,10 +299,10 @@ const Company: React.FC<{}> = () => {
required: true,
message: intl.formatMessage({ id: 'payandSettle.eAccountApprove.components.company.mellowCard.1.uniCredit.message' })
},
{
pattern: /^\d{12}$/,
message: intl.formatMessage({ id: 'payandSettle.eAccountApprove.components.company.mellowCard.1.uniCredit.message1' })
}
// {
// pattern: /^\d{12}$/,
// message: intl.formatMessage({ id: 'payandSettle.eAccountApprove.components.company.mellowCard.1.uniCredit.message1' })
// }
]}
>
<Input placeholder={intl.formatMessage({ id: 'payandSettle.eAccountApprove.components.company.mellowCard.1.uniCredit.placeholder' })} />
......
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