From d3b1fdbdfeac8f5db38fc2ba29a9bf73b9ddf2b5 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 08 五月 2024 17:00:00 +0800
Subject: [PATCH] #
---
pages/phyz/bcp/bcpDbOrder.vue | 35 ++++++++++++++++++++++-------------
1 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/pages/phyz/bcp/bcpDbOrder.vue b/pages/phyz/bcp/bcpDbOrder.vue
index b989672..93207ff 100644
--- a/pages/phyz/bcp/bcpDbOrder.vue
+++ b/pages/phyz/bcp/bcpDbOrder.vue
@@ -18,23 +18,16 @@
<view>缂栧彿锛歿{orderDetl.matnr}}</view>
<view>鍚嶇О锛歿{orderDetl.maktx}}</view>
<view>绫诲瀷锛歿{orderDetl.brand}}</view>
- <view>鎬绘暟閲忥細{{orderDetl.anfme}}</view>
- <view>宸插叆鏁伴噺锛歿{orderDetl.qty}}</view>
+ <view>璋冩嫧鎬婚噺锛歿{orderDetl.anfme}}</view>
+ <view>搴撳瓨鏁伴噺锛歿{orderDetl.stock}}</view>
+ <view>宸插畬鎴愭暟閲忥細{{orderDetl.qty}}</view>
</view>
- <view class="list-right" @click="addItem(index)">
- <uni-icons type="folder-add" size="25" color="#fff"></uni-icons>
+ <view class="list-right" @click="goToLocDetl(orderDetl)">
+ <uni-icons type="right" size="25" color="#fff"></uni-icons>
</view>
</view>
- <view class="shop-car" @click="orderCar()">
- <view class="car-left">
- <uni-icons type="cart-filled" size="35" color="#fff"></uni-icons>
- </view>
- <view class="car-right">
- <text>{{orderCarList.length}}</text>
- </view>
- </view>
<!-- 鍨珮 -->
<view style="height: 340rpx;text-align: center;color: #b9b9b9;">
- 宸茬粡鍒板簳浜� -
@@ -289,7 +282,23 @@
this.data.brand = ''
this.getOrderDetlList(this.searchValue,10)
this.$refs.filter.close()
- }
+ },
+ goToLocDetl(item) {
+ let _this = this
+ uni.navigateTo({
+ url: './bcpDbList',
+ success(res) {
+ res.eventChannel.emit('item', {
+ item: item
+ })
+ },
+ events: {
+ acceptDataFromOpenedPage: function(data) {
+ _this.getOrderDetlList(this.searchValue1,10)
+ }
+ }
+ })
+ },
}
}
--
Gitblit v1.9.1