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
646d43b3
Commit
646d43b3
authored
Apr 15, 2022
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 业务对账相关查看按钮权限
parent
47340565
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
12 deletions
+12
-12
index.tsx
src/pages/balance/businessReconciliation/readyAdd/index.tsx
+1
-1
index.tsx
src/pages/balance/businessReconciliation/search/index.tsx
+1
-1
index.tsx
...usinessReconciliationCollaboration/readyConfirm/index.tsx
+2
-2
index.tsx
...ce/businessReconciliationCollaboration/readyPay/index.tsx
+2
-2
index.tsx
...ance/businessReconciliationCollaboration/search/index.tsx
+1
-1
index.tsx
src/pages/balance/businessRequestFunds/admin/index.tsx
+1
-1
index.tsx
src/pages/balance/businessRequestFunds/search/index.tsx
+2
-2
index.tsx
...alance/businessRequestFundsCollaboration/search/index.tsx
+2
-2
No files found.
src/pages/balance/businessReconciliation/readyAdd/index.tsx
View file @
646d43b3
...
@@ -47,7 +47,7 @@ const ReadyAdd: React.FC = () => {
...
@@ -47,7 +47,7 @@ const ReadyAdd: React.FC = () => {
key
:
'reconciliationNo'
,
key
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessReconciliationReadyAdd.see'
)
&&
<
Link
to=
{
`readyAdd/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
AuthUrl
(
'businessReconciliationReadyAdd.see'
)
?
<
Link
to=
{
`readyAdd/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
)
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
...
...
src/pages/balance/businessReconciliation/search/index.tsx
View file @
646d43b3
...
@@ -49,7 +49,7 @@ const Search: React.FC = () => {
...
@@ -49,7 +49,7 @@ const Search: React.FC = () => {
key
:
'reconciliationNo'
,
key
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessReconciliationSearch.see'
)
&&
<
Link
to=
{
`search/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
AuthUrl
(
'businessReconciliationSearch.see'
)
?
<
Link
to=
{
`search/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
)
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
...
...
src/pages/balance/businessReconciliationCollaboration/readyConfirm/index.tsx
View file @
646d43b3
import
React
,
{
useRef
}
from
'react'
import
React
,
{
useRef
}
from
'react'
import
{
Card
,
Typography
,
Space
}
from
'antd'
import
{
Card
,
Typography
,
Space
,
Button
}
from
'antd'
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
StandardTable
from
'@/components/StandardTable'
;
import
StandardTable
from
'@/components/StandardTable'
;
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
...
@@ -44,7 +44,7 @@ const ReadyConfirm: React.FC = () => {
...
@@ -44,7 +44,7 @@ const ReadyConfirm: React.FC = () => {
key
:
'reconciliationNo'
,
key
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessReconciliationCollaborationReadyConfirm.see'
)
&&
<
Link
to=
{
`readyConfirm/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
AuthUrl
(
'businessReconciliationCollaborationReadyConfirm.see'
)
?
<
Link
to=
{
`readyConfirm/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
)
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
...
...
src/pages/balance/businessReconciliationCollaboration/readyPay/index.tsx
View file @
646d43b3
import
React
,
{
useRef
}
from
'react'
import
React
,
{
useRef
}
from
'react'
import
{
Card
,
Typography
,
Space
}
from
'antd'
import
{
Card
,
Typography
,
Space
,
Button
}
from
'antd'
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
StandardTable
from
'@/components/StandardTable'
;
import
StandardTable
from
'@/components/StandardTable'
;
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
...
@@ -44,7 +44,7 @@ const ReadyPay: React.FC = () => {
...
@@ -44,7 +44,7 @@ const ReadyPay: React.FC = () => {
key
:
'reconciliationNo'
,
key
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessReconciliationCollaborationReadyPay.see'
)
&&
<
Link
to=
{
`readyPay/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
AuthUrl
(
'businessReconciliationCollaborationReadyPay.see'
)
?
<
Link
to=
{
`readyPay/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
)
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
...
...
src/pages/balance/businessReconciliationCollaboration/search/index.tsx
View file @
646d43b3
...
@@ -50,7 +50,7 @@ const Search: React.FC = () => {
...
@@ -50,7 +50,7 @@ const Search: React.FC = () => {
key
:
'reconciliationNo'
,
key
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
dataIndex
:
'reconciliationNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessReconciliationCollaborationSearch.see'
)
&&
<
Link
to=
{
`search/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
AuthUrl
(
'businessReconciliationCollaborationSearch.see'
)
?
<
Link
to=
{
`search/preview?id=${record.reconciliationId}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
)
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
...
...
src/pages/balance/businessRequestFunds/admin/index.tsx
View file @
646d43b3
...
@@ -43,7 +43,7 @@ const Admin: React.FC = () => {
...
@@ -43,7 +43,7 @@ const Admin: React.FC = () => {
key
:
'applyNo'
,
key
:
'applyNo'
,
dataIndex
:
'applyNo'
,
dataIndex
:
'applyNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessRequestFundsAdmin.see'
)
&&
<
Link
to=
{
`search/preview?id=${record.id}&no=${text}`
}
>
{
text
}
</
Link
>
AuthUrl
(
'businessRequestFundsAdmin.see'
)
?
<
Link
to=
{
`search/preview?id=${record.id}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
)
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
...
...
src/pages/balance/businessRequestFunds/search/index.tsx
View file @
646d43b3
import
React
,
{
useRef
}
from
'react'
import
React
,
{
useRef
}
from
'react'
import
{
Card
,
Typography
,
Space
}
from
'antd'
import
{
Card
,
Typography
,
Space
,
Button
}
from
'antd'
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
StandardTable
from
'@/components/StandardTable'
;
import
StandardTable
from
'@/components/StandardTable'
;
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
...
@@ -45,7 +45,7 @@ const Search: React.FC = () => {
...
@@ -45,7 +45,7 @@ const Search: React.FC = () => {
key
:
'applyNo'
,
key
:
'applyNo'
,
dataIndex
:
'applyNo'
,
dataIndex
:
'applyNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessRequestFundsSearch.see'
)
&&
<
Link
to=
{
`search/preview?id=${record.id}&no=${text}`
}
>
{
text
}
</
Link
>
AuthUrl
(
'businessRequestFundsSearch.see'
)
?
<
Link
to=
{
`search/preview?id=${record.id}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
)
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
...
...
src/pages/balance/businessRequestFundsCollaboration/search/index.tsx
View file @
646d43b3
import
React
,
{
useRef
}
from
'react'
import
React
,
{
useRef
}
from
'react'
import
{
Card
,
Typography
,
Space
}
from
'antd'
import
{
Card
,
Typography
,
Space
,
Button
}
from
'antd'
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
StandardTable
from
'@/components/StandardTable'
;
import
StandardTable
from
'@/components/StandardTable'
;
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
...
@@ -44,7 +44,7 @@ const Search: React.FC = () => {
...
@@ -44,7 +44,7 @@ const Search: React.FC = () => {
key
:
'applyNo'
,
key
:
'applyNo'
,
dataIndex
:
'applyNo'
,
dataIndex
:
'applyNo'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
render
:
(
text
:
any
,
record
:
any
)
=>
(
AuthUrl
(
'businessRequestFundsCollaborationSearch.see'
)
&&
<
Link
to=
{
`search/preview?id=${record.id}&no=${text}`
}
>
{
text
}
</
Link
>
AuthUrl
(
'businessRequestFundsCollaborationSearch.see'
)
?
<
Link
to=
{
`search/preview?id=${record.id}&no=${text}`
}
>
{
text
}
</
Link
>
:
<
Button
type=
'link'
style=
{
{
padding
:
0
}
}
>
{
text
}
</
Button
>
)
)
},
{
},
{
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
title
:
intl
.
formatMessage
({
id
:
'balance.danjuzhaiyao'
}),
...
...
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