diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue
index 35db624c..26cba20e 100644
--- a/src/views/mes/reportWork/index.vue
+++ b/src/views/mes/reportWork/index.vue
@@ -526,6 +526,11 @@
:show-overflow-tooltip="true" />
+
+
+
+
+
@@ -1660,6 +1665,10 @@ export default {
this.pConsumeRows.map((item) => item.rspos)
);
+ const handleInput = (row, prop) => {
+ // 在这里处理输入值,比如验证或保存到服务器
+ console.log(`Row: ${JSON.stringify(row)}, Prop: ${prop}`);
+ };
// 遍历obj数组
for (let i = 0; i < obj.length; i++) {
// 判断obj中的component是否已存在于pConsumeRows中
diff --git a/src/views/wms/put/index.vue b/src/views/wms/put/index.vue
index 3d9e1aec..c45b00d1 100644
--- a/src/views/wms/put/index.vue
+++ b/src/views/wms/put/index.vue
@@ -276,7 +276,8 @@
-
+
+
@@ -319,24 +320,24 @@
-
-
- 修改
- 删除
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+