diff --git a/src/api/purchase/purApply.js b/src/api/purchase/purApply.js index 90a0a91..7b73129 100644 --- a/src/api/purchase/purApply.js +++ b/src/api/purchase/purApply.js @@ -85,3 +85,6 @@ export function delApplyDetail(id) { }) } + + + diff --git a/src/api/purchase/purPlan.js b/src/api/purchase/purPlan.js index a6f21b6..3950edc 100644 --- a/src/api/purchase/purPlan.js +++ b/src/api/purchase/purPlan.js @@ -83,4 +83,12 @@ export function delApplyDetail(id) { method: 'delete' }) } +export function selectApply(query) { + return axios({ + url: "/purchase/plan/selectApply", + method: "post", + data: query + }); +} + diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index 0dec83c..72d4873 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -1209,6 +1209,7 @@ export default { let rlId = this.editQuery.rlId; this.editQuery = row; this.editQuery.rlId = rlId; + this.editQuery.id = rlId; }, diff --git a/src/views/purchase/purPlanEditDialog.vue b/src/views/purchase/purPlanEditDialog.vue index ac8bb2a..eef45e8 100644 --- a/src/views/purchase/purPlanEditDialog.vue +++ b/src/views/purchase/purPlanEditDialog.vue @@ -176,7 +176,7 @@ prop="spec" show-overflow-tooltip > - +