From 93bc3ed3aac6ae9df688a8a44b6dd62b58ce8e2a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 30 八月 2023 15:28:09 +0800
Subject: [PATCH] 出入库删除物流提示语文案修改

---
 minipro_standard/pages_adjust/pages/manualFeed/manualFeed.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/minipro_standard/pages_adjust/pages/manualFeed/manualFeed.vue b/minipro_standard/pages_adjust/pages/manualFeed/manualFeed.vue
index 82a4bb2..e0e9a8d 100644
--- a/minipro_standard/pages_adjust/pages/manualFeed/manualFeed.vue
+++ b/minipro_standard/pages_adjust/pages/manualFeed/manualFeed.vue
@@ -48,7 +48,7 @@
 				</div>
 			</u-swipe-action-item>
 		</u-swipe-action>
-		<SelectMaterial ref="selectMaterial" />
+		<SelectMaterial ref="selectMaterial" @selectAction="getValue"/>
 	</view>
 </template>
 
@@ -145,6 +145,9 @@
 					})
 					this.materialList[index].num = ''
 				}
+			},
+			getValue(item) {
+				console.log(item);
 			}
 		}
 	}

--
Gitblit v1.9.3