From efd037de2d6caab356775e4fdffbc74fa3ac6522 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 11 二月 2025 09:56:22 +0800
Subject: [PATCH] #
---
pages/phyz/bcp/bcpOrder.vue | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/pages/phyz/bcp/bcpOrder.vue b/pages/phyz/bcp/bcpOrder.vue
index b67e620..05d1f2b 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>
@@ -139,12 +139,14 @@
onLoad() {
this.baseUrl = uni.getStorageSync('baseUrl');
this.token = uni.getStorageSync('token');
- this.searchValue = uni.getStorageSync('threeCode');
+ // this.searchValue = uni.getStorageSync('bcpThreeCode');
+ this.searchValue = ''
this.getOrderDetlList(this.searchValue,10)
console.log("onLoad");
},
onShow() {
- console.log(uni.getStorageSync('pakinOrderCar'));
+ this.searchValue = ''
+ this.getOrderDetlList(this.searchValue,10)
},
onHide() {
uni.setStorageSync('pakinOrderCar', this.orderCarList);
@@ -192,7 +194,7 @@
searchValueInput2() {
this.dataList = []
this.data.curr = 1
- uni.setStorageSync('threeCode', this.searchValue);
+ uni.setStorageSync('bcpThreeCode', this.searchValue);
if (this.searchValue.length == 0) {
this.getOrderDetlList(this.searchValue,10)
} else {
@@ -246,7 +248,7 @@
return
}
uni.navigateTo({
- url: '../order/orderCar',
+ url: './orderCar',
success(res) {
res.eventChannel.emit('item', {
item: _this.orderCarList
@@ -257,7 +259,7 @@
console.log(data);
if (data.data == 1) {
_this.orderCarList = []
- _this.getOrderDetlList(uni.getStorageSync('threeCode'),10)
+ _this.getOrderDetlList(uni.getStorageSync('bcpThreeCode'),10)
}
}
}
@@ -275,7 +277,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