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
linweijiong
jinfa-platform
Commits
acd05d0d
Commit
acd05d0d
authored
Dec 17, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 处理英文站价格策略设置价格异常
parent
c74dd1b1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
priceManage.ts
src/locales/en-US/priceManage.ts
+1
-1
index.tsx
src/pages/payandSettle/capitalAccounts/eAccount/index.tsx
+1
-1
index.tsx
...payandSettle/eAccountApprove/components/company/index.tsx
+4
-4
No files found.
src/locales/en-US/priceManage.ts
View file @
acd05d0d
...
...
@@ -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
P
rice'
,
'priceManage.effect.unitPrice'
:
'Unit
p
rice'
,
'priceManage.effect.index'
:
'Index'
,
'priceManage.effect.goodsId'
:
'Product ID'
,
'priceManage.effect.goodsName'
:
'Product name'
,
...
...
src/pages/payandSettle/capitalAccounts/eAccount/index.tsx
View file @
acd05d0d
...
...
@@ -399,7 +399,7 @@ const EAccountDetail: React.FC<{}> = () => {
</
div
>
<
div
className=
{
styles
[
'repayment-end'
]
}
>
<
span
className=
{
styles
[
'repayment-time'
]
}
>
{
details
?.
n
ame
}
{
details
?.
memberN
ame
}
</
span
>
</
div
>
</
div
>
...
...
src/pages/payandSettle/eAccountApprove/components/company/index.tsx
View file @
acd05d0d
...
...
@@ -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'
})
}
/>
...
...
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