From 2a6c5b3094f0c177e390c07965cd50e7f357afe2 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 08 五月 2025 13:31:20 +0800 Subject: [PATCH] #解绑 --- 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