From dbb4a755c136a32b1e0d6d045d95f11841f21d75 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 24 七月 2025 17:01:32 +0800
Subject: [PATCH] #

---
 pages/listing/itemSelect.vue |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/pages/listing/itemSelect.vue b/pages/listing/itemSelect.vue
index c65d690..b1ec2ba 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">
@@ -51,13 +59,13 @@
 							</view>
 							<view class="content">
 								<text class="text-black">宸蹭笂鏋舵暟閲�: <text
-										class="text-grey ">{{item.workQty + item.qty}}</text></text>
+										class="text-grey ">{{item.qty}}</text></text>
 							</view>
 						</view>
 						<view class="cu-item">
 							<view class="content">
 								<text class="text-black">鍙粍鐩樻暟閲�: <text
-										class="text-grey ">{{item.anfme - item.workQty}}</text></text>
+										class="text-grey ">{{item.anfme - item.workQty - item.qty}}</text></text>
 							</view>							
 						</view>
 						

--
Gitblit v1.9.1