From ba934cc7fb81a09d5ef98fecf0fda79bbe9e210a Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 12 五月 2025 16:45:17 +0800
Subject: [PATCH] #AGV解绑
---
pages/listing/itemSelect.vue | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/pages/listing/itemSelect.vue b/pages/listing/itemSelect.vue
index c65d690..6a84b85 100644
--- a/pages/listing/itemSelect.vue
+++ b/pages/listing/itemSelect.vue
@@ -2,7 +2,7 @@
<view>
<!-- 鎼滅储妗� -->
<view class="search-bar">
- <uni-search-bar v-model="condition" placeholder=" 杈撳叆鎵规" bgColor="#EEEEEE" @confirm="search()"/>
+ <uni-search-bar v-model="condition" placeholder=" 杈撳叆鎵规/缂栫爜/鍗曞彿" bgColor="#EEEEEE" @confirm="search()"/>
</view>
@@ -44,6 +44,14 @@
</view>
<view class="cu-item">
<view class="content">
+ <text class="text-black">璐ㄦ鐘舵��:</text>
+ </view>
+ <view class="action">
+ <text class="text-grey ">{{item.isptResult$}}</text>
+ </view>
+ </view>
+ <view class="cu-item">
+ <view class="content">
<text class="text-black">搴撳瓨鍗曚綅: <text class="text-grey ">{{item.stockUnit}}</text></text>
</view>
<view class="content">
--
Gitblit v1.9.1