From c7e53ce43552cf1ce31b86b6bf8a372e541efe19 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期五, 21 十一月 2025 15:23:01 +0800
Subject: [PATCH] 1

---
 pages/outbound/PickItemDetl.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/pages/outbound/PickItemDetl.vue b/pages/outbound/PickItemDetl.vue
index 0bc23ee..462bdc5 100644
--- a/pages/outbound/PickItemDetl.vue
+++ b/pages/outbound/PickItemDetl.vue
@@ -14,9 +14,8 @@
 			<form>
 				<view class="cu-form-group" v-show="!isconfirm">
 					<view class="title">绁ㄥ彿锛�</view>
-					<input placeholder="璇锋壂鎻忕エ鍙�" v-model="fieldsIndex" focus></input>
+					<input placeholder="璇锋壂鎻忕エ鍙�" v-model="fieldsIndex" focus @input="search()"></input>
 					<text class='cuIcon-close text-gray margin-right-xs' v-show="fieldsIndex!==''" @click="clearCode"></text>
-					<text class='cuIcon-search text-blue' @click="search"></text>
 				</view>
 			</form>
 		</view>
@@ -116,7 +115,7 @@
 			},
 			async search() {
 				let that = this;
-				// if(this.barcode === '' || this.barcode ===null){
+				// if(this.fieldsIndex === '' || this.fieldsIndex.length < 30){
 				// 	return ;
 				// }
 				const {	code, data, msg	} = await request('/wave/order/items', {

--
Gitblit v1.9.1