3 커밋 1cefe7380a ... 0f6b07e172

작성자 SHA1 메시지 날짜
  AmandaG 0f6b07e172 Merge branch 'dev' into dev_g 1 개월 전
  AmandaG b845fab4ce feat:添加tooltip 1 개월 전
  Jack Zhou 956eea9df7 Merge branch 'dev_g' of United_Software/k_online_ui into dev 1 개월 전
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/DestinationDelivery/src/components/CreateNewBooking/src/CreateNewbooking.vue

+ 3 - 1
src/views/DestinationDelivery/src/components/CreateNewBooking/src/CreateNewbooking.vue

@@ -932,7 +932,9 @@ onMounted(() => {
         </div>
         <div style="margin-left: 12px;">
           <div class="delivery_type_title">Delivery Reference</div>
-          <el-input v-model="DeliveryReference" class="delivery_reference"></el-input>
+          <el-tooltip class="item" effect="dark" content="Reference to be quoted on arrival at the Warehouse/DC" placement="bottom">
+            <el-input v-model="DeliveryReference" class="delivery_reference"></el-input>
+          </el-tooltip>
         </div>
       </div>
       <div class="delivery_type_title">Special Requirements</div>