代码更新

This commit is contained in:
2022-12-27 20:51:28 +08:00
parent 592ea45106
commit 8a4f22bd0c
5 changed files with 110 additions and 2 deletions

View File

@@ -40,6 +40,15 @@
class="filter-item"
@keyup.enter.native="crud.toQuery"
/>
<el-input
v-model="query.package_box_sn"
clearable
size="mini"
placeholder="箱号"
style="width: 250px;"
class="filter-item"
@keyup.enter.native="crud.toQuery"
/>
<rrOperation />
</div>
</div>