|
|
@ -14,7 +14,7 @@
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item>
|
|
|
|
<el-form-item>
|
|
|
|
<el-button-group>
|
|
|
|
<el-button-group>
|
|
|
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="onSubmit"
|
|
|
|
<el-button type="primary" icon="search" @click="onSubmit"
|
|
|
|
>查询
|
|
|
|
>查询
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
@ -155,6 +155,8 @@ export default {
|
|
|
|
customerId: null,
|
|
|
|
customerId: null,
|
|
|
|
unitFk: null,
|
|
|
|
unitFk: null,
|
|
|
|
supId: null,
|
|
|
|
supId: null,
|
|
|
|
|
|
|
|
invStorageCode: this.invQueryData.locStorageCode,
|
|
|
|
|
|
|
|
invWarehouseCode: this.invQueryData.invWarehouseCode,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 10,
|
|
|
|
limit: 10,
|
|
|
|
};
|
|
|
|
};
|
|
|
|