From c6c595785847e5b49609a989973f46a20d51a362 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 19 三月 2025 11:01:55 +0800 Subject: [PATCH] 检验任务复核-上传文件报错 --- src/views/business/inspectionTask/index.vue | 22 ++++++++++------------ 1 files changed, 10 insertions(+), 12 deletions(-) diff --git a/src/views/business/inspectionTask/index.vue b/src/views/business/inspectionTask/index.vue index c7d6263..b4cd338 100644 --- a/src/views/business/inspectionTask/index.vue +++ b/src/views/business/inspectionTask/index.vue @@ -384,16 +384,16 @@ return (row.userName == null || row.insState == 3 || row.insState == 5) && this.checkPermi(['update:product:onPlan']) }, }, - { - name: "鏌ョ湅宸ユ椂", - type: "text", - clickFun: (row) => { - this.viewManHour(row); - }, - showHide: (row) => { - return this.checkPermi(['get:working:hours:byOrder']) - }, - }, + // { + // name: "鏌ョ湅宸ユ椂", + // type: "text", + // clickFun: (row) => { + // this.viewManHour(row); + // }, + // showHide: (row) => { + // return this.checkPermi(['get:working:hours:byOrder']) + // }, + // }, { name: "妫�楠�", type: "text", @@ -852,7 +852,6 @@ this.bindCurrentInfo = row; getBindingProductByProductId({ productId: row.insProductId }) .then((res) => { - // console.log(res) this.bindTableData = res.data; this.bindDialogVisible = true; }) @@ -865,7 +864,6 @@ productId: this.bindCurrentInfo.insProductId, }) .then((res) => { - // console.log(res) this.bindAddTableData = res.data; this.bindAddDialogVisible = true; }) -- Gitblit v1.9.3