skyouc
2025-06-04 159aa2f77147a4dad2bb60ab0e92f7e91cdb8cd0
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;
@@ -271,13 +271,13 @@
            width: 100,
            editable: false,
        },
        {
            field: 'workQty',
            headerName: translate('table.field.locItem.workQty'),
            width: 100,
            type: 'number',
            editable: false,
        },
        // {
        //     field: 'workQty',
        //     headerName: translate('table.field.locItem.workQty'),
        //     width: 100,
        //     type: 'number',
        //     editable: false,
        // },
        {
            field: 'locCode',
            headerName: translate('table.field.locItem.locCode'),