From fc53f026fe75196a78f26cdc33e7d50a811afbc9 Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Fri, 19 Apr 2024 09:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E4=B8=8A=E6=8A=A5=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../libraryManage/inventory/auditDetail/index.vue | 12 ------------ src/views/libraryManage/inventory/config.js | 10 ++++++++++ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/src/views/libraryManage/inventory/auditDetail/index.vue b/src/views/libraryManage/inventory/auditDetail/index.vue index f93aaef..81e7e67 100644 --- a/src/views/libraryManage/inventory/auditDetail/index.vue +++ b/src/views/libraryManage/inventory/auditDetail/index.vue @@ -223,20 +223,10 @@ export default { this.allNum = 0 this.loading = true getReportDetailList(this.queryParams).then((response) => { - response.rows.forEach((item) => { - if (item.inStatus == '3') { - this.allNum += item.ttQtyRct - } else { - this.otherNum += item.ttQtyRct - } - }) this.BaseBillInPlanList = response.rows this.paging.total = response.total this.loading = false }) - // inventoryAudit({ ...this.queryParams }).then((res) => { - // this.exportList = res - // }) }, // 取消按钮 cancel() { @@ -254,7 +244,6 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1 - // console.log(this.queryParams) this.getList() }, /** 重置按钮操作 */ @@ -266,7 +255,6 @@ export default { }, //删除 handleDelete(row) { - // console.log(row) this.$confirm('确定取消缴库吗?', '确认', { confirmButtonText: '确定', cancelButtonText: '取消', diff --git a/src/views/libraryManage/inventory/config.js b/src/views/libraryManage/inventory/config.js index d978325..4c5c70a 100644 --- a/src/views/libraryManage/inventory/config.js +++ b/src/views/libraryManage/inventory/config.js @@ -407,6 +407,16 @@ export function tableConfig() { prop: "goodName", istrue: true, }, + { + label: "数量", + prop: "quantity", + istrue: true, + }, + { + label: "实盘数量", + prop: "invQty", + istrue: true, + }, { label: '操作', prop: 'operating',