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
吴婷
jinfa-platform
Commits
1c6abf20
Commit
1c6abf20
authored
Mar 23, 2022
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: hide buttion
parent
77ad9c5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
index.tsx
src/pages/commodity/goods/index.tsx
+3
-2
index.tsx
src/pages/transaction/saleOrder/index.tsx
+2
-1
No files found.
src/pages/commodity/goods/index.tsx
View file @
1c6abf20
...
...
@@ -265,9 +265,10 @@ const Goods: React.FC<{}> = () => {
<
Menu
.
Item
key=
"1"
icon=
{
<
DeleteOutlined
/>
}
>
{
intl
.
formatMessage
({
id
:
'commodity.goods.menuMore.item.1'
})
}
</
Menu
.
Item
>
<
Menu
.
Item
key=
"2"
icon=
{
<
DeleteOutlined
/>
}
>
{
/* fix: 隐藏删除导入批次按钮 */
}
{
/* <Menu.Item key="2" icon={<DeleteOutlined />}>
{intl.formatMessage({ id: 'commodity.goods.menuMore.item.2' })}
</
Menu
.
Item
>
</Menu.Item>
*/
}
</
Menu
>
)
...
...
src/pages/transaction/saleOrder/index.tsx
View file @
1c6abf20
...
...
@@ -338,7 +338,8 @@ const SaleOrder: React.FC<SaleOrderProps> = () => {
const
controllerBtns
=
<
Space
>
<
Button
style=
{
{
width
:
140
}
}
onClick=
{
handleExport
}
type=
'default'
>
{
intl
.
formatMessage
({
id
:
'saleOrder.daochu'
,
defaultMessage
:
'导出'
})
}
</
Button
>
<
Button
type=
"primary"
onClick=
{
()
=>
batchTransform
()
}
>
{
intl
.
formatMessage
({
id
:
'saleOrder.zhuandan'
,
defaultMessage
:
'转单'
})
}
</
Button
>
{
/* fix: 转单 */
}
{
/* <Button type="primary" onClick={() => batchTransform()}>{intl.formatMessage({ id: 'saleOrder.zhuandan', defaultMessage: '转单' })}</Button> */
}
</
Space
>
...
...
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