From 4d5d871dd1cdc90cd1d913a0c696b7662b9d17e0 Mon Sep 17 00:00:00 2001 From: houshuai <17802598606@163.com> Date: 星期一, 30 六月 2025 17:12:36 +0800 Subject: [PATCH] 线边库基本页面搭建 --- src/views/lsw/modules/LswMaterialInventoryModal.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/mdc/base/modules/EquipmentTypeList/MdcEquipmentTypeModal.vue b/src/views/lsw/modules/LswMaterialInventoryModal.vue similarity index 77% copy from src/views/mdc/base/modules/EquipmentTypeList/MdcEquipmentTypeModal.vue copy to src/views/lsw/modules/LswMaterialInventoryModal.vue index 588bc6b..5dc57c4 100644 --- a/src/views/mdc/base/modules/EquipmentTypeList/MdcEquipmentTypeModal.vue +++ b/src/views/lsw/modules/LswMaterialInventoryModal.vue @@ -8,22 +8,22 @@ :okButtonProps="{ class:{'jee-hidden': disableSubmit} }" @cancel="handleCancel" cancelText="鍏抽棴"> - <mdc-equipment-type-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></mdc-equipment-type-form> + <lsw-material-inventory-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></lsw-material-inventory-form> </j-modal> </template> <script> - import MdcEquipmentTypeForm from './MdcEquipmentTypeForm' + import LswMaterialInventoryForm from './LswMaterialInventoryForm' export default { - name: 'MdcEquipmentTypeModal', + name: 'LswMaterialInventoryModal', components: { - MdcEquipmentTypeForm + LswMaterialInventoryForm }, data () { return { title:'', - width:800, + width:896, visible: false, disableSubmit: false } -- Gitblit v1.9.3