From 9441aa12b933f294287ac9a2a37953276c327d6b Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 18 一月 2024 17:29:48 +0800 Subject: [PATCH] 工序 --- src/views/basic/param/index.vue | 2 +- src/views/basic/workstation/workstation-form.vue | 2 +- src/views/technology/operation/operation-form.vue | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/basic/param/index.vue b/src/views/basic/param/index.vue index 3385fc9..7a5b4be 100644 --- a/src/views/basic/param/index.vue +++ b/src/views/basic/param/index.vue @@ -39,7 +39,7 @@ isShowQuery: false, uploadInfo: { // 鏄惁灞曠ず涓婁紶EXCEL浠ュ強瀵瑰簲鐨剈rl - isShow: false, + isShow: true, download:true, url: '/mes/param/upload' }, diff --git a/src/views/basic/workstation/workstation-form.vue b/src/views/basic/workstation/workstation-form.vue index 7ffc2aa..4d3d990 100644 --- a/src/views/basic/workstation/workstation-form.vue +++ b/src/views/basic/workstation/workstation-form.vue @@ -171,7 +171,7 @@ > </el-transfer> </el-tab-pane> --> - <el-tab-pane label="鎴愬搧寰呮搴撲綅" name="product"> + <el-tab-pane label="浜у搧寰呮搴撲綅" name="product"> <el-transfer filterable v-model="productInspectionLocationIds" diff --git a/src/views/technology/operation/operation-form.vue b/src/views/technology/operation/operation-form.vue index 85832ba..4b83510 100644 --- a/src/views/technology/operation/operation-form.vue +++ b/src/views/technology/operation/operation-form.vue @@ -380,6 +380,9 @@ name: [ { required: true, message: '宸ュ簭鍚嶇О涓嶈兘涓虹┖', trigger: 'blur' } ], + workCenter: [ + { required: true, message: '宸ヤ綔涓績涓嶈兘涓虹┖', trigger: 'blur' } + ], productionCounting: [ { required: true, message: '鏄惁鎶ュ伐涓嶈兘涓虹┖', trigger: 'blur' } ], -- Gitblit v1.9.3