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
5bcb1a74
Commit
5bcb1a74
authored
Apr 22, 2022
by
前端-彭佳文
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix418' into 'v2-220418'
固定请购单模块表格的列 See merge request linkseeks-design/pro-platform!519
parents
c027dc4f
49d6bed6
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
35 additions
and
1 deletion
+35
-1
index.tsx
...ansaction/purchaseRequisition/firstApprovedBill/index.tsx
+5
-0
useSelfTable.tsx
...chaseRequisition/firstApprovedBill/model/useSelfTable.tsx
+1
-0
index.tsx
src/pages/transaction/purchaseRequisition/index.tsx
+5
-1
index.tsx
...es/transaction/purchaseRequisition/readyAddBill/index.tsx
+5
-0
useReadyAddBill.tsx
...urchaseRequisition/readyAddBill/model/useReadyAddBill.tsx
+1
-0
index.tsx
...transaction/purchaseRequisition/readySubmitBill/index.tsx
+5
-0
useSelfTable.tsx
...urchaseRequisition/readySubmitBill/model/useSelfTable.tsx
+1
-0
index.tsx
...ransaction/purchaseRequisition/requisitionOrder/index.tsx
+5
-0
useRequisitionOrder.tsx
...equisition/requisitionOrder/model/useRequisitionOrder.tsx
+1
-0
index.tsx
...nsaction/purchaseRequisition/secondApprovedBill/index.tsx
+5
-0
useSelfTable.tsx
...haseRequisition/secondApprovedBill/model/useSelfTable.tsx
+1
-0
No files found.
src/pages/transaction/purchaseRequisition/firstApprovedBill/index.tsx
View file @
5bcb1a74
...
...
@@ -73,6 +73,11 @@ const FirstApprovedBill: React.FC<FirstApprovedBillProps> = () => {
}
}
/>
}
tableProps=
{
{
scroll
:
{
x
:
'100%'
}
}
}
/>
</
Card
>
</
PageHeaderWrapper
>
...
...
src/pages/transaction/purchaseRequisition/firstApprovedBill/model/useSelfTable.tsx
View file @
5bcb1a74
...
...
@@ -137,6 +137,7 @@ export const useSelfTable = () => {
dataIndex
:
'ctl'
,
key
:
'ctl'
,
width
:
128
,
fixed
:
'right'
,
render
:
(
text
:
any
,
record
:
any
)
=>
renderOptionButton
(
record
)
}
])
...
...
src/pages/transaction/purchaseRequisition/index.tsx
View file @
5bcb1a74
...
...
@@ -140,6 +140,8 @@ const RequestBill: React.FC<RequestBillProps> = () => {
align
:
'center'
,
dataIndex
:
'ctl'
,
key
:
'ctl'
,
width
:
128
,
fixed
:
'right'
,
render
:
(
text
,
record
)
=>
renderOptionButton
(
record
),
},
]);
...
...
@@ -192,7 +194,9 @@ const RequestBill: React.FC<RequestBillProps> = () => {
/>
}
tableProps=
{
{
scroll
:
'y'
scroll
:
{
x
:
'100%'
}
}
}
/>
</
Card
>
...
...
src/pages/transaction/purchaseRequisition/readyAddBill/index.tsx
View file @
5bcb1a74
...
...
@@ -98,6 +98,11 @@ const ReadyAddBill: React.FC<ReadyAddBillProps> = () => {
}
}
/>
}
tableProps=
{
{
scroll
:
{
x
:
'100%'
}
}
}
/>
</
Card
>
</
PageHeaderWrapper
>
...
...
src/pages/transaction/purchaseRequisition/readyAddBill/model/useReadyAddBill.tsx
View file @
5bcb1a74
...
...
@@ -163,6 +163,7 @@ export const useSelfTable = () => {
dataIndex
:
'ctl'
,
key
:
'ctl'
,
width
:
128
,
fixed
:
'right'
,
render
:
(
text
:
any
,
record
:
any
)
=>
renderOptionButton
(
record
)
}
])
...
...
src/pages/transaction/purchaseRequisition/readySubmitBill/index.tsx
View file @
5bcb1a74
...
...
@@ -71,6 +71,11 @@ const ReadySubmitBill: React.FC<ReadySubmitBillProps> = () => {
}
}
/>
}
tableProps=
{
{
scroll
:
{
x
:
'100%'
}
}
}
/>
</
Card
>
...
...
src/pages/transaction/purchaseRequisition/readySubmitBill/model/useSelfTable.tsx
View file @
5bcb1a74
...
...
@@ -139,6 +139,7 @@ export const useSelfTable = () => {
dataIndex
:
'ctl'
,
key
:
'ctl'
,
width
:
128
,
fixed
:
'right'
,
render
:
(
text
:
any
,
record
:
any
)
=>
renderOptionButton
(
record
)
}
])
...
...
src/pages/transaction/purchaseRequisition/requisitionOrder/index.tsx
View file @
5bcb1a74
...
...
@@ -76,6 +76,11 @@ const RequisitionOrder: React.FC<RequisitionOrderProps> = () => {
}
}
/>
}
tableProps=
{
{
scroll
:
{
x
:
'100%'
}
}
}
/>
{
/* <StandardTable
fetchTableData={params => fetchTableData(params)}
...
...
src/pages/transaction/purchaseRequisition/requisitionOrder/model/useRequisitionOrder.tsx
View file @
5bcb1a74
...
...
@@ -139,6 +139,7 @@ export const useSelfTable = () => {
dataIndex
:
'ctl'
,
key
:
'ctl'
,
width
:
128
,
fixed
:
'right'
,
render
:
(
text
:
any
,
record
:
any
)
=>
renderOptionButton
(
record
)
}
])
...
...
src/pages/transaction/purchaseRequisition/secondApprovedBill/index.tsx
View file @
5bcb1a74
...
...
@@ -71,6 +71,11 @@ const SecondApprovedBill: React.FC<SecondApprovedBillProps> = () => {
}
}
/>
}
tableProps=
{
{
scroll
:
{
x
:
'100%'
}
}
}
/>
</
Card
>
</
PageHeaderWrapper
>
...
...
src/pages/transaction/purchaseRequisition/secondApprovedBill/model/useSelfTable.tsx
View file @
5bcb1a74
...
...
@@ -138,6 +138,7 @@ export const useSelfTable = () => {
dataIndex
:
'ctl'
,
key
:
'ctl'
,
width
:
128
,
fixed
:
'right'
,
render
:
(
text
:
any
,
record
:
any
)
=>
renderOptionButton
(
record
)
}
])
...
...
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