diff --git a/pages/Material/kzj-inout-store.vue b/pages/Material/kzj-inout-store.vue
index 6ab8572..0023e26 100644
--- a/pages/Material/kzj-inout-store.vue
+++ b/pages/Material/kzj-inout-store.vue
@@ -24,14 +24,6 @@
/>
-
-
- 载具类型
-
-
-
-
-
@@ -46,7 +38,6 @@
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
import {bindEmptyVehicle, unBindEmptyVehicle} from '@/utils/getData1.js'
- import {queryVehicleType} from '@/utils/getData2.js'
export default {
components: {
NavBar,
@@ -58,7 +49,6 @@
val1: '',
val2: '',
options: [],
- index: '2',
disabled: false
};
},
@@ -66,28 +56,11 @@
this.title = options.title
},
created () {
- this._queryVehicleType()
},
methods: {
- async _queryVehicleType () {
- try {
- let res = await queryVehicleType()
- if (res) {
- this.options = res.data
- } else {
- this.options = []
- }
- } catch (e) {
- this.options = []
- }
- },
- selectChange (e) {
- this.index = e
- },
clearUp () {
this.val1 = ''
this.val2 = ''
- this.index = ''
this.disabled = false
},
async _bindEmptyVehicle () {