opt:富佳优化

This commit is contained in:
2025-11-17 17:30:12 +08:00
parent 05aa167def
commit 44d5eb6fbd
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
<if test="param.storagevehicle_code != null and param.storagevehicle_code != ''">
AND
late.storagevehicle_code LIKE #{param.storagevehicle_code}
late.storagevehicle_code LIKE CONCAT('%', #{param.storagevehicle_code}, '%')
</if>
<if test="param.status != null and param.status != ''">

View File

@@ -30,7 +30,7 @@
<el-input
v-model="query.storagevehicle_code"
clearable
style="width: 150px"
style="width: 190px"
size="mini"
:placeholder="$t('wms.basedata.group.vehicle_placeholder')"
@keyup.enter.native="crud.toQuery"