| | |
| | | |
| | | <a-col :md="4" :sm="4"> |
| | | <a-form-item label="车间名称"> |
| | | <!--<a-input placeholder="请输入车间名称" v-model="queryParam.productionName"></a-input>--> |
| | | <a-tree-select v-model="queryParam.productionName" :treeData="workshopTreeData" placeholder="请选择车间" |
| | | :treeDefaultExpandedKeys="treeDefaultExpandedKeys"></a-tree-select> |
| | | </a-form-item> |
| | | </a-col> |
| | | |
| | | <a-col :md="4" :sm="4"> |
| | | <a-form-item label="设备状态"> |
| | | <j-dict-select-tag placeholder="请选择设备状态" :triggerChange="true" dictCode="mdc_equipment_status" v-model="queryParam.equipmentStatus" allow-clear/> |
| | | </a-form-item> |
| | | </a-col> |
| | | |
| | |
| | | // sorter: true |
| | | }, |
| | | { |
| | | title:'设备状态', |
| | | align:'center', |
| | | width: 100, |
| | | dataIndex:'equipmentStatus_dictText' |
| | | }, |
| | | { |
| | | title: '机床IP', |
| | | align: 'center', |
| | | width: 225, |
| | | width: 150, |
| | | dataIndex: 'equipmentIp' |
| | | }, |
| | | { |
| | | title: '机床端口', |
| | | align: 'center', |
| | | width: 225, |
| | | width: 200, |
| | | dataIndex: 'dataPort' |
| | | }, |
| | | { |
| | |
| | | // sorter: true |
| | | }, |
| | | { |
| | | title:'设备状态', |
| | | align:'center', |
| | | width: 100, |
| | | dataIndex:'equipmentStatus_dictText' |
| | | }, |
| | | { |
| | | title: '机床IP', |
| | | align: 'center', |
| | | width: 200, |