From 407598ca563a216014f508674e8a2fe4b07e032a Mon Sep 17 00:00:00 2001 From: anthonywj Date: Fri, 25 Nov 2022 13:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=86=E6=94=AF=E5=A4=87?= =?UTF-8?q?=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/purchase/purApply.js | 3 + src/api/purchase/purPlan.js | 8 + src/views/basic/UdiInfoManage.vue | 1 + src/views/purchase/purPlanEditDialog.vue | 12 +- src/views/purchase/selectApplyListDialog.vue | 92 ++- .../warehouse/stockOrderNewSelectProduct.vue | 760 +++++++++--------- 6 files changed, 460 insertions(+), 416 deletions(-) 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 > - +