From 3687c005dd1a24180e006c04739876870cc8019c Mon Sep 17 00:00:00 2001 From: zhanghl <253316343@qq.com> Date: 星期四, 24 四月 2025 15:06:54 +0800 Subject: [PATCH] 调整钣金计划大表 --- src/views/mainPlan/platePlanList/index.vue | 43 ++++++++++++++++++++----------------------- 1 files changed, 20 insertions(+), 23 deletions(-) diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue index 1986cb3..8b26c08 100644 --- a/src/views/mainPlan/platePlanList/index.vue +++ b/src/views/mainPlan/platePlanList/index.vue @@ -39,7 +39,7 @@ plain icon="Download" @click="handleExport" - v-hasPermi="['apsPlateProcessStat:export']" + v-hasPermi="['plateProcessShopStat:export']" >瀵煎嚭</el-button > </el-col> @@ -164,66 +164,67 @@ { title: "涓氬姟绫诲瀷", field: "businessType", + width: 150, }, { title: "鍗曟嵁鍙�", field: "documentNumber", - width: 100, + width: 200, }, { title: "褰撳墠宸ュ簭鍙�", field: "currentProcessNumberTxt", - width: 100, + width: 150, }, { title: "闇�姹傚垎绫�", field: "requirementType", - width: 80, + width: 100, }, { title: "鍗曟嵁鐘舵��", field: "documentStatus", - width: 80, + width: 100, }, { title: "褰撳墠宸ュ簭", field: "workCenter", - width: 80, + width: 200, }, { title: "璁″垝寮�宸ユ棩", field: "processPlanStartDaytxt", - width: 140, + width: 200, type: "html", }, { title: "鏂欏彿", field: "itemNumber", - width: 140, + width: 150, type: "html", }, { title: "鍥惧彿", field: "drawingNo", - width: 120, + width: 150, // format: 'YYYY-MM-DD' }, { title: "鐗堟湰鍙�", field: "versionNumber", - width: 140, + width: 100, type: "html", }, { title: "鐢熶骇鏁伴噺", field: "productionQuantity", - width: 140, + width: 100, type: "html", }, { title: "璁″垝瀹屽伐鏃�", field: "planEndDay", - width: 140, + width: 150, format: "YYYY-MM-DD hh:mm:ss", }, ]); @@ -369,18 +370,14 @@ } /** 瀵煎嚭鎸夐挳鎿嶄綔 */ function handleExport() { - proxy.download( - "/aps/plateProcessShopStat/export", - // { - // ...queryParams.value, - // }, - `aps_plate_process_stat_${new Date().getTime()}.xlsx` - ); -} + proxy.download('aps/plateProcessShopStat/export', { -onMounted(async () => { - getList(); -}); + }, `plate_workshop_stat_${new Date().getTime()}.xlsx`) +} +getList(); +// onMounted(async () => { +// +// }); </script> <style lang="scss" scoped> ::v-deep(.mytable-style.vxe-table .vxe-body--row.row-green) { -- Gitblit v1.9.3