modified: src/components/view/finishedProductInspection.vue
modified: src/components/view/measurementManagement.vue
| | |
| | | }, |
| | | async getInspectionTableData() { |
| | | const {data:{row,total}} = await this.$axios.get(this.$api.url.finishedInsListPage,{params:{...this.pageParams,...this.searchData}}) |
| | | console.log(row) |
| | | this.inspectionTable = row |
| | | this.pageParams.total = total |
| | | }, |
| | |
| | | }, |
| | | key: 0, |
| | | measurePlanPageData: [], // 计量计划表格数据 |
| | | measureLedgerTotal: "", |
| | | measureLedgerTotal: 0, |
| | | measureLedgerPageData: [], // 计量台账表格数据 |
| | | measureLedgerPageTotal: "", |
| | | measureLedgerPageTotal: 0, |
| | | recordData: [], |
| | | measurePlanPage: { |
| | | pageNo: 1, |
| | |
| | | measureId: "" |
| | | }, |
| | | measureTop: {}, |
| | | measurePlanPageTotal: "", |
| | | measurePlanPageTotal: 0, |
| | | okOrNo: "", |
| | | deviceIdAndNameAndCode: [], |
| | | addFormDevice: { |