| | |
| | | </a-col> |
| | | |
| | | <a-col :md="6" :sm="6"> |
| | | <a-form-item label="设备编码"> |
| | | <a-input placeholder="请输入设备编码检索" v-model="queryParam.equipmentId"></a-input> |
| | | <a-form-item label="统一编码"> |
| | | <a-input placeholder="请输入统一编码检索" v-model="queryParam.equipmentId"></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | |
| | |
| | | } |
| | | },{ |
| | | |
| | | title: '设备编码', |
| | | title: '统一编码', |
| | | align: 'center', |
| | | dataIndex: 'equipmentId', |
| | | }, |
| | |
| | | this.loadData(); |
| | | }, |
| | | openPage() { |
| | | this.visible = true |
| | | this.onClearSelected() |
| | | this.valueProduct=null |
| | | this.visible = true |
| | | this.dataSource = []; |
| | | this.queryParam = { |
| | | status: this.status |
| | | }; |
| | | |
| | | this.loadData(); |
| | | this.initOptions(); |
| | | this.initGroupOptions() |