gongchunyi
6 天以前 85a187bcb7d07b39fb561f41b9167bb0f0c83cfc
src/api/inventoryManagement/stockInRecord.js
@@ -26,6 +26,14 @@
    });
};
export const batchDeletePendingStockInRecords = (ids) => {
    return request({
        url: "/stockInRecord/pending",
        method: "delete",
        data: ids,
    });
};
// 批量审批入库记录(approvalStatus: approved/rejected)
export const batchApproveStockInRecords = (data) => {
    return request({