From b5390b1f1254d1a286a78c3d22da0366b3a27096 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 08 十二月 2025 10:12:07 +0800
Subject: [PATCH] #
---
pages/pakin/outConfilm.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/pakin/outConfilm.vue b/pages/pakin/outConfilm.vue
index 2b14f1c..7dc27cb 100644
--- a/pages/pakin/outConfilm.vue
+++ b/pages/pakin/outConfilm.vue
@@ -6,11 +6,11 @@
<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="barcode" :focus="barcodeFocus"
@input="barcodeInput()">
</view>
- <view class="item">
+ <!-- <view class="item">
<view class="code-decs">绔欑偣鐮�:</view>
<input type="text" placeholder="鍗曠函涓嬫灦涓嶉渶瑕佹壂绔欑偣鐮�" v-model="staNo" :focus="staNos"
@input="staNoInput()">
- </view>
+ </view> -->
<view class="item">
<view class="code-decs">1鎵瑰彿:</view>
<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="batch1" :focus="batch1s"
@@ -279,8 +279,8 @@
this.barcodeFocus = false;
this.matFocus = false;
setTimeout(() => {
- this.staNo = '';
- this.staNos = true;
+ this.batch1 = '';
+ this.batch1s = true;
}, 100);
},// 绔欑偣鍏夋爣娓呯┖閲嶇疆
batch1ss() {
--
Gitblit v1.9.1