opt:富佳优化
This commit is contained in:
@@ -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 != ''">
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user