From 8654408b8043cc4656f6b2fc19067751935604c1 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 23 七月 2024 15:18:40 +0800
Subject: [PATCH] #
---
pages/phyz/orderOut/orderOutSelect.vue | 1 -
pages/phyz/orderOut/orderCheck.vue | 5 +----
manifest.json | 4 ++--
pages/phyz/orderOut/bcpOrderOutSelect.vue | 10 +---------
4 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/manifest.json b/manifest.json
index a2d3303..26b9d35 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "涓壃WMS",
"appid" : "__UNI__DA5854D",
"description" : "",
- "versionName" : "20240722A",
- "versionCode" : 122,
+ "versionName" : "20240723A",
+ "versionCode" : 124,
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
diff --git a/pages/phyz/orderOut/bcpOrderOutSelect.vue b/pages/phyz/orderOut/bcpOrderOutSelect.vue
index 0a5854d..0d791cb 100644
--- a/pages/phyz/orderOut/bcpOrderOutSelect.vue
+++ b/pages/phyz/orderOut/bcpOrderOutSelect.vue
@@ -32,14 +32,6 @@
- 宸茬粡鍒板簳浜� -
</view>
- <!-- <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="杈撳叆 / 鎵弿 璁㈠崟鍙�">
- </uni-search-bar>
- </view> -->
<!-- 绛涢�夊脊绐� -->
<view>
<uni-popup ref="filter" type="dialog">
@@ -203,7 +195,7 @@
}
let _this = this
uni.navigateTo({
- url: './orderList',
+ url: './orderCheck',
success(res) {
res.eventChannel.emit('item', {
item: item
diff --git a/pages/phyz/orderOut/orderCheck.vue b/pages/phyz/orderOut/orderCheck.vue
index 8691a34..bd47f2c 100644
--- a/pages/phyz/orderOut/orderCheck.vue
+++ b/pages/phyz/orderOut/orderCheck.vue
@@ -19,7 +19,7 @@
<view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 24px;">鍑哄簱绔欙細
<view class="dropdown" @click="toggleDropdown(item)">
- <view style="height: 100%;width: 100%; position: fixed;background-color: rgba(0,0,0,.4);left:0;top:0" v-if = "item.isOpen"></view>
+ <!-- <view style="height: 100%;width: 100%; position: fixed;background-color: rgba(0,0,0,.4);left:0;top:0" v-if = "item.isOpen"></view> -->
<input type="text" style="width: 270rpx;font-size: 20px;" v-model="item.agvStaNo" placeholder="璇烽�夋嫨鍑哄簱绔�" placeholder-style="color: #fff">
<uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons>
<scroll-view scroll-y="ture" class="dropdown-content" v-if="item.isOpen">
@@ -102,10 +102,8 @@
this.options = []
item.isOpen = !item.isOpen;
for (let k of item.agvStaNos) {
- console.log(k);
this.options.push(k)
}
- console.log(this.options);
},
selected(option,item) {
item.agvStaNo = option
@@ -129,7 +127,6 @@
_this.dataList.push(k)
}
}
- console.log(_this.dataList);
} else if (res.code == 403) {
uni.showToast({ title: res.msg, icon: "error", position: 'top' })
setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);
diff --git a/pages/phyz/orderOut/orderOutSelect.vue b/pages/phyz/orderOut/orderOutSelect.vue
index b5bd2bc..4178c2d 100644
--- a/pages/phyz/orderOut/orderOutSelect.vue
+++ b/pages/phyz/orderOut/orderOutSelect.vue
@@ -203,7 +203,6 @@
}
let _this = this
uni.navigateTo({
- // url: './orderList',
url: './orderCheck',
success(res) {
res.eventChannel.emit('item', {
--
Gitblit v1.9.1