From eced49f01c29bd87fa83046eaaef9a9406ed366c Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 24 Nov 2022 15:42:17 +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/views/purchase/purPlanEditDialog.vue | 33 +- src/views/purchase/selectApplyListDialog.vue | 348 +++++++++++++++++++ 2 files changed, 375 insertions(+), 6 deletions(-) create mode 100644 src/views/purchase/selectApplyListDialog.vue diff --git a/src/views/purchase/purPlanEditDialog.vue b/src/views/purchase/purPlanEditDialog.vue index 177db2e..ac8bb2a 100644 --- a/src/views/purchase/purPlanEditDialog.vue +++ b/src/views/purchase/purPlanEditDialog.vue @@ -152,6 +152,7 @@ > 选入申购单 - - - - - + + + + + - @@ -320,6 +335,7 @@ export default { currentRow: {}, selectedIndex: "", selectProductVisible: false, + selectApplyVisible: false, thisData: {}, storageList: [], subInvList: [], @@ -403,6 +419,11 @@ export default { this.thisData.stockOrderLists = this.codeArray; this.selectProductVisible = true; }, + + selectApply() { + this.selectApplyVisible = true; + }, + closeDialogC2(rData) { this.selectProductVisible = false; this.thisData = {}; diff --git a/src/views/purchase/selectApplyListDialog.vue b/src/views/purchase/selectApplyListDialog.vue new file mode 100644 index 0000000..7c05d3a --- /dev/null +++ b/src/views/purchase/selectApplyListDialog.vue @@ -0,0 +1,348 @@ + + + + +