| | |
| | | :md="8" |
| | | :sm="6" |
| | | > |
| | | <a-form-item label="精度参数代码"> |
| | | <a-form-item label="检验项目名称"> |
| | | <a-input |
| | | placeholder="请输入精度参数代码" |
| | | v-model="queryParam.num" |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | | :md="8" |
| | | :sm="6" |
| | | > |
| | | <a-form-item label="精度参数名称"> |
| | | <a-input |
| | | placeholder="请输入精度参数名称" |
| | | placeholder="请输入检验项目名称" |
| | | v-model="queryParam.name" |
| | | /> |
| | | </a-form-item> |
| | |
| | | } |
| | | }, |
| | | { |
| | | title: '精度参数代码', |
| | | align: 'center', |
| | | dataIndex: 'num', |
| | | }, |
| | | { |
| | | title: '精度参数名称', |
| | | title: '检验项目名称', |
| | | align: 'center', |
| | | dataIndex: 'name', |
| | | width:400, |
| | | }, |
| | | { |
| | | title: '精度参数分类', |
| | | title: '方向', |
| | | align: 'center', |
| | | dataIndex: 'precisionParametersCategoryNumName', |
| | | }, |
| | | { |
| | | title: '计量单位', |
| | | align: 'center', |
| | | dataIndex: 'unitId_dictText', |
| | | dataIndex: 'precisionParametersUda1', |
| | | width:400, |
| | | }, |
| | | ], |
| | | selectedRowKeys: [], |
| | |
| | | this.loadData(); |
| | | }, |
| | | handleSubmit() { |
| | | this.$bus.$emit('selectionRows', this.selectionRows); |
| | | this.$emit('selectionRows', this.selectionRows); |
| | | this.searchReset(0) |
| | | this.close(); |
| | | }, |