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',