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/rece/other.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/pages/rece/other.vue b/pages/rece/other.vue
index 0d7bdd3..d1506bf 100644
--- a/pages/rece/other.vue
+++ b/pages/rece/other.vue
@@ -13,10 +13,7 @@
 				<text class='cuIcon-close text-gray margin-right-xs' v-show="barcode!==''" @click="clearBarcode"></text>
 				<text class='cuIcon-search text-blue' @click="search"></text>
 			</view>
-
 		</form>
-
-
 		<view class="padding-lr margin-top-sm">
 			<block v-for="(item, index) in list" :key="index">
 				<view class="cu-list det menu sm-border margin-bottom-sm " :class="[item.barcode===barcode&&'act']"

--
Gitblit v1.9.1