Browse Source

预托书详情页字段修改

jbb 2 years ago
parent
commit
5e019e92fa
1 changed files with 14 additions and 13 deletions
  1. 14 13
      src/views/pre-book/detailsPreBookDrawer.vue

+ 14 - 13
src/views/pre-book/detailsPreBookDrawer.vue

@@ -20,11 +20,11 @@
                 </a-form-model-item>
               </a-col>
 
-              <a-col :md="12" :sm="12">
+              <!-- <a-col :md="12" :sm="12">
                 <a-form-model-item label="外销发票号码" prop="exportInvoiceNo">
                   {{ preBookDetails.exportInvoiceNo }}
                 </a-form-model-item>
-              </a-col>
+              </a-col> -->
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="经营单位" prop="unitInOperation">
@@ -49,6 +49,17 @@
                   {{ preBookDetails.theFinalShippingDate }}
                 </a-form-model-item>
               </a-col>
+                <a-col :md="6" :sm="8">
+                <a-form-model-item label="贸易国别" prop="tradeCountry">
+                  {{ preBookDetails.tradeCountry }}
+                </a-form-model-item>
+              </a-col>
+
+              <a-col :md="6" :sm="8">
+                <a-form-model-item label="运抵国别" prop="arriveInCountry">
+                  {{ preBookDetails.arriveInCountry }}
+                </a-form-model-item>
+              </a-col>
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="收货人" prop="consignee">
@@ -74,17 +85,7 @@
                 </a-form-model-item>
               </a-col>
 
-              <a-col :md="6" :sm="8">
-                <a-form-model-item label="贸易国别" prop="tradeCountry">
-                  {{ preBookDetails.tradeCountry }}
-                </a-form-model-item>
-              </a-col>
-
-              <a-col :md="6" :sm="8">
-                <a-form-model-item label="运抵国别" prop="arriveInCountry">
-                  {{ preBookDetails.arriveInCountry }}
-                </a-form-model-item>
-              </a-col>
+            
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="出口口岸" prop="exportPort">
                   {{ preBookDetails.exportPort }}