| | |
| | | </ul> |
| | | <div> |
| | | <lims-table :tableData="tableData" :column="column" |
| | | @pagination="pagination" height="500px" key="tableData" |
| | | @pagination="pagination" :height="500" key="tableData" |
| | | :page="page" :tableLoading="tableLoading"></lims-table> |
| | | </div> |
| | | </el-dialog> |
| | |
| | | this.getRetestResult(row); |
| | | }, |
| | | disabled: (row, index) => { |
| | | return row.insResult!==0 |
| | | return row.insResult!=0 |
| | | } |
| | | }, |
| | | ] |
| | |
| | | this.entity.id = this.dataLookInfo.quarterOrderId |
| | | } |
| | | this.tableLoading = true |
| | | const params = {...this.entity} |
| | | const params = {...this.entity, ...this.page} |
| | | selectSampleAndProductByOrderId(params).then(res => { |
| | | this.tableLoading = false |
| | | if (res.code === 200) { |