From 0e874c55fc47b4f2d0a35dce983c5636a3f4b748 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期五, 26 一月 2024 14:20:36 +0800 Subject: [PATCH] 工艺配方子表修改 --- jcdm-ui/src/views/main/bs/orderScheduling/index.vue | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue index c3ff07b..97cf8d4 100644 --- a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue +++ b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue @@ -145,6 +145,15 @@ v-hasPermi="['bs:orderScheduling:export']" >瀵煎嚭</el-button> </el-col> + <el-col :span="1.5"> + <el-button + type="warning" + plain + icon="el-icon-close" + size="mini" + @click="handleClose" + >鍏抽棴</el-button> + </el-col> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> </el-row> @@ -606,6 +615,11 @@ this.download('bs/orderScheduling/export', { ...this.queryParams }, `orderScheduling_${new Date().getTime()}.xlsx`) + }, + /** 杩斿洖鎸夐挳鎿嶄綔 */ + handleClose() { + const obj = { path: "/main/om/productionOrde" }; + this.$tab.closeOpenPage(obj); } } }; -- Gitblit v1.9.3