diff --git a/src/views/mes/deviceledger/detail/editIndex.vue b/src/views/mes/deviceledger/detail/editIndex.vue new file mode 100644 index 00000000..00093e5e --- /dev/null +++ b/src/views/mes/deviceledger/detail/editIndex.vue @@ -0,0 +1,1001 @@ + + + + + diff --git a/src/views/mes/deviceledger/index.vue b/src/views/mes/deviceledger/index.vue index 78df14de..08912b42 100644 --- a/src/views/mes/deviceledger/index.vue +++ b/src/views/mes/deviceledger/index.vue @@ -219,7 +219,7 @@ {{ t('EquipmentManagement.EquipmentLedger.detail') }} - {{ t('EquipmentManagement.EquipmentLedger.edit') }} @@ -712,6 +712,9 @@ const handleDetail = (id: number) => { router.push({ name: 'MesDeviceLedgerDetail', params: { id } }) } +const handleEditDetail = (id: number) => { + router.push({name: 'MesDeviceLedgerEditDetail', params: {id } }) +} /** 查询列表 */ const getList = async () => { loading.value = true