From 8e2381ce297d6a425add2be96558014a548a79c6 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Fri, 15 Nov 2024 14:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93=E7=BB=86?= =?UTF-8?q?=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/outBound/index.vue | 42 +- .../goodsBind/component/bindTools.vue | 1115 ++++++++--------- 2 files changed, 541 insertions(+), 616 deletions(-) diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index b09b95d1..034b0659 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -374,7 +374,7 @@ - - - - + /> @@ -931,6 +908,14 @@ export default { this.getDialogList(); }, + getListView() { + outInfoList(this.queryOutView.id).then((response) => { + this.getListOutInfo = response.data.leaseApplyDetailsList; + // this.dialogTotal = response. + // this.loading = false; + }); + }, + /** 出库查询列表 */ getDialogList() { outInfoList(this.queryOutInfo.id).then((response) => { @@ -945,6 +930,11 @@ export default { handleView(row) { this.title = "查看"; this.showOutView = true; + this.queryOutView.id = row.id; + outInfoList(row.id).then((response) => { + this.getListOutInfo = response.data.leaseApplyDetailsList; + // this.loading = false; + }); }, /** 出库按钮操作 */ handleOut(row) { diff --git a/src/views/material/purchase/goodsBind/component/bindTools.vue b/src/views/material/purchase/goodsBind/component/bindTools.vue index 8e1a419e..66a709a9 100644 --- a/src/views/material/purchase/goodsBind/component/bindTools.vue +++ b/src/views/material/purchase/goodsBind/component/bindTools.vue @@ -1,619 +1,554 @@