From 80c6ee8ea8adf91e4dd118c8deff948e46a8e043 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 11 四月 2024 23:59:13 +0800
Subject: [PATCH] #

---
 pages/phyz/orderOut/orderList.vue |   37 ++++++++++---------------------------
 1 files changed, 10 insertions(+), 27 deletions(-)

diff --git a/pages/phyz/orderOut/orderList.vue b/pages/phyz/orderOut/orderList.vue
index 1fe7fad..2f84f21 100644
--- a/pages/phyz/orderOut/orderList.vue
+++ b/pages/phyz/orderOut/orderList.vue
@@ -25,28 +25,7 @@
 				<uni-icons type="right" size="25"  color="#fff"></uni-icons>
 			</view> -->
 		</view>
-		<!-- 寮圭獥 -->
-		<view>
-			<uni-popup ref="pakoutPrive" type="dialog">
-				<view class="popup">
-					<!-- 鏍囬 -->
-					<view class="title">璇烽�夋嫨璐ф灦绫诲瀷</view>
-					<view class="popup-item">
-						<view class="dropdown" @click="toggleDropdown()">
-							<input type="text" style="width: 650rpx;" v-model="containerType"  placeholder="璇烽�夋嫨璐ф灦绫诲瀷">
-							<uni-icons :type="isOpen ? 'top' : 'bottom'" color="#c1c1c1" style="margin-left: 10rpx;"></uni-icons>
-							<scroll-view scroll-y="ture" class="dropdown-content" v-if="isOpen">
-								<view class="dropdown-item" v-for="option in selects" @click="selected(option)">{{option}}</view>
-							</scroll-view>
-						</view>
-					</view>
-					<view class="btn">
-						<view class="btn-left" @click="emptyOutClose">鍙栨秷</view>
-						<view class="btn-right" @click="emptyOutConfirm()">鍑哄簱</view>
-					</view>
-				</view>
-			</uni-popup>
-		</view>
+		
 		<!-- 鍨珮 -->
 		<view style="height: 340rpx;text-align: center;color: #b9b9b9;">
 			- 宸茬粡鍒板簳浜� -
@@ -65,7 +44,8 @@
 				containerType: '',
 				isOpen: true,
 				option: '',
-				selects: []
+				selects: [],
+				orderId: ''
 			}
 		},
 		onShow() {
@@ -77,11 +57,12 @@
 			// 鐩戝惉acceptDataFromOpenerPage浜嬩欢锛岃幏鍙栦笂涓�椤甸潰閫氳繃eventChannel浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹�
 			eventChannel.on('item', function(data) {
 				console.log(data.item);
-				_this.getLocDetl(data.item.orderNo,data.item.threeCode,data.item.matnr)
+				_this.orderId = data.item.id
+				_this.getLocDetl(data.item.orderNo,data.item.threeCode,data.item.matnr,data.item.id)
 			})
 		},
 		methods: {
-			getLocDetl(orderNo,threeCode,matnr) {
+			getLocDetl(orderNo,threeCode,matnr,id) {
 				let _this = this
 				uni.request({
 					url: `${_this.baseUrl}/agvMobile/query/locDetl/v1`,
@@ -104,6 +85,7 @@
 								} else {
 									k['color'] = 'order-sts-end'
 								}
+								k['id'] = id
 							}
 							_this.dataList = res.data
 						}
@@ -112,12 +94,13 @@
 			},
 			pakoutPrive(item) {
 				let _this = this
+				console.log(item);
 				uni.navigateTo({
 					url: "./orderCheck",
 					success: function(res) {
 						// 閫氳繃eventChannel鍚戣鎵撳紑椤甸潰浼犻�佹暟鎹�   鍚戝彟澶栦竴涓〉闈紶閫掑�肩殑
-						res.eventChannel.emit('item1', {
-							item: item,
+						res.eventChannel.emit('mat', {
+							mat: item,
 						})
 					},
 					events: {

--
Gitblit v1.9.1