diff --git a/sgzb-ui/src/api/store/newBuy.js b/sgzb-ui/src/api/store/newBuy.js index 0ec7c00a..762f2593 100644 --- a/sgzb-ui/src/api/store/newBuy.js +++ b/sgzb-ui/src/api/store/newBuy.js @@ -339,7 +339,7 @@ export function getPlanList(query) { params: query, }); } -// +//借调操作 export function addOrUpdateMange(data) { return request({ url: "/material/planManagement/addOrUpdateMange", @@ -347,3 +347,11 @@ export function addOrUpdateMange(data) { data: data, }); } +//计划借调列表 +export function getManageList(query) { + return request({ + url: "/material/planManagement/getManageList", + method: "get", + params: query, + }); +} diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue index f4b5d953..df761c42 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesAccept.vue @@ -1,13 +1,21 @@