+
{{ scope.row.修补准结工时 }}
@@ -111,6 +106,11 @@
{{ scope.row.操作时间 }}
+
+
+ {{ scope.row.扫码工时 }}
+
+
Date: Tue, 7 Jan 2020 12:17:45 +0800
Subject: [PATCH 6/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Inventory/Inboundscanning/index.vue | 34 +++++++------------
.../MonthEndHourAccounting/index.vue | 14 ++++----
2 files changed, 20 insertions(+), 28 deletions(-)
diff --git a/src/views/Inventory/Inboundscanning/index.vue b/src/views/Inventory/Inboundscanning/index.vue
index eaceafc5..92e3f4f7 100644
--- a/src/views/Inventory/Inboundscanning/index.vue
+++ b/src/views/Inventory/Inboundscanning/index.vue
@@ -11,15 +11,6 @@
入库
-
- 移除
-
@@ -27,7 +18,6 @@
+
+
+ 移除
+
+
@@ -122,17 +122,9 @@ export default {
},
methods: {
// 移除
- handleDelete() {
- this.tableDataNum.splice(this.NUM, 1)
- this.tableData.splice(this.NUM, 1)
- this.NUM = ''
- },
- tableRowClassName({ row, rowIndex }) {
- console.log(rowIndex)
- this.NUM = rowIndex
- },
- searchData(index) {
- this.NUM = index
+ handleDelete(index, row) {
+ this.tableDataNum.splice(index, 1)
+ this.tableData.splice(index, 1)
},
// 获取人员编号
getpeopleid() {
diff --git a/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue b/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue
index affbd18b..4a51526e 100644
--- a/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue
+++ b/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue
@@ -37,19 +37,19 @@
{{ scope.row.工序顺序 }}
-