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
64b0a074
Commit
64b0a074
authored
Mar 09, 2022
by
xiexiuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 合同执行改
parent
9a83313d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
contract.ts
src/locales/en-US/contract.ts
+2
-0
contract.ts
src/locales/ko-KR/contract.ts
+2
-0
contract.ts
src/locales/zh-CN/contract.ts
+2
-0
index.tsx
src/pages/contract/contractexecution/details/index.tsx
+5
-3
No files found.
src/locales/en-US/contract.ts
View file @
64b0a074
...
...
@@ -424,4 +424,6 @@ export default {
'contract.xuanzehuiyuan'
:
'Select member'
,
'contract.xuanzejingjiaxuqiudan'
:
'Select bidding demand order'
,
'contract.qingshurujibenziliaobi'
:
'Please enter the basic information required'
,
'contract.qingshurudanjuhao'
:
'Please enter the document number'
,
'contract.qingshurudanzaiyao'
:
'Please enter the document summary'
}
src/locales/ko-KR/contract.ts
View file @
64b0a074
...
...
@@ -424,4 +424,6 @@ export default {
'contract.xuanzehuiyuan'
:
'회원 선택'
,
'contract.xuanzejingjiaxuqiudan'
:
'가격 경쟁 요구서 선택'
,
'contract.qingshurujibenziliaobi'
:
'프로파일 필수 항목을 입력하십시오.'
,
'contract.qingshurudanjuhao'
:
'영수증 번호를 입력하세요.'
,
'contract.qingshurudanzaiyao'
:
'영수증 요약을 입력하세요.'
}
src/locales/zh-CN/contract.ts
View file @
64b0a074
...
...
@@ -424,4 +424,6 @@ export default {
'contract.xuanzehuiyuan'
:
'选择会员'
,
'contract.xuanzejingjiaxuqiudan'
:
'选择竞价需求单'
,
'contract.qingshurujibenziliaobi'
:
'请输入基本资料必填内容'
,
'contract.qingshurudanjuhao'
:
'请输入单据号'
,
'contract.qingshurudanzaiyao'
:
'请输入单据摘要'
}
src/pages/contract/contractexecution/details/index.tsx
View file @
64b0a074
...
...
@@ -420,14 +420,14 @@ const Details = (props: any) => {
<
Input
style=
{
{
width
:
240
,
marginRight
:
10
}
}
placeholder=
"请输入单据号"
placeholder=
{
intl
.
formatMessage
({
id
:
'contract.qingshurudanjuhao'
})
}
allowClear
value=
{
from
.
orderNo
}
onChange=
{
(
e
)
=>
setvalue
(
e
,
'orderNo'
)
}
/>
<
Input
style=
{
{
width
:
240
,
marginRight
:
10
}
}
placeholder=
"请输入单据摘要"
placeholder=
{
intl
.
formatMessage
({
id
:
'contract.qingshurudanzaiyao'
})
}
allowClear
value=
{
from
.
orderAbstract
}
onChange=
{
(
e
)
=>
setvalue
(
e
,
'orderAbstract'
)
}
...
...
@@ -437,7 +437,9 @@ const Details = (props: any) => {
format=
"YYYY-MM-DD HH:mm"
onChange=
{
onChange
}
/>
<
Button
type=
"primary"
onClick=
{
query
}
>
查询
</
Button
>
<
Button
type=
"primary"
onClick=
{
query
}
>
{
intl
.
formatMessage
({
id
:
'contract.chaxun'
})
}
</
Button
>
</
div
>
</
div
>
</
div
>
...
...
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