From bcf8a3b5770137f41d1b91c9b3c6e7241b1202a2 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 15 五月 2025 13:29:41 +0800 Subject: [PATCH] #AGV入库 --- pages/rece/other.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/rece/other.vue b/pages/rece/other.vue index 8a052f6..b17ad86 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> -- Gitblit v1.9.1