Browse Source

fix: [SBBJ-972] 搜索文本

master
zengqinyuan 1 month ago
parent
commit
3d9be30faf
  1. 2
      src/components/costCenter/index.vue

2
src/components/costCenter/index.vue

@ -3,7 +3,7 @@
<u-popup v-model="isShowSelectItem" mode="center" border-radius="14">
<view class="popup-title">成本中心</view>
<view class="popup">
<u-search placeholder="搜索" v-model="keyword" @custom="searchItem" @search="searchItem" clearabled="false"></u-search>
<u-search placeholder="请输入库位移动代码" v-model="keyword" @custom="searchItem" @search="searchItem" clearabled="false"></u-search>
<scroll-view class="list" scroll-y="true" style="max-height: 800rpx">
<view class="item" v-for="(item, index) in singleColumnList" :key="index" @click="chooseItem(item)">
<u-checkbox v-model="item.checked" shape="circle" style="margin-top: 8rpx"></u-checkbox>

Loading…
Cancel
Save