瀏覽代碼

fix: 软件锁有出库状态能借销赠

outaozhen 4 年之前
父節點
當前提交
40758ddb8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/Product/Lock/LockStore/components/LocksDetail/TabList.jsx

+ 1 - 1
src/pages/Product/Lock/LockStore/components/LocksDetail/TabList.jsx

@@ -170,7 +170,7 @@ const LockTabList = props => {
             接收
           </Button>
         ) : null}
-        {stockStatus === 2 && sellStatus === 0 ? (
+        {stockStatus !== 0 && sellStatus === 0 ? (
           <Button
             type="primary"
             ghost