From a232dcf6d4a59c7c47e06b6619eb7566163f95b4 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 05 十一月 2025 19:26:46 +0800
Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/pda-master into devlop
---
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