From 248ef3ba3de9994dc83d2b36690542893f9fb6e6 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 28 十一月 2024 16:26:06 +0800
Subject: [PATCH] #

---
 pages/phyz/orderOut/orderOutSelect.vue |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/pages/phyz/orderOut/orderOutSelect.vue b/pages/phyz/orderOut/orderOutSelect.vue
index 1cb85b4..2e9e2ea 100644
--- a/pages/phyz/orderOut/orderOutSelect.vue
+++ b/pages/phyz/orderOut/orderOutSelect.vue
@@ -125,13 +125,14 @@
 		},
 		methods: {
 			getOrderDetlList(threeCode,limit) {
+				// this.get(threeCode,limit)
 				uni.showLoading({})
 				let _this = this
 				_this.mask = true
 				_this.data.three_code = threeCode
 				_this.data.limit = limit
 				uni.request({
-					url: `${_this.baseUrl}/orderDetl/pakout/list/authV193`,
+					url: `${_this.baseUrl}/orderDetl/pakout/list/authV3`,
 					header: {'token': uni.getStorageSync('token')},
 					data: _this.data,
 					method: 'GET',
@@ -161,6 +162,24 @@
 						}
 					}
 				})
+			},
+			get(threeCode,limit) {
+				let _this = this
+				_this.mask = true
+				_this.data.three_code = threeCode
+				_this.data.limit = 10
+				for	(var i = 0; i < 30; i++) {
+					console.log(1);
+					uni.request({
+						url: `${_this.baseUrl}/orderDetl/pakout/list/authV3`,
+						header: {'token': uni.getStorageSync('token')},
+						data: _this.data,
+						method: 'GET',
+						success(res) {
+							
+						}
+					})
+				}
 			},
 			searchValueInput1() {
 				this.dataList = []
@@ -225,7 +244,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.searchValue1,10)
 				this.$refs.filter.close()

--
Gitblit v1.9.1