| | |
| | | <a-row :gutter="24"> |
| | | <a-col :md="7" :sm="7"> |
| | | <a-form-item label="工具编码"> |
| | | <a-input placeholder="请输入工具编码检索" v-model="queryParam.equipmentid"></a-input> |
| | | <a-input placeholder="请输入工具编码检索" v-model="queryParam.toolId"></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="3" :sm="3"> |
| | |
| | | columns: [{ |
| | | title: '工具编码', |
| | | align: 'center', |
| | | dataIndex: 'toolCode' |
| | | dataIndex: 'toolId' |
| | | }, |
| | | { |
| | | title: '工具类型', |
| | | align: 'center', |
| | | dataIndex: 'applicationType_dictText' |
| | | }, |
| | | { |
| | | title: '工具编号', |
| | | align: 'center', |
| | | dataIndex: 'toolId' |
| | | }, |
| | | // { |
| | | // title: '工具编号', |
| | | // align: 'center', |
| | | // dataIndex: 'toolId' |
| | | // }, |
| | | { |
| | | title: '中文名称', |
| | | align: 'center', |
| | |
| | | { |
| | | title: '工具参数标识', |
| | | align: 'center', |
| | | dataIndex: 'paramaTableName' |
| | | dataIndex: 'paramaTableName_dictText' |
| | | }, |
| | | { |
| | | title: '型号/图号', |
| | |
| | | this.close() |
| | | }, |
| | | handleOk() { |
| | | this.$bus.$emit('selectionRows', this.selectionRows) |
| | | this.$emit('sendSelectionRows', this.selectionRows[0]) |
| | | this.close() |
| | | }, |
| | | } |