From b1a44d0c90bf1e5049e18c7faa564cebae3acda9 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 30 四月 2025 13:02:08 +0800
Subject: [PATCH] #

---
 pages/rece/standard.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pages/rece/standard.vue b/pages/rece/standard.vue
index 57cb689..496ceed 100644
--- a/pages/rece/standard.vue
+++ b/pages/rece/standard.vue
@@ -76,11 +76,13 @@
 				<view class="cu-item">
 					<view class="content">
 						<text class="text-blue">璁″垝鏀惰揣鏁伴噺:<text class="text-grey ">{{item.anfme}}</text></text>
-					</view>
+					</view>					
+				</view>
+				<view class="cu-item">					
 					<view class="content" v-if="!isconfirm">
 						<view class="cu-form-group padding-lr-0">
 							<view class="title text-blue">鏀惰揣鏁伴噺:</view>
-							<input type="number" placeholder="璇疯緭鍏ユ敹璐ф暟閲�" v-model="item.receiptQty"></input>
+							<uni-number-box style="width: 70%;" v-model="item.receiptQty" :step='1'></uni-number-box>
 						</view>
 					</view>
 					<view class="content" v-else>

--
Gitblit v1.9.1