From 5d13e90c9a149a977360f0bbf9ebdc9ebd17a5a8 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期日, 16 三月 2025 15:53:16 +0800 Subject: [PATCH] 成品下单-修改编号,和跳转详情 --- src/views/business/inspectionReview/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/business/inspectionReview/index.vue b/src/views/business/inspectionReview/index.vue index 66e90e9..2f7df2a 100644 --- a/src/views/business/inspectionReview/index.vue +++ b/src/views/business/inspectionReview/index.vue @@ -47,7 +47,6 @@ <script> import { getYearAndMonthAndDays } from "@/utils/date"; -// import ShowInfo from "../do/b1-material-ins-order/showInfo.vue"; import onlyoffice from "@/components/Onlyoffice/onlyoffice.vue"; import limsTable from "@/components/Table/lims-table.vue"; import { selectInsOrderPlanList, selectUserCondition } from "@/api/business/inspectionTask"; @@ -56,11 +55,11 @@ import filePreview from "@/components/Preview/filePreview.vue"; export default { + name: 'InspectionReview', components: { filePreview, onlyoffice, limsTable, - // ShowInfo, }, dicts: ["urgency_level", "inspection_task_state"], computed: { @@ -374,6 +373,7 @@ /* if (!row.tempUrlPdf) return this.$message.warning('鏂囦欢鏈笂浼�') this.currentInfo = row this.lookDialogVisible = true*/ + console.log(this.javaApi) this.currentInfo = row; let fileName = row.url let fileType = "docx" -- Gitblit v1.9.3