Browse Source

change: indent导出计价pdf.允许自输入地址.

peter 1 month ago
parent
commit
f6170d9035

+ 1 - 0
src/pages/indent-manage/indent/components/exportForm.vue

@@ -31,6 +31,7 @@
           <el-select
             v-model="form.pdf_city"
             filterable
+            allow-create
           >
             <el-option
               v-for="item in cityList"

+ 1 - 1
src/pages/indent-manage/indent/components/exportQuota.vue

@@ -142,7 +142,7 @@
       </div> -->
 
       <div class="pb-2">
-        Freight to {{ city_short[city] }} is included.Price based on exchange
+        Freight to {{ city_short[city] || city }} is included.Price based on exchange
         rate of {{ exportForm.exchange }}. Price is only valid for
         {{ exportForm.days }} days.
       </div>