chenrui
2025-05-26 a117f28f890f89bfef46b0920b4861b542cd395b
src/api/procurementManagement/procurementInvoiceLedger.js
@@ -40,4 +40,12 @@
        method: 'delete',
        data: query
    })
}
// 子表格查询
export function productRecordList(query){
    return request({
        url: '/purchase/registration/productRecordList',
        method: 'get',
        params: query
    })
}