From 9a991de2a0079a8f90ed0dfa26abf4d0f95a9bb5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 28 九月 2023 10:01:29 +0800 Subject: [PATCH] bug修复(5089) --- src/views/operate/inventoryAdjustment/index.vue | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/views/operate/inventoryAdjustment/index.vue b/src/views/operate/inventoryAdjustment/index.vue index 4688670..7596e4d 100644 --- a/src/views/operate/inventoryAdjustment/index.vue +++ b/src/views/operate/inventoryAdjustment/index.vue @@ -26,7 +26,7 @@ <template slot="tableButton"> <el-table-column label="鎿嶄綔" width="180" fixed="right" align="center"> <template slot-scope="scope"> - <span @click="handleHistoryClick(scope.row)" class="yes-cursor"> + <span v-if="scope.row.isEdit" @click="handleHistoryClick(scope.row)" class="yes-cursor"> <i class="el-icon-refresh-left"></i> <span>鍘嗗彶</span> </span> @@ -128,14 +128,7 @@ }, // 鎿嶄綔杈撳叆 inputContent(val, prop, row) { - console.log("22222222222222") console.log(val, prop, row) - // this.countId = row.countId - // this.tableData.map((item) => { - // if (item.countId === row.countId) { - // item[prop] = val - // } - // }) this.differenceAmount = val }, // 鏂板 -- Gitblit v1.8.0