|
|
@ -4,7 +4,7 @@
|
|
|
|
<el-form :model="filterQuery" class="query-form" label-width="100px" v-show="showSearch">
|
|
|
|
<el-form :model="filterQuery" class="query-form" label-width="100px" v-show="showSearch">
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-form-item label="产品编码:">
|
|
|
|
<el-form-item label="物资编码:">
|
|
|
|
<el-input v-model="filterQuery.code" placeholder="请输入产品编码/商品条码/医保编码" clearable
|
|
|
|
<el-input v-model="filterQuery.code" placeholder="请输入产品编码/商品条码/医保编码" clearable
|
|
|
|
style="width: 90%" @keyup.enter.native="keyupErp_submit($event)"
|
|
|
|
style="width: 90%" @keyup.enter.native="keyupErp_submit($event)"
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|