From 15d62c82d29d8fcca20923f1a90011b759b13d2b Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 02 四月 2025 16:53:45 +0800 Subject: [PATCH] 成品下单、检验任务-查询显示优化 --- src/views/business/inspectionTask/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/business/inspectionTask/index.vue b/src/views/business/inspectionTask/index.vue index ea4bfe9..ad643f9 100644 --- a/src/views/business/inspectionTask/index.vue +++ b/src/views/business/inspectionTask/index.vue @@ -19,7 +19,7 @@ </el-form-item> </el-form> </div> - <div class="center"> + <div class="center" v-loading="tableLoading"> <div class="center-options"> <div style="display: flex; align-items: center"> <span style="font-size: 14px">璇曢獙瀹ょ绫�:</span> @@ -38,7 +38,7 @@ <span>{{ page.total }}</span> </div> </div> - <lims-table :tableData="tableData" :column="column" :page="page" :tableLoading="tableLoading" + <lims-table :tableData="tableData" :column="column" :page="page" :rowClassName="rowClassName" :height="'calc(100vh - 300px)'" @pagination="pagination" key="tableData0"> <div slot="action" slot-scope="scope"> @@ -735,7 +735,7 @@ case 0: // 鍘熸潗鏂� this.$router.push({ - path: "/materialOrder/customsInspection", query: { + path: "/materialOrder/customsInspectionView", query: { customsInspection: row, active: this.activeFace, currentId: this.currentId, @@ -756,7 +756,7 @@ case 1: // 閾滄潗 this.$router.push({ - path: "/materialOrder/copperOrder", query: { + path: "/materialOrder/CopperView", query: { active: this.activeFace, currentId: this.currentId } -- Gitblit v1.9.3