Browse Source

欧冶库入库修改

xiaosonghong 3 weeks ago
parent
commit
651db3a460
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/SIDEWMS/components/oYeInbound.vue

+ 5 - 1
src/views/SIDEWMS/components/oYeInbound.vue

@@ -154,7 +154,8 @@ export default {
       ],
       ],
       queryMap: {},
       queryMap: {},
       tableData: [],
       tableData: [],
-      tableTop: []
+      tableTop: [],
+      selectedRowData: {}
     }
     }
   },
   },
   created() {
   created() {
@@ -271,6 +272,9 @@ export default {
     },
     },
     search() {
     search() {
       this.getRequestUrl()
       this.getRequestUrl()
+    },
+    radioChange(row) {
+      this.selectedRowData = row
     }
     }
   }
   }
 }
 }