| | |
| | | :md="6" |
| | | :sm="8" |
| | | > |
| | | <a-form-item label="单据号"> |
| | | <a-form-item label="统一编号"> |
| | | <a-input |
| | | placeholder="请输入单据号检索" |
| | | placeholder="请输入统一编号" |
| | | v-model="queryParam.num" |
| | | ></a-input> |
| | | </a-form-item> |
| | |
| | | }, |
| | | ], |
| | | url: { |
| | | list: "/eam/equipment/getEquipmentList", |
| | | list: "/eam/equipment/getEquipmentTZList", |
| | | }, |
| | | } |
| | | }, |
| | |
| | | list() { |
| | | this.selectedRowKeys = []; |
| | | this.selectedRowRecord = []; |
| | | this.queryParam.equipmentStatus = "1" |
| | | // this.queryParam.equipmentStatus = "1" |
| | | this.visible = true; |
| | | this.loadData(1); |
| | | }, |
| | |
| | | onSelectChange(selectedRowKeys, selectedRows) { |
| | | this.selectedRowKeys = selectedRowKeys; |
| | | this.selectedRowRecord = selectedRows[0]; |
| | | this.handleOk() |
| | | }, |
| | | close() { |
| | | this.queryParam = {}; |
| | |
| | | this.ipagination.current = 1 |
| | | } |
| | | this.onClearSelected() |
| | | this.queryParam.equipmentStatus = '1'; |
| | | // this.queryParam.equipmentStatus = '1'; |
| | | var params = this.getQueryParams()//查询条件 |
| | | this.loading = true |
| | | getAction(this.url.list, params).then((res) => { |
| | |
| | | height: 90% !important; |
| | | overflow-y: hidden; |
| | | } |
| | | .notshow { |
| | | .notshow { |
| | | display: none; |
| | | } |
| | | |
| | |
| | | .dataUnKnow { |
| | | color: #1890ff; |
| | | } |
| | | .frozenRowClass { |
| | | .frozenRowClass { |
| | | color: #c9c9c9; |
| | | } |
| | | </style> |