From 04839b0c8660e2ba4228a743edf8f784e2470d6c Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 19 二月 2025 09:21:12 +0800
Subject: [PATCH] #

---
 pages/phyz/wrkMast/DBList.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pages/phyz/wrkMast/DBList.vue b/pages/phyz/wrkMast/DBList.vue
index 1d69a8e..1dd2cbb 100644
--- a/pages/phyz/wrkMast/DBList.vue
+++ b/pages/phyz/wrkMast/DBList.vue
@@ -39,7 +39,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>
@@ -170,15 +170,15 @@
 		onLoad() {
 			this.baseUrl = uni.getStorageSync('baseUrl');
 			this.token = uni.getStorageSync('token');
-			this.searchValue = uni.getStorageSync('bcpThreeCode');
+			this.searchValue = uni.getStorageSync('wrkNoDb');
 			this.getOrderDetlList(this.searchValue,10)
 			console.log("onLoad");
 		},
 		onShow() {
-			console.log(uni.getStorageSync('pakinOrderCar'));
+			console.log(uni.getStorageSync('wrkNoDb'));
 		},
 		onHide() {
-			uni.setStorageSync('pakinOrderCar', this.orderCarList);
+			uni.setStorageSync('wrkNoDb', this.orderCarList);
 		},
 		methods: {
 			getOrderDetlList(threeCode,limit) {
@@ -225,7 +225,7 @@
 			searchValueInput2() {
 				this.dataList = []
 				this.data.curr = 1
-				uni.setStorageSync('bcpThreeCode', this.searchValue);
+				uni.setStorageSync('wrkNoDb', this.searchValue);
 				if (this.searchValue.length == 0) {
 					this.getOrderDetlList(this.searchValue,10)
 				} else {
@@ -291,7 +291,7 @@
 							console.log(data);
 							if (data.data == 1) {
 								_this.orderCarList = []
-								_this.getOrderDetlList(uni.getStorageSync('bcpThreeCode'),10)
+								_this.getOrderDetlList(uni.getStorageSync('wrkNoDb'),10)
 							}
 						}
 					}

--
Gitblit v1.9.1