gaoluyang
6 天以前 b87f35ad442544fa3892def5c2979357eb76e4d7
src/api/inventoryManagement/stockInRecord.js
@@ -41,4 +41,13 @@
        method: "post",
        data,
    });
};
// 批量反审入库记录(仅驳回状态可反审)
export const batchUnapproveStockInRecords = (data) => {
    return request({
        url: "/stockInRecord/reAudit",
        method: "post",
        data,
    });
};