From 4058a77cac73f1afed3b4ff52c379d1318ef7a7b Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 19 五月 2025 16:20:08 +0800
Subject: [PATCH] 组拖允许小数
---
pages/rece/other.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/pages/rece/other.vue b/pages/rece/other.vue
index 8a052f6..e6616f4 100644
--- a/pages/rece/other.vue
+++ b/pages/rece/other.vue
@@ -3,7 +3,7 @@
<form>
<view class="cu-form-group margin-top" v-show="!isconfirm">
<view class="title">ASN鍗曞彿</view>
- <input placeholder="璇锋壂鎻廇SN鍗曞彿" v-model="asncode" @input="search" focus></input>
+ <input placeholder="璇锋壂鎻廇SN鍗曞彿" v-model="asncode" focus></input>
<text class='cuIcon-close text-gray margin-right-xs' v-show="asncode!==''" @click="clearCode"></text>
<!-- <text class='cuIcon-search text-blue' @click="search"></text> -->
</view>
@@ -251,6 +251,9 @@
clear() {
this.list = []
this.barcode = ''
+ this.asncode = ''
+ this.whAreaId = ''
+ this.range = []
},
next() {
if (this.list.length) {
--
Gitblit v1.9.1