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
0fe695f1
Commit
0fe695f1
authored
May 09, 2022
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改单据号跳转的方式;和退回原因修改显示问题
parent
f9837cc6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
index.tsx
src/pages/balance/invoice/srm/inquire/index.tsx
+1
-1
index.tsx
src/pages/balance/invoice/srm/joint/index.tsx
+2
-2
index.tsx
src/pages/balance/invoice/srm/manage/index.tsx
+1
-1
index.tsx
src/pages/balance/invoice/srm/manage/schema/index.tsx
+6
-6
index.tsx
src/pages/balance/invoice/srm/readyInvoice/index.tsx
+2
-2
No files found.
src/pages/balance/invoice/srm/inquire/index.tsx
View file @
0fe695f1
...
...
@@ -65,7 +65,7 @@ const InvoiceInquire: React.FC = () => {
};
const
_handleOrderNo
=
record
=>
{
window
.
open
(
history
.
push
(
`/memberCenter/balance/businessReconciliation/search/preview?id=
${
record
.
reconciliationId
}
&no=
${
record
.
reconciliationNo
}
`
,
);
};
...
...
src/pages/balance/invoice/srm/joint/index.tsx
View file @
0fe695f1
...
...
@@ -2,7 +2,7 @@
* 发票协同-发票查询(SRM)
*/
import
React
,
{
useRef
,
useState
}
from
'react'
;
import
{
getIntl
,
useIntl
,
Link
,
history
}
from
'umi'
;
import
{
getIntl
,
useIntl
,
history
}
from
'umi'
;
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
;
import
{
Card
,
Button
,
DatePicker
,
Modal
}
from
'antd'
;
import
NiceForm
from
'@/components/NiceForm'
;
...
...
@@ -147,7 +147,7 @@ const InvoiceJoint: React.FC = () => {
}
const
_handleOrderNo
=
record
=>
{
window
.
open
(
history
.
push
(
`/memberCenter/balance/businessReconciliation/search/preview?id=
${
record
.
reconciliationId
}
&no=
${
record
.
reconciliationNo
}
`
,
);
};
...
...
src/pages/balance/invoice/srm/manage/index.tsx
View file @
0fe695f1
...
...
@@ -129,7 +129,7 @@ const InvoiceManage: React.FC = () => {
}
const
_handleOrderNo
=
record
=>
{
window
.
open
(
history
.
push
(
`/memberCenter/balance/businessReconciliation/search/preview?id=
${
record
.
reconciliationId
}
&no=
${
record
.
reconciliationNo
}
`
,
);
};
...
...
src/pages/balance/invoice/srm/manage/schema/index.tsx
View file @
0fe695f1
...
...
@@ -227,12 +227,6 @@ const receiptInfo: ISchema = {
visible
:
false
,
title
:
getIntl
().
formatMessage
({
id
:
'balance.accountsReceivable.invoice.columns.reconciliationType'
,
defaultMessage
:
'单据类型'
}),
},
returnResource
:
{
type
:
'string'
,
readOnly
:
true
,
visible
:
false
,
title
:
getIntl
().
formatMessage
({
id
:
'balance.accountsReceivable.invoice.columns.returnResource'
,
defaultMessage
:
'退回原因'
}),
},
},
}
}
...
...
@@ -439,6 +433,12 @@ const billInfo: ISchema = {
"x-component"
:
"UploadInvoice"
,
title
:
getIntl
().
formatMessage
({
id
:
'balance.accountsReceivable.invoice.columns.urlImgs'
,
defaultMessage
:
'发票文件'
}),
},
returnResource
:
{
type
:
'string'
,
readOnly
:
true
,
visible
:
false
,
title
:
getIntl
().
formatMessage
({
id
:
'balance.accountsReceivable.invoice.columns.returnResource'
,
defaultMessage
:
'退回原因'
}),
},
},
}
}
...
...
src/pages/balance/invoice/srm/readyInvoice/index.tsx
View file @
0fe695f1
...
...
@@ -2,7 +2,7 @@
* 待开票(SRM)
*/
import
React
,
{
useRef
}
from
'react'
;
import
{
getIntl
,
useIntl
,
Link
}
from
'umi'
;
import
{
getIntl
,
useIntl
,
Link
,
history
}
from
'umi'
;
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
;
import
{
Card
,
Button
,
DatePicker
}
from
'antd'
;
import
NiceForm
from
'@/components/NiceForm'
;
...
...
@@ -58,7 +58,7 @@ const SettlementList: React.FC = () => {
};
const
_handleOrderNo
=
record
=>
{
window
.
open
(
history
.
push
(
`/memberCenter/balance/businessReconciliation/search/preview?id=
${
record
.
reconciliationId
}
&no=
${
record
.
reconciliationNo
}
`
,
);
};
...
...
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