From 151fe973ecbfe95d2b8c6f4e2d305ba26173da75 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 18 三月 2025 17:04:01 +0800 Subject: [PATCH] 整理代码 --- src/views/business/inspectionTask/index.vue | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/src/views/business/inspectionTask/index.vue b/src/views/business/inspectionTask/index.vue index c1b6a22..b4cd338 100644 --- a/src/views/business/inspectionTask/index.vue +++ b/src/views/business/inspectionTask/index.vue @@ -91,7 +91,7 @@ </span> </el-dialog> <el-dialog :visible.sync="dataDialogVisible" title="鏁版嵁鏌ョ湅" width="80%"> - <div v-if="dataDialogVisible" style="height: 70vh; overflow-y: auto"> + <div v-if="dataDialogVisible" style="height: 74vh; overflow-y: auto"> <div> <el-form :model="entity" :inline="true"> <el-form-item label="妫�楠岄」" prop="outputWorkTime"> @@ -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", @@ -436,7 +436,7 @@ ], page: { total: 0, - size: 10, + size: 20, current: 0, }, tableLoading: false, @@ -535,7 +535,7 @@ ], lookPage: { total: 0, - size: 10, + size: 20, current: 0, }, lookTableLoading: false, @@ -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