交互优化

This commit is contained in:
aihe 2025-01-05 14:16:16 +08:00
parent dc6c715629
commit d9066ec9b4
3 changed files with 11 additions and 4 deletions

View File

@ -22,7 +22,9 @@
<view class="edm-input-item">
<tpx-text-item label="快递单号">
<template v-slot:right>
<tpx-input v-model:value="modelInfo.prepareInBillCode" inputAlign="right"></tpx-input>
<tpx-scan-input v-model:value="modelInfo.prepareInBillCode"
phyTrigger="focus"
></tpx-scan-input>
</template>
</tpx-text-item>
</view>

View File

@ -6,7 +6,9 @@
<view class="blcok-white">
<u-row justify="between">
<view style="flex:1;">
<tpx-scan-input v-model:value="inNo" @scanChange="handleScanValChange"></tpx-scan-input>
<tpx-scan-input v-model:value="inNo" @scanChange="handleScanValChange"
phyTrigger="focus"
></tpx-scan-input>
</view>
<view class="pl-10">
<u-button @click="handleScanValChange" custom-style="height: 74rpx;">确定</u-button>

View File

@ -5,8 +5,11 @@
<view class="customer_nav_bar">
<view class="com-jianju pt-30">
<!-- 关键字搜索框 -->
<tpx-search placeholder="请输入订单号/运单号/进仓单号/收件人/电话" v-model:value="searchParam.searchValue"
@change="handleSearch" bgColor="#FFF" :timelyTrigger="false"></tpx-search>
<!-- @scanChange="handleSearch"
@confirmClick="handleSearch" :showConfirm="true" -->
<tpx-scan-input v-model:value="searchParam.searchValue"
placeholder="请输入订单号/运单号/进仓单号/收件人/电话"
></tpx-scan-input>
</view>
<view class="com-jianju" style="padding-top: 30rpx;">