From aa131f0805c7f9475a87738aeb8c80069a999a43 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 08 一月 2025 12:54:11 +0800
Subject: [PATCH] #

---
 pages/phyz/bcp/bcpOrder.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/phyz/bcp/bcpOrder.vue b/pages/phyz/bcp/bcpOrder.vue
index 63d2bd5..072c3d3 100644
--- a/pages/phyz/bcp/bcpOrder.vue
+++ b/pages/phyz/bcp/bcpOrder.vue
@@ -46,7 +46,7 @@
 					<!-- 鏍囬 -->
 					<view class="title">鍏ュ簱鏁伴噺</view>
 					<view class="popup-item">
-						<uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" />
+						<uni-number-box :value="count" :step='0.01' :max="9999999" color="#747474" @change="changeValue" />
 					</view>
 					<view class="btn">
 						<view class="btn-left" @click="addClose">鍙栨秷</view>
@@ -275,7 +275,7 @@
 				this.data.curr = 1
 				this.data.maktx = this.maktx
 				this.data.matnr = this.matnr
-				this.data.order_no = this.order_no
+				this.data.order_no = this.orderNo
 				this.data.brand = this.brand
 				this.getOrderDetlList(this.searchValue,10)
 				this.$refs.filter.close()

--
Gitblit v1.9.1