From f43d42c47a142a2f6c71f568c6113e5630cd868b Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 13 十一月 2023 13:35:08 +0800
Subject: [PATCH] #

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

diff --git a/pages/order/orderPutDown2.vue b/pages/order/orderPutDown2.vue
index 5e33144..71b821e 100644
--- a/pages/order/orderPutDown2.vue
+++ b/pages/order/orderPutDown2.vue
@@ -4,11 +4,11 @@
 			<view class="item">
 				<view class="code-decs">鎵樼洏鐮�:</view>
 				<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="barcode" :focus="barcodeFocus"
-					@input="getBarcodeList()">
+					>
 			</view>
 			<view class="item">
 				<view class="code-decs">璁㈠崟鍙�:</view>
-				<uni-combox :candidates="orderNoList" placeholder="璇烽�夋嫨璁㈠崟" v-model="orderNo"></uni-combox>
+				<uni-combox :candidates="orderNoList" placeholder="璇烽�夋嫨璁㈠崟" v-model="orderNo" @input="getOrderDet()"></uni-combox>
 			</view>
 		</view>
 		<view class="mat-list-title">
@@ -208,6 +208,7 @@
 						if (res.code === 200) {
 							that.dataList = res.data
 							for (var i = 0; i < that.dataList.length; i++){
+								that.dataList[i].anfme = 0;
 								that.$set(that.dataList[i],'checked',false)
 							}
 						}

--
Gitblit v1.9.1