| | |
| | | > |
| | | <a-row :gutter="30"> |
| | | |
| | | <a-col :xl="4" :lg="7" :md="8" :sm="24"> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="检验项目编号"> |
| | | <j-input |
| | | placeholder="请输入检验项目编号检索" |
| | |
| | | </a-form-item> |
| | | </a-col> |
| | | |
| | | <a-col :xl="4" :lg="7" :md="8" :sm="24"> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="检验项目名称"> |
| | | <j-input |
| | | placeholder="请输入检验项目名称检索" |
| | |
| | | </a-form-item> |
| | | </a-col> |
| | | |
| | | <a-col :xl="4" :lg="7" :md="8" :sm="24"> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"> |
| | | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
| | | <a-button type="info" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> |
| | |
| | | { |
| | | title: '检验项目分类', |
| | | align: "center", |
| | | dataIndex: 'itemCategory' |
| | | dataIndex: 'itemCategoryName' |
| | | }, |
| | | { |
| | | title: '定量/定性', |
| | | align: "center", |
| | | dataIndex: 'qualitativeOrQuantitative' |
| | | dataIndex: 'qualitativeOrQuantitativeName' |
| | | }, |
| | | { |
| | | title: '测量工具', |
| | | align: "center", |
| | | dataIndex: 'inspectionTools' |
| | | dataIndex: 'inspectionToolsNames' |
| | | }, |
| | | { |
| | | title: '备注', |
| | |
| | | } |
| | | ], |
| | | url: { |
| | | list: '/qms/inspectionItem/list', |
| | | list: '/qms/inspectionItem/queryList', |
| | | delete: '/qms/inspectionItem/delete', |
| | | active: '/qms/inspectionItem/active', |
| | | }, |