From 9aa2bae5d4e8cd8533c4ef0db0834d9c3670c810 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 16 六月 2025 14:23:45 +0800
Subject: [PATCH] #

---
 pages/listing/matnrPalletising.vue |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/pages/listing/matnrPalletising.vue b/pages/listing/matnrPalletising.vue
index 5469911..2419bac 100644
--- a/pages/listing/matnrPalletising.vue
+++ b/pages/listing/matnrPalletising.vue
@@ -46,6 +46,12 @@
 					</view>
 					<view class="cu-item">
 						<view class="content">
+							<text class="text-black">鐗╂枡缂栫爜:</text>
+							<text class="text-grey ">{{item.maktx}}</text>
+						</view>
+					</view>
+					<view class="cu-item">
+						<view class="content">
 							<text class="text-black">ASN:</text>
 						</view>
 						<view class="action">
@@ -60,12 +66,9 @@
 							<text class="text-grey ">{{item.splrBatch}}</text>
 						</view>
 					</view>
-					<view class="cu-item">
+					<view class="cu-item">						
 						<view class="content">
-							<text class="text-black">璐ㄦ鐘舵��:</text>
-						</view>
-						<view class="action">
-							<text class="text-grey ">{{item.isptResult$}}</text>
+							<text class="text-black">璐ㄦ缁撴灉: <text class="text-grey ">{{item.inspect}}</text></text>
 						</view>
 					</view>
 					<!-- <view class="cu-item">
@@ -102,8 +105,8 @@
 								<view class="title text-blue"><text
 										class="text-red text-xl vertical-middle">*</text>缁勭洏鏁伴噺:
 								</view>
-								<uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty"
-									:step='1'></uni-number-box>
+								<uni-number-box style="width: 70%;" :min="0" :max="max" :decimal="2" :step="0.01" v-model="item.receiptQty"
+									></uni-number-box>
 							</view>
 						</view>
 					</view>

--
Gitblit v1.9.1