From d6a9cc70d5fdedd9618849dd1e5d8fd7b41c6dc8 Mon Sep 17 00:00:00 2001 From: zhanghl <253316343@qq.com> Date: 星期二, 15 四月 2025 15:08:37 +0800 Subject: [PATCH] 重新组织文件结构 --- src/views/mainPlan/platePlan/index.vue | 131 +++++++++++++++++++++---------------------- 1 files changed, 65 insertions(+), 66 deletions(-) diff --git a/src/views/ApsPlatePlan/index.vue b/src/views/mainPlan/platePlan/index.vue similarity index 92% rename from src/views/ApsPlatePlan/index.vue rename to src/views/mainPlan/platePlan/index.vue index 79e9624..fa6e073 100644 --- a/src/views/ApsPlatePlan/index.vue +++ b/src/views/mainPlan/platePlan/index.vue @@ -199,11 +199,11 @@ </template> <script setup name="ApsPlatePlan"> -import { listPlan, examplePlan, confirmPart} from "@/api/mainPlan/apsPlatePlan"; -import { listProcessRoute } from "@/api/basicData/processRoute"; -import HxlhTable from '@/components/HxlhTable' +import { listPlan, examplePlan, confirmPart} from "@/api/mainPlan/apsPlatePlan.js"; +import { listProcessRoute } from "@/api/basicData/processRoute.js"; +import HxlhTable from '@/components/HxlhTable/index.vue' import { ref } from "vue"; -import { getToken } from "@/utils/auth"; +import { getToken } from "@/utils/auth.js"; import {ElMessage} from "element-plus"; const { proxy } = getCurrentInstance(); @@ -785,66 +785,66 @@ width: 150, align:"center", }, - // { - // title: '宸ュ簭搴忓彿', - // field: 'processNumber', - // width: 100, - // align:"center", - // }, - // { - // title: '宸ュ簭鍚嶇О', - // field: 'processName', - // width: 150, - // align:"center", - // }, - // { - // title: '宸ュ簭璁″垝寮�濮嬫棩鏈�', - // field: 'processPlanStartDay', - // width: 200, - // align:"center", - // }, - // { - // title: '宸ュ簭璁″垝缁撴潫鏃ユ湡', - // field: 'processPlanEndDay', - // width: 200, - // align:"center", - // }, - // { - // title: '鏈紑宸ユ暟閲�', - // field: 'notStartWorkCount', - // width: 90, - // align:"center", - // }, - // { - // title: '宸插畬鎴愭暟閲�', - // field: 'completedCount', - // width: 90, - // align:"center", - // }, - // { - // title: '搴熷純鏁伴噺', - // field: 'discardCount', - // width: 90, - // align:"center", - // }, - // { - // title: '鏍囧噯宸ユ椂', - // field: 'standardTime', - // width: 90, - // align:"center", - // }, - // { - // title: '宸ュ簭鎺掑簭', - // field: 'processOrder', - // width: 90, - // align:"center", - // }, - // { - // title: '闆嗘垚鏃ユ湡', - // field: 'integrationDay', - // width: 160, - // align:"center", - // } + { + title: '宸ュ簭搴忓彿', + field: 'processNumber', + width: 100, + align:"center", + }, + { + title: '宸ュ簭鍚嶇О', + field: 'processName', + width: 150, + align:"center", + }, + { + title: '宸ュ簭璁″垝寮�濮嬫棩鏈�', + field: 'processPlanStartDay', + width: 200, + align:"center", + }, + { + title: '宸ュ簭璁″垝缁撴潫鏃ユ湡', + field: 'processPlanEndDay', + width: 200, + align:"center", + }, + { + title: '鏈紑宸ユ暟閲�', + field: 'notStartWorkCount', + width: 90, + align:"center", + }, + { + title: '宸插畬鎴愭暟閲�', + field: 'completedCount', + width: 90, + align:"center", + }, + { + title: '搴熷純鏁伴噺', + field: 'discardCount', + width: 90, + align:"center", + }, + { + title: '鏍囧噯宸ユ椂', + field: 'standardTime', + width: 90, + align:"center", + }, + { + title: '宸ュ簭鎺掑簭', + field: 'processOrder', + width: 90, + align:"center", + }, + { + title: '闆嗘垚鏃ユ湡', + field: 'integrationDay', + width: 160, + align:"center", + } ] }) const expandConfig = ref({ @@ -852,8 +852,7 @@ loadMethod ({ row }) { debugger; // 璋冪敤鎺ュ彛 - return listProcessRoute({'documentNumber':row.documentNumber}).then(data => { - + return listProcessRoute({'workOrderNo':row.documentNumber}).then(data => { row.subList = data.rows; debugger; }) -- Gitblit v1.9.3