Ben Lin
2024-06-18 9dfa701454d6a94690bad39dbb0e38f2a0b31489
src/views/tigerprojects/wms/warehousemodel/WareHouseTree.vue
@@ -88,7 +88,7 @@
        fetch();
      }
      async function getRightMenuList(node: any): ContextMenuItem[] {
      async function getRightMenuList(node: any): Promise<ContextMenuItem[]> {
        var name = node.houseType === 'Warehouse' ? t('新增储区') : t('新增货架');
        if (node.houseType === 'Shelf') {