From 92574491eaa7736ee90c4ba3773f773565578582 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 17 四月 2024 23:29:20 +0800 Subject: [PATCH] # --- pages/phyz/orderOut/orderOutSelect.vue | 9 +++++---- pages/phyz/stationManage/stationDetl.vue | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/phyz/orderOut/orderOutSelect.vue b/pages/phyz/orderOut/orderOutSelect.vue index e3c6708..a9079b1 100644 --- a/pages/phyz/orderOut/orderOutSelect.vue +++ b/pages/phyz/orderOut/orderOutSelect.vue @@ -32,7 +32,7 @@ <view class="buttom"> <view style="width: 150rpx;text-align: center;padding-left: 12rpx;"> - 涓诲崟鍙� + 鍚嶇О </view> <uni-search-bar v-model="searchValue2" style="width: 100%;" maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear2" placeholder="杈撳叆 / 鎵弿 璁㈠崟鍙�"> @@ -68,12 +68,12 @@ this.getOrderDetlList(this.searchValue1,this.searchValue2,30) }, methods: { - getOrderDetlList(threeCode,orderNo,limit) { - console.log(orderNo); + getOrderDetlList(threeCode,maktx,limit) { + uni.showLoading({}) let _this = this _this.mask = true _this.data.three_code = threeCode - _this.data.order_no = orderNo + _this.data.maktx = maktx _this.data.limit = limit uni.request({ url: `${_this.baseUrl}/orderDetl/pakout/list/authV3`, @@ -81,6 +81,7 @@ data: _this.data, method: 'GET', success(res) { + uni.hideLoading({}) res = res.data if (res.code === 200) { for (let k of res.data.records) { diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue index 7cf1817..7d5a4f1 100644 --- a/pages/phyz/stationManage/stationDetl.vue +++ b/pages/phyz/stationManage/stationDetl.vue @@ -159,7 +159,7 @@ <view class="buttom"> <button size="mini" type="primary" @click="emptyPakin()" v-if="btnType == 'emptyPakin'">绌烘澘鍏ュ簱</button> <button size="mini" type="primary" @click="emptyOut()" v-if="btnType == 'emptyPakin'">鍛煎彨绌烘澘</button> - <button size="mini" type="primary" @click="doContainerMoveOut2()" v-if="btnType == 'out'">瀹瑰櫒绂诲満</button> + <button size="mini" type="primary" @click="doContainerMoveOut2()" v-if="btnType == 'out'">璐ф灦绂诲満</button> <button size="mini" type="primary" @click="doContainerMoveOut()" v-if="btnType == 'out'">纭鍑哄簱</button> <button size="mini" type="primary" @click="doPickIn()" v-if="btnType == 'pick'">宸叉嫞鏂欏洖搴�</button> <button size="mini" type="primary" @click="startPakin()" v-if="btnType == 'start'">鍚姩鍏ュ簱</button> -- Gitblit v1.9.1