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
c86eeaa1
Commit
c86eeaa1
authored
Feb 01, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 单据详情添加 单据编号
parent
2ab6242a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
billsDetail.tsx
src/pages/transaction/stockSellStorage/bills/billsDetail.tsx
+9
-4
No files found.
src/pages/transaction/stockSellStorage/bills/billsDetail.tsx
View file @
c86eeaa1
/*
* @Author: XieZhiXiong
* @Date: 2021-01-06 11:36:35
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-02-01 10:15:34
* @Description:
*/
import
React
from
'react'
;
import
{
usePageStatus
}
from
'@/hooks/usePageStatus'
;
import
BillsForm
from
'./components/BillsForm'
;
...
...
@@ -5,8 +12,7 @@ import BillsForm from './components/BillsForm';
const
BillsDetail
:
React
.
FC
=
()
=>
{
const
{
id
=
0
,
deliveryNo
=
0
,
storageNo
=
0
,
invoicesNo
=
''
,
invoicesTypeId
,
// 单据类型ID
relevanceInvoices
,
// 对应单据
relevanceInvoicesId
,
// 单据id,可能是待新增销售发货单,待新增采购入库单跳转过来的
...
...
@@ -15,8 +21,7 @@ const BillsDetail: React.FC = () => {
return
(
<
BillsForm
id=
{
id
}
deliveryNo=
{
deliveryNo
}
storageNo=
{
storageNo
}
invoicesNo=
{
invoicesNo
}
invoicesTypeId=
{
invoicesTypeId
}
relevanceInvoices=
{
relevanceInvoices
}
relevanceInvoicesId=
{
relevanceInvoicesId
}
...
...
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