采购·入库接口调用 up by dh

This commit is contained in:
duhe
2025-03-20 16:33:12 +08:00
parent 814bfff8b5
commit 8838533b6a
3 changed files with 109 additions and 46 deletions

View File

@@ -10,11 +10,12 @@ export function getPurchaseinventoryList(query) {
})
}
// 查询服务管理详细
export function getPurchaseinventoryOne(id) {
// 入库单据详情
export function getpurchaseInventoryDetail(busNo) {
return request({
url: '/basic-service/healthcare/healthcare-service-detail/' + parseStrEmpty(id),
method: 'get'
url: '/inventory-manage/purchase/inventory-receipt',
method: 'get',
params: { busNo } // 确保参数正确传递
})
}