VIEW PRODUCT CATEGORIES

14k Yellow Gold Vintage Baume Mercier watch 51.7g

SKU: 111875 Categories: ,

$2,950.00

Out of stock

Vintage ladies Baume&Mercier wristwatch/bracelet in 14k yellow gold. Stamped 14k and weighs 48 grams without the movement. The watch movement is a Baume&Mercier Swiss 17 jewel manual wind. Keeps decent time(two minutes slow) but not as accurate as a modern quartz mechanism. Wind it twice a day about 8 turns, but never wind tight. The watch dial has a gold flip cover so the watch can be worn as a bracelet. The band has a brushed finish. Fits a 6 1/2 inch wrist. Excellent condition.

Additional information

Band Color

Yellow Gold

Band Material

14k Yellow Gold

Band/Strap

Flex

Brand

Baume & Mercier

Case Color

Yellow Gold

Case Finish

Polished

Case Material

14k Yellow Gold

Caseback

Snap

Country/Region of Manufacture

Customized

No

Department

Women

Dial Color

Off-White

Dial Style

12-Hour Dial, Non-Numeric Hour Marks

Display

Analog

Gender

Women's

Movement

Mechanical (Hand-winding)

Number of Jewels

17 Jewels

With Original Packaging

No

Shape

Rectangle

Style

Dress/Formal

Type

Vintage

Yes

With Manual/Booklet

No

With Service Records

No

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });