skyouc
2025-05-26 bd5e2cf6bc93e927708d5dacf60cc576f7bf48cc
rsf-admin/src/page/work/stockTransfer/stockTransferList.jsx
@@ -221,10 +221,10 @@
            notify("请输入源库位");
            return;
        }
        if (tarLoc === "" || tarLoc === undefined || tarLoc === null) {
            notify("请输入目标库位");
            return;
        }
        // if (tarLoc === "" || tarLoc === undefined || tarLoc === null) {
        //     notify("请输入目标库位");
        //     return;
        // }
        if (tabelData.length === 0) {
            notify("源库位明细无,请检查库位状态");
            return;