| | |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="colMd" :sm="colSm"> |
| | | <a-form-item label="创建人"> |
| | | <a-input v-model="queryParam.createdUserName" allow-clear placeholder="请输入创建人" /> |
| | | <a-form-item label="来源"> |
| | | <a-input v-model="queryParam.dataCapturePointCname" allow-clear placeholder="请输入来源" /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="colMd" :sm="colSm"> |
| | | <a-form-item label="来源代码"> |
| | | <a-input v-model="queryParam.createdUserName" allow-clear placeholder="请输入来源代码" /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <!-- <a-col :md="colMd" :sm="colSm"> |
| | | <a-form-item label="备注"> |
| | | <a-input v-model="queryParam.remarks" allow-clear placeholder="请输入备注" /> |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-col> --> |
| | | <a-col :md="colMd" :sm="colSm"> |
| | | <a-form-item label="工序"> |
| | | <a-select |
| | |
| | | align: 'center', |
| | | customRender: (text, record, index) => `${index + 1}` |
| | | }, |
| | | // { |
| | | // title: '当前设备', |
| | | // align: 'center', |
| | | // sorter: true, |
| | | // dataIndex: 'equipmentName' |
| | | // }, |
| | | { |
| | | title: '当前工序', |
| | | align: 'center', |
| | |
| | | sorter: true, |
| | | dataIndex: 'workPieceID' |
| | | }, |
| | | { |
| | | title: '备注', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'remarks' |
| | | }, |
| | | // { |
| | | // title: '备注', |
| | | // align: 'center', |
| | | // sorter: true, |
| | | // dataIndex: 'remarks' |
| | | // }, |
| | | { |
| | | title: '日志类型', |
| | | align: 'center', |
| | |
| | | dataIndex: 'pieceLogTypeName' |
| | | }, |
| | | { |
| | | title: '创建人', |
| | | title: '来源', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'dataCapturePointCname' |
| | | }, |
| | | { |
| | | title: '来源代码', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'createdUserName' |