#
zjj
2025-08-07 e68784a7f17654af96d45a3f57b9fbb12de0d4a7
rsf-admin/src/page/work/stockTransfer/stockTransferList.jsx
@@ -125,7 +125,6 @@
                }
                
            })  
            console.log(newData);
            setTarLocList(newData);         
        }
@@ -216,7 +215,6 @@
    const refresh = useRefresh();
    const { orgLoc, tarLoc, tabelData } = props;
    const move = () => {
        console.log(orgLoc, tarLoc);
        if (orgLoc === "" || orgLoc === undefined || orgLoc === null) {
            notify("请输入源库位");
            return;