|
|
@@ -154,6 +154,14 @@ const LockTabList = props => {
|
|
|
</Tabs>
|
|
|
</div>
|
|
|
<div className="sheet-btns pl-4 pt-4 flex">
|
|
|
+ {/* <Button
|
|
|
+ type="primary"
|
|
|
+ ghost
|
|
|
+ size="small"
|
|
|
+ className="mr-3px"
|
|
|
+ onClick={() => openLockModal(lockTypeEnum.RECEIVE)}>
|
|
|
+ {'aaa'}
|
|
|
+ </Button> */}
|
|
|
{stockStatus !== 2 ? (
|
|
|
<Button
|
|
|
type="primary"
|
|
|
@@ -174,17 +182,6 @@ const LockTabList = props => {
|
|
|
借销赠
|
|
|
</Button>
|
|
|
) : null}
|
|
|
- {/* <Button
|
|
|
- type="primary"
|
|
|
- ghost
|
|
|
- size="small"
|
|
|
- className="mr-1"
|
|
|
- onClick={() =>
|
|
|
- setAddLonglelog({ ...setAddLonglelog, visible: true, type: lockTypeEnum.UPDATE })
|
|
|
- }
|
|
|
- >
|
|
|
- 升级
|
|
|
- </Button> */}
|
|
|
{sellStatus !== 0 && preserveStatus !== 2 ? (
|
|
|
<Button
|
|
|
type="primary"
|
|
|
@@ -205,6 +202,17 @@ const LockTabList = props => {
|
|
|
收回
|
|
|
</Button>
|
|
|
) : null}
|
|
|
+ {/* <Button
|
|
|
+ type="primary"
|
|
|
+ ghost
|
|
|
+ size="small"
|
|
|
+ className="mr-1"
|
|
|
+ onClick={() =>
|
|
|
+ setAddLonglelog({ ...setAddLonglelog, visible: true, type: lockTypeEnum.UPDATE })
|
|
|
+ }
|
|
|
+ >
|
|
|
+ 升级
|
|
|
+ </Button> */}
|
|
|
<Button type="primary" ghost size="small" onClick={() => openLockModal(lockTypeEnum.REMARK)}>
|
|
|
备注
|
|
|
</Button>
|