caojunjie před 4 roky
rodič
revize
b7f175ea04

+ 1 - 1
src/router/index.js

@@ -49,7 +49,7 @@ export default new Router({
       }
     },{
       path: '/contractPlacing/index',
-      name: '/contractPlacing/index',
+      name: 'contractPlacing',
       component: () => import('../views/contractPlacing/index'),
       meta: {
         keepAlive: true,

+ 7 - 4
src/views/contractPlacing/index.vue

@@ -172,7 +172,7 @@
                      :disabled="!form.fLoadportid || !form.fDestportid">查看船期
           </el-button>
         </div>
-        <span style="color:red;display: block;margin-bottom: -40px;">{{estimaTe.pidName}}</span>
+        <span style="color:red;display: block;margin-bottom: -40px;">{{estimaTe.pidName}}&nbsp;&nbsp;&nbsp;{{estimaTe.fNo}}</span>
         <!--        步骤条-->
         <div style="width: 100%;" v-if="!estimaTe">
           <div style="width: 80%;margin: 0 auto;padding-bottom: 10px">
@@ -197,14 +197,14 @@
                 <p>{{ estimaTe.fEtd }}</p>
               </div>
             </div>
-            <div>
+            <div v-if="!estimaTe.portoftransshipmentName">
               <p>{{ estimaTe.portoftransshipmentName }}</p>
-              <div>
+              <!-- <div>
                 <p>预计抵港</p>
                 <p>2022-03-24</p>
                 <p>预计开航</p>
                 <p>2022-03-24</p>
-              </div>
+              </div> -->
             </div>
             <div>
               <p>{{ estimaTe.portofdischargeidName }}</p>
@@ -616,6 +616,9 @@
         <el-table-column
           prop="pidName"
           label="船名航次">
+          <template slot-scope="scope">
+                  {{scope.row.pidName}}&nbsp;&nbsp;&nbsp;{{scope.row.fNo}}
+                </template>
         </el-table-column>
         <el-table-column
           prop="twenty"

+ 3 - 1
src/views/inquiryAndOrder/index.vue

@@ -119,7 +119,6 @@
             v-model="portToPort.fDistinationid"
             filterable
             remote
-            @change=""
             style="width: 100%;"
             class="elSelect"
             placeholder="请输入模糊查找目的港口"
@@ -297,6 +296,9 @@
               <el-table-column
                 prop="pidName"
                 label="船名航次">
+                <template slot-scope="scope">
+                  {{scope.row.pidName}}&nbsp;&nbsp;&nbsp;{{scope.row.fNo}}
+                </template>
               </el-table-column>
               <el-table-column
                 prop="twenty"