From d44a9d2e34f17ba2ad9d8ad915214d86de2e8e00 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 06 五月 2023 11:02:56 +0800
Subject: [PATCH] #

---
 pages/order/orderPakin.vue |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/pages/order/orderPakin.vue b/pages/order/orderPakin.vue
index 118ae3e..27c1397 100644
--- a/pages/order/orderPakin.vue
+++ b/pages/order/orderPakin.vue
@@ -1,11 +1,6 @@
 <template>
 	<view>
 		<view class="code">
-			<!-- <view class="item">
-				<view class="code-decs">璁㈠崟鍙�:</view>
-				<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="order" :focus="orderFocus"
-					@input="orderInput()" disabled>
-			</view> -->
 			<view class="item">
 				<view class="code-decs">鎵樼洏鐮�:</view>
 				<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="barcode" :focus="barcodeFocus"
@@ -148,9 +143,7 @@
 				baseUrl: '',
 				token: '',
 				order: '',
-				orderFocus: true,
 				barcode: '',
-				barcodeFocus: '',
 				dataList: [],
 				count: 0,
 				rowNum: '',
@@ -162,7 +155,7 @@
 				messageText: '',
 				title: '',
 				content: '',
-				barcodeFocus: false,
+				barcodeFocus: true,
 				matFocus: false,
 				matData: ''
 			}

--
Gitblit v1.9.1