From 86ac310c73e70b59b8309bd6c9d0c38d81697731 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 31 七月 2024 08:39:24 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs
---
pages/phyz/stationManage/stationManage.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/phyz/stationManage/stationManage.vue b/pages/phyz/stationManage/stationManage.vue
index d5e07e1..592f50d 100644
--- a/pages/phyz/stationManage/stationManage.vue
+++ b/pages/phyz/stationManage/stationManage.vue
@@ -1,5 +1,5 @@
<template>
- <view>
+ <view style="font-size: 14px;">
<view class="code">
<uni-search-bar :focus="searchValueFocus" v-model="searchValue" @input="searchValueInput()"
maxlength="500" ancel="cancel" @clear="clear" placeholder="杈撳叆 / 鎵弿 绔欑偣鍙�">
@@ -130,7 +130,7 @@
this.stations = []
this.wrkMast = ''
this.wrkDetls = []
- } else {
+ } else if (this.searchValue.length == 7) {
this.getBasDevp('one')
}
},
--
Gitblit v1.9.1