Sfoglia il codice sorgente

feat: indent计价导出pdf. 底部增加图片链接.

peter 1 mese fa
parent
commit
de1ec02d93
1 ha cambiato i file con 25 aggiunte e 5 eliminazioni
  1. 25 5
      src/pages/indent-manage/indent/components/exportQuota.vue

+ 25 - 5
src/pages/indent-manage/indent/components/exportQuota.vue

@@ -141,7 +141,7 @@
         <div class="notes">{{ productInfo.notes }}</div>
       </div> -->
 
-      <div class="price-valid-info">
+      <div class="pb-2">
         Freight to {{ city_short[city] }} is included.Price based on exchange
         rate of {{ exportForm.exchange }}. Price is only valid for
         {{ exportForm.days }} days.
@@ -153,7 +153,31 @@
         class="background other-picture"
         :style="{ backgroundImage: `url(${item})` }"
       ></div>
+      <div class="w-[2px] h-[32px]"></div>
+      <div class="leading-5">
+        <a
+          :href="mainPicture"
+          class="break-all text-sky-700"
+        >
+          {{ mainPicture }}
+        </a>
+      </div>
+      <div class="mb-[12pt]">
+        <div
+          v-for="p in otherPicture"
+          :key="p"
+          class="leading-5"
+        >
+          <a
+            :href="p"
+            class="break-all text-sky-700"
+          >
+            {{ p }}
+          </a>
+        </div>
+      </div>
 
+      <div class="w-[2px] h-[8px]"></div>
       <div class="end-flag flex justify-center items-center">
         <div class="end-line"></div>
         <div class="end-text flex justify-center items-center">End</div>
@@ -427,10 +451,6 @@ $subColor: #777;
     width: 100%;
   }
 }
-.price-valid-info {
-  // margin-bottom: 12pt;
-  padding-bottom: 12pt;
-}
 .other-picture {
   display: inline-block;
   height: 150pt;