From 7962cff4441a68daeeb993a668f120f01ab24e6a Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 17 四月 2024 20:19:22 +0800 Subject: [PATCH] # --- pages/phyz/checkLocDetl/locDetl.vue | 12 ++++++++---- pages/phyz/checkLocDetl/checkLocDetl.vue | 9 ++++----- pages/phyz/checkLocDetl/locDetlList.vue | 13 +++++++++++-- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/pages/phyz/checkLocDetl/checkLocDetl.vue b/pages/phyz/checkLocDetl/checkLocDetl.vue index 66ce567..ee99c06 100644 --- a/pages/phyz/checkLocDetl/checkLocDetl.vue +++ b/pages/phyz/checkLocDetl/checkLocDetl.vue @@ -6,15 +6,15 @@ </uni-search-bar> <view style="display: flex;padding: 10rpx 20rpx;"> <view class="dropdown"> - <input type="text" style="flex: 1;" v-model="row1" placeholder="璇疯緭鍏ユ帓" @confirm="getLocMastList"> + <input type="text" style="flex: 1;" v-model="row1" placeholder="璇疯緭鍏ユ帓" @confirm="getLocMastList('')"> <uni-icons type="close" color="#c1c1c1" style="margin-left: 10rpx;" @click="clear('row1')"></uni-icons> </view> <view class="dropdown"> - <input type="text" style="flex: 1;" v-model="bay1" placeholder="璇疯緭鍏ュ垪" @confirm="getLocMastList"> + <input type="text" style="flex: 1;" v-model="bay1" placeholder="璇疯緭鍏ュ垪" @confirm="getLocMastList('')"> <uni-icons type="close" color="#c1c1c1" style="margin-left: 10rpx;" @click="clear('bay1')"></uni-icons> </view> <view class="dropdown"> - <input type="text" style="flex: 1;" v-model="lev1" placeholder="璇疯緭鍏ュ眰" @confirm="getLocMastList"> + <input type="text" style="flex: 1;" v-model="lev1" placeholder="璇疯緭鍏ュ眰" @confirm="getLocMastList('')"> <uni-icons type="close" color="#c1c1c1" style="margin-left: 10rpx;" @click="clear('lev1')"></uni-icons> </view> </view> @@ -131,7 +131,6 @@ method: 'GET', success(res) { res = res.data - console.log(res); if (res.code === 200) { for (let k of res.data.records) { if (k.locSts == 'F') { @@ -214,7 +213,7 @@ } .list-font-color { color: #fff; - /* background-color: #33bb44; */ + /* background-color: #2299ff; */ } .dropdown { border: 1px solid #a7a7a7; diff --git a/pages/phyz/checkLocDetl/locDetl.vue b/pages/phyz/checkLocDetl/locDetl.vue index 9dbab99..3b1f829 100644 --- a/pages/phyz/checkLocDetl/locDetl.vue +++ b/pages/phyz/checkLocDetl/locDetl.vue @@ -1,8 +1,9 @@ <template> <view> - <view>褰撳墠搴撲綅鍙凤細{{locNo}}</view> - <view>褰撳墠璐ф灦鐮侊細{{barcode}}</view> - + <view style="padding: 16rpx 32rpx;font-size: 20px;font-weight: bold;"> + <view>褰撳墠搴撲綅鍙凤細{{locNo}}</view> + <view>褰撳墠璐ф灦鐮侊細{{barcode}}</view> + </view> <view class="list locSts-O"> <view class="list-left"> <view>瀹為檯搴撳瓨</view> @@ -43,7 +44,7 @@ </view> </view> <view class="btn"> - <view class="btn-left" @click="remove()">鍙栨秷</view> + <view class="btn-left" @click="changeClose()">鍙栨秷</view> <view class="btn-right" @click="changeCount()">淇敼</view> </view> </view> @@ -180,6 +181,9 @@ this.locSts = option.title this.locSts2 = option.val }, + changeClose() { + this.$refs.chageDetl.close() + }, changeCount() { let _this = this _this.sourceLoc.locSts = this.locSts2 diff --git a/pages/phyz/checkLocDetl/locDetlList.vue b/pages/phyz/checkLocDetl/locDetlList.vue index 150af04..2b7952e 100644 --- a/pages/phyz/checkLocDetl/locDetlList.vue +++ b/pages/phyz/checkLocDetl/locDetlList.vue @@ -1,7 +1,9 @@ <template> <view> - <view>褰撳墠搴撲綅鍙凤細{{locNo}}</view> - <view>褰撳墠璐ф灦鐮侊細{{barcode}}</view> + <view style="padding: 16rpx 32rpx;font-size: 20px;font-weight: bold;"> + <view>褰撳墠搴撲綅鍙凤細{{locNo}}</view> + <view>褰撳墠璐ф灦鐮侊細{{barcode}}</view> + </view> <view class="list list-font-color" :class="locDetl.color" v-for="(locDetl,index) in dataList" :key="index"> <view class="list-left"> <view>閿�鍞鍗曞彿锛歿{locDetl.threeCode}}</view> @@ -201,6 +203,13 @@ <style> @import url('../../../static/css/common/order.css'); + .list-font-color { + color: #fff; + background-color: #2299ff; + } + .order-sts-start { + background-color: #3eb689; + } .popup { width: 80vw; min-height: 100rpx; -- Gitblit v1.9.1