Просмотр исходного кода

修改快递单号导入按钮名称

Qukatie 3 недель назад
Родитель
Сommit
8754c724d8

+ 1 - 1
src/views/iosBasicData/SeafreightExportF/bills/assembly/customsInformation.vue

@@ -2,7 +2,7 @@
   <div>
     <div style="display: flex;justify-content: flex-end;">
       <el-button type="primary" size="small" @click="extract">提取提单信息</el-button>
-      <el-button type="success" size="small" @click="submit">提交</el-button>
+      <!-- <el-button type="success" size="small" @click="submit">提交</el-button> -->
     </div>
     <trade-card title="发货人信息">
       <avue-form :option="optionForm" v-model="form.detail" ref="form"></avue-form>

+ 10 - 10
src/views/iosBasicData/financialManagement/PaymentApplication/detailsPage.vue

@@ -184,8 +184,8 @@
                     <el-button type="warning" size="small" @click="outExport">
                       导出
                     </el-button>
-                    <el-button type="success" size="small" @click="allClick('导入快递单号')">
-                      导入快递单号
+                    <el-button type="success" size="small" @click="allClick('导入')">
+                      导入
                     </el-button>
                     <span style="font-size:18px;font-weight:600;margin-left:10px;">
                       <span style="color: #67C23A;margin-right: 10px;"> 应收本币:{{ sumDRMB.toFixed(2) }}元 </span>
@@ -693,13 +693,6 @@ export default {
             overHidden: true
           },
           {
-            label: "快递单号",
-            prop: "trackingNumber",
-            width: 100,
-            search: true,
-            overHidden: true
-          },
-          {
             label: "MB/L NO",
             prop: "mblno",
             width: 100,
@@ -858,6 +851,13 @@ export default {
             search: true
           },
           {
+            label: "快递单号",
+            prop: "trackingNumber",
+            width: 100,
+            search: true,
+            overHidden: true
+          },
+          {
             label: "备注",
             prop: "remarks",
             width: 120,
@@ -1265,7 +1265,7 @@ export default {
             });
         });
       }
-      if (name == "导入快递单号") {
+      if (name == "导入") {
         this.excelBox = true;
       }
     },

+ 10 - 10
src/views/iosBasicData/financialManagement/finstlbills/detailsPage.vue

@@ -134,8 +134,8 @@
                     <el-button type="warning" size="small" @click="outExport">
                       导出
                     </el-button>
-                    <el-button type="success" size="small" @click="allClick('导入快递单号')">
-                      导入快递单号
+                    <el-button type="success" size="small" @click="allClick('导入')">
+                      导入
                     </el-button>
                     <span style="font-size:18px;font-weight:600;margin-left:10px;">
                       <span style="color: #67C23A;margin-right: 10px;"> 应收本币:{{ sumDRMB.toFixed(2) }}元 </span>
@@ -611,13 +611,6 @@ export default {
             overHidden: true
           },
           {
-            label: "快递单号",
-            prop: "trackingNumber",
-            width: 100,
-            search: true,
-            overHidden: true
-          },
-          {
             label: "MB/L NO",
             prop: "mblno",
             width: 100,
@@ -755,6 +748,13 @@ export default {
             search: true
           },
           {
+            label: "快递单号",
+            prop: "trackingNumber",
+            width: 100,
+            search: true,
+            overHidden: true
+          },
+          {
             label: "订舱代理",
             prop: "bookingAgentCnName",
             width: 120,
@@ -1202,7 +1202,7 @@ export default {
           });
         });
       }
-      if (name == "导入快递单号") {
+      if (name == "导入") {
         this.excelBox = true;
       }
     },