|
@@ -251,6 +251,15 @@ function Y2look() {
|
|
|
|
|
|
{goodsInfoPower.includes('goodsBtn2') ? (
|
|
|
<>
|
|
|
+ <Button type='primary' onClick={handleExport2}>
|
|
|
+ 导出藏品卡片
|
|
|
+ </Button>
|
|
|
+  
|
|
|
+ </>
|
|
|
+ ) : null}
|
|
|
+
|
|
|
+ {goodsInfoPower.includes('goodsBtn3') ? (
|
|
|
+ <>
|
|
|
<Dropdown menu={{ items: items1 }} placement='bottom' arrow>
|
|
|
<Button type='primary'>档案管理</Button>
|
|
|
</Dropdown>
|
|
@@ -258,7 +267,7 @@ function Y2look() {
|
|
|
</>
|
|
|
) : null}
|
|
|
|
|
|
- {goodsInfoPower.includes('goodsBtn3') ? (
|
|
|
+ {goodsInfoPower.includes('goodsBtn4') ? (
|
|
|
<>
|
|
|
<Dropdown menu={{ items: items2 }} placement='bottom' arrow>
|
|
|
<Button type='primary'>分库管理</Button>
|
|
@@ -267,7 +276,7 @@ function Y2look() {
|
|
|
</>
|
|
|
) : null}
|
|
|
|
|
|
- {goodsInfoPower.includes('goodsBtn4') ? (
|
|
|
+ {goodsInfoPower.includes('goodsBtn5') ? (
|
|
|
<>
|
|
|
<Dropdown menu={{ items: items3 }} placement='bottom' arrow>
|
|
|
<Button type='primary'>保管管理</Button>
|