|
|
|
@ -4,13 +4,31 @@
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="filterQuery.inventoryCode" clearable
|
|
|
|
|
placeholder="存货编码"
|
|
|
|
|
placeholder="产品编码"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="filterQuery.inventoryName" clearable
|
|
|
|
|
placeholder="存货名称"
|
|
|
|
|
placeholder="产品名称"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="filterQuery.spec" clearable
|
|
|
|
|
placeholder="规格型号"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="filterQuery.registerCertNo" clearable
|
|
|
|
|
placeholder="注册/备案凭证号"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="filterQuery.manufactory" clearable
|
|
|
|
|
placeholder="生厂厂家"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
@ -108,6 +126,9 @@
|
|
|
|
|
inventoryCode: null,
|
|
|
|
|
inventoryName: null,
|
|
|
|
|
thirdSys: null,
|
|
|
|
|
spec: null,
|
|
|
|
|
registerCertNo: null,
|
|
|
|
|
manufactory: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 20,
|
|
|
|
|
},
|
|
|
|
@ -133,8 +154,11 @@
|
|
|
|
|
inventoryCode: null,
|
|
|
|
|
inventoryName: null,
|
|
|
|
|
thirdSys: null,
|
|
|
|
|
spec: null,
|
|
|
|
|
registerCertNo: null,
|
|
|
|
|
manufactory: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 20,
|
|
|
|
|
limit: 100,
|
|
|
|
|
};
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|