From d892f98a6fc7bacca5c39c92f3f74ef2e81ba3f2 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期三, 27 十二月 2023 17:40:20 +0800 Subject: [PATCH] modified: src/views/warehouse/pallettransports/index.vue modified: vue.config.js --- src/views/technology/routing/routing-form.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/technology/routing/routing-form.vue b/src/views/technology/routing/routing-form.vue index 411b041..2f5c33a 100644 --- a/src/views/technology/routing/routing-form.vue +++ b/src/views/technology/routing/routing-form.vue @@ -62,7 +62,7 @@ </el-col> <el-col :span="6"> <el-form-item label="BOM" prop="bomId"> - <el-select style="width:100%" :disabled="dataForm.id != null" v-model="dataForm.bomId" placeholder="" filterable> + <el-select style="width:100%" v-model="dataForm.bomId" placeholder="" filterable> <el-option v-for="item in bomList" :key="item.id" @@ -659,8 +659,7 @@ typeOptions: [], paramTemplateSelArr: [], paramTemplateSelCol: 'operationTemplateNo', - // templateDefaultObj: { dataType: '鐢熶骇瑕佹眰' }, - templateDefaultObj: {}, + templateDefaultObj: { dataType: '鐢熶骇瑕佹眰' }, paramSelArr: [], paramSelCol: 'code', operationIndex: null, -- Gitblit v1.9.3