From 1bdf1c1ef2ad11b31f10cd21d71b575c7b4a72c4 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期五, 10 十一月 2023 19:47:39 +0800 Subject: [PATCH] modified: src/views/basic/param/index.vue --- src/views/basic/workstation/workstation-form.vue | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/views/basic/workstation/workstation-form.vue b/src/views/basic/workstation/workstation-form.vue index 3b09630..3f76bf0 100644 --- a/src/views/basic/workstation/workstation-form.vue +++ b/src/views/basic/workstation/workstation-form.vue @@ -64,7 +64,7 @@ </el-select> </el-form-item> <el-form-item label="宸ュ巶" prop="factoryId"> - <el-select + <el-select v-model="dataForm.factoryId" placeholder="宸ュ巶" filterable @@ -87,12 +87,12 @@ </el-col> </el-form> </el-row> - <el-row> + <el-row style="width: 100%;"> <el-tabs type="card" v-model="activeTabName" ref="tabs" - style="height: 400px" + style="height: 400px;width: 100%;" > <el-tab-pane label="璁惧" name="equip"> <el-transfer @@ -160,7 +160,7 @@ > </el-transfer> </el-tab-pane> - <el-tab-pane label="妫�楠屽緟澶勭悊搴撲綅" name="pending"> + <!-- <el-tab-pane label="妫�楠屽緟澶勭悊搴撲綅" name="pending"> <el-transfer filterable v-model="pendingLocationIds" @@ -181,7 +181,7 @@ @change="handleProductInspectionLocation" > </el-transfer> - </el-tab-pane> + </el-tab-pane> --> <el-tab-pane label="浜哄伐妯℃澘" name="handyman"> <el-transfer filterable @@ -221,7 +221,7 @@ workstationNo: '', name: '', type: '', - factoryId: 0, + factoryId: '', remark: '', artificialType: '', workCenter: '', @@ -296,6 +296,7 @@ 'dataForm.factoryId': { handler(newValue, oldValue) { if (!this.dataForm.id) { + console.log(1); if (newValue) { this.workstationFactory.factoryId = this.dataForm.factoryId getEquipmentByFactoryId(this.workstationFactory).then( @@ -592,3 +593,6 @@ } } </script> +<style scoped> + +</style> -- Gitblit v1.9.3