Sfoglia il codice sorgente

陆运添加消息提醒

caojunjie 3 anni fa
parent
commit
ff8bc7c619

+ 3 - 0
src/views/landTransportation/dispatchingCars/index.vue

@@ -250,6 +250,9 @@ export default {
     if (this.$route.query.orderId){
       this.rowCell({id:this.$route.query.orderId},0)
     }
+    if (this.$route.query.params){
+      this.rowCell({id:this.$route.query.params},0)
+    }
   },
   async created() {
     this.option = await this.getColumnData(this.getColumnName(86), this.optionList);

+ 1 - 1
src/views/landTransportation/placeAnOrder/detailPage.vue

@@ -181,7 +181,7 @@
     </basic-container>
     <containerTitle title="其他信息"></containerTitle>
     <basic-container :showBtn="true" ref="other">
-      <avue-form :option="goodsOptionFormTwo" ref="goodsForm" v-model="goodsForm">
+      <avue-form :option="goodsOptionFormTwo" v-model="goodsForm">
         <template slot-scope="scope" slot="corpId">
           <crop-select
               :disabled="goodsForm.status === 1"

+ 5 - 0
src/views/landTransportation/placeAnOrder/index.vue

@@ -307,6 +307,11 @@ export default {
       }
     }
   },
+  activated() {
+    if (this.$route.query.params){
+      this.rowCell({id:this.$route.query.params},0)
+    }
+  },
   async created() {
     this.option = await this.getColumnData(this.getColumnName(85), this.optionList);
     let i = 0;