opt:富佳优化
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<if test="param.storagevehicle_code != null and param.storagevehicle_code != ''">
|
<if test="param.storagevehicle_code != null and param.storagevehicle_code != ''">
|
||||||
AND
|
AND
|
||||||
late.storagevehicle_code LIKE #{param.storagevehicle_code}
|
late.storagevehicle_code LIKE CONCAT('%', #{param.storagevehicle_code}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<if test="param.status != null and param.status != ''">
|
<if test="param.status != null and param.status != ''">
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="query.storagevehicle_code"
|
v-model="query.storagevehicle_code"
|
||||||
clearable
|
clearable
|
||||||
style="width: 150px"
|
style="width: 190px"
|
||||||
size="mini"
|
size="mini"
|
||||||
:placeholder="$t('wms.basedata.group.vehicle_placeholder')"
|
:placeholder="$t('wms.basedata.group.vehicle_placeholder')"
|
||||||
@keyup.enter.native="crud.toQuery"
|
@keyup.enter.native="crud.toQuery"
|
||||||
|
|||||||
Reference in New Issue
Block a user