From d9a7c7c211c15f4a1568c2efdca5b29f5c0f7bf7 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期日, 15 六月 2025 17:46:04 +0800
Subject: [PATCH] #

---
 pages/basics/backOrderPakin.vue |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/pages/basics/backOrderPakin.vue b/pages/basics/backOrderPakin.vue
index ddb85ba..7b5cec3 100644
--- a/pages/basics/backOrderPakin.vue
+++ b/pages/basics/backOrderPakin.vue
@@ -9,14 +9,14 @@
 				<view class="square-content">
 					<view class="content-input">
 						<input v-model="barcode" type="text" placeholder="鎵爜 / 杈撳叆" 
-						:focus="barcodeFocus" @confirm="barcodeInput()" placeholder-style="line-height:  85rpx;">
+						:focus="barcodeFocus" @confirm="barcodeInput()" @input="findMat()" placeholder-style="line-height:  85rpx;">
 						<uni-icons type="closeempty" size="20" color="#dadada" @click="removeBarcode()"></uni-icons>
 					</view>
 				</view>
 			</view>
 			
 			
-			<view class="square-2">
+<!-- 			<view class="square-2">
 				<view class="square-title">
 					<view class="title-sign"><view class="sign"></view></view>
 					<view class="title-text"><text>妫�绱㈠晢鍝�</text></view>
@@ -27,11 +27,8 @@
 						:focus="focus" placeholder-style="line-height:  85rpx;">
 						<uni-icons type="closeempty" size="20" color="#dadada" @click="removeMatnr()"></uni-icons>
 					</view>
-					<!-- <view class="content-btn">
-						<button class="cu-btn bg-blue pda-btn" @click="selectMat()">+鎻愬彇</button>
-					</view> -->
 				</view>
-			</view>
+			</view> -->
 			
 			
 			<view class="square-1">
@@ -304,7 +301,7 @@
 				uni.request({
 				    url: that.commonUrl + '/mobile/mat/back',
 				    data: {
-						matnr:that.matnr
+						barcode:that.barcode
 				    },
 				    header: {
 						'token':uni.getStorageSync('token')
@@ -314,7 +311,6 @@
 						let res = result.data
 						if (res.code === 200 && res.data) {
 							that.matData = res.data
-							that.matnr = ''
 							uni.navigateTo({
 								url: "matQuerySelect",
 								events: {

--
Gitblit v1.9.1