gaoluyang
3 天以前 ffb1bd190e9d4263c8c7d6c0096e0ec844cb3b52
src/api/production/index.js
@@ -49,3 +49,22 @@
    })
}
// /productionMaster/deleteProductionInventory
// 删除主表
export function deleteProductionInventory(data) {
    return request({
        url: '/productionMaster/deleteProductionInventory',
        method: 'delete',
        data: data
    })
}
// /productionMaster/delPM
// 删除主表
export function delPM(data) {
    return request({
        url: '/productionMaster/delPM',
        method: 'delete',
        data: data
    })
}