| | |
| | | </template> |
| | | |
| | | <script> |
| | | import ValueTable from "@/components/Table/value-table.vue"; |
| | | import UnPassRetestResult from "./unPassRetestResult.vue"; |
| | | import limsTable from "@/components/Table/lims-table.vue"; |
| | | import {getRetestResult, selectSampleAndProductByOrderId} from "@/api/business/rawMaterialOrder"; |
| | |
| | | export default { |
| | | name: "dataLookVisible", |
| | | // import 引入的组件需要注入到对象中才能使用 |
| | | components: {limsTable, UnPassRetestResult, ValueTable}, |
| | | components: {limsTable, UnPassRetestResult}, |
| | | props: { |
| | | dataDialogVisible: { |
| | | type: Boolean, |
| | |
| | | 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) { |