From 5d62f0a16c8475aff2103f476fe827ec3e16046c Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期一, 24 三月 2025 19:49:17 +0800 Subject: [PATCH] 1 --- pages/phyz/processOrder/orderCheck.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/phyz/processOrder/orderCheck.vue b/pages/phyz/processOrder/orderCheck.vue index 3131174..6a91014 100644 --- a/pages/phyz/processOrder/orderCheck.vue +++ b/pages/phyz/processOrder/orderCheck.vue @@ -17,12 +17,13 @@ </view> </view> - <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 24px;">鍑哄簱绔欙細 + <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 20px;">鍑哄簱绔欙細 <!-- @click="toggleDropdown(item)" --> <view class="dropdown" > <!-- <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 @input="staInput(item.agvStaNo,item.agvStaNos,index)" 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> + <input @input="staInput(item.agvStaNo,item.agvStaNos,index)" type="text" style="width: 270rpx;font-size: 16px;" v-model="item.agvStaNo" placeholder="璇烽�夋嫨鍑哄簱绔�" placeholder-style="color: #fff"> + <view style="font-size: 10px;">鍙敮鎸佹壂鐮�</view> + <!-- <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"> <view class="dropdown-item" v-for="option in options" @click="selected(option,item)">{{option}}</view> </scroll-view> --> @@ -122,7 +123,7 @@ if (k == item) flag = true } if(!flag) { - uni.showToast({ title: '褰撳墠绔欑偣鏃犳硶浣跨敤锛屽凡澶嶄綅', icon: "error", position: 'top' }) + uni.showToast({ title: '褰撳墠绔欑偣瀛樺湪宸ヤ綔妗f棤娉曚娇鐢紝宸插浣�', icon: "error", position: 'top' }) setTimeout(() => { this.dataList[index].agvStaNo = '' }, 100); -- Gitblit v1.9.1