From 9884e489c1ba7abbf412e99d4901a223ad2fbb53 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 23 四月 2025 12:57:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/devlop' into devlop --- pages/listing/labour.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pages/listing/labour.vue b/pages/listing/labour.vue index 4e17f7f..6c7eeb2 100644 --- a/pages/listing/labour.vue +++ b/pages/listing/labour.vue @@ -89,13 +89,10 @@ <view class="title">搴撲綅鐮�</view> <input placeholder="璇锋壂鎻忓簱浣嶇爜" v-model="locCode"></input> </view> - - <view class="cu-bar btn-group foot"> <button class="cu-btn text-blue line-blue shadow" @click="clear">娓呯┖</button> <button class="cu-btn bg-blue shadow-blur" @click="confirm">涓婃灦</button> </view> - </view> </template> @@ -135,8 +132,9 @@ matnrCode: this.barcode }) if (code === 200) { - const find = this.list.find(el => el.id === data.id); - !find && this.list.push(data) + // const find = this.list.find(el => el.id === data.id); + // !find && + this.list.push(data) } else { uni.showToast({ title: msg, -- Gitblit v1.9.1