mirror of
https://github.com/shawncai/ERP.git
synced 2024-11-10 17:29:39 +08:00
质检报告加搜索条件
This commit is contained in:
parent
eedaf78a07
commit
d1c20aa441
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
<el-input v-model="inspectionPersonId" :placeholder="$t('CheckReport.inspectionPersonId')" size="small" class="filter-item" clearable @keyup.enter.native="handleFilter" @focus="handlechooseStock" @clear="restFilter2"/>
|
||||
|
||||
<el-input v-model="getemplist.sourceNumber" :placeholder="$t('LogisticsCar.sourcenumber')" size="small" class="filter-item" clearable @keyup.enter.native="handleFilter"/>
|
||||
|
||||
<my-emp :control.sync="stockControl" @stockName="stockName"/>
|
||||
|
||||
<el-popover
|
||||
|
|
Loading…
Reference in a new issue