dev
张同海 2 years ago
parent b4fef96dc1
commit 586a422f38

@ -119,12 +119,12 @@ export default {
return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
},
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbCtn({ name: data }).then(res => {
commondbCtn({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -121,12 +121,12 @@ export default {
return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
},
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbCtn({ name: data }).then(res => {
commondbCtn({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -119,12 +119,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbFrt({ name: data }).then(res => {
commondbFrt({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -121,12 +121,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbFrt({ name: data }).then(res => {
commondbFrt({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -123,12 +123,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbPackage({ name: data }).then(res => {
commondbPackage({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -125,12 +125,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbPackage({ name: data }).then(res => {
commondbPackage({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -123,12 +123,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbPortlist({ name: data }).then(res => {
commondbPortlist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -125,12 +125,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbPortlist({ name: data }).then(res => {
commondbPortlist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -123,12 +123,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbPortloadlist({ name: data }).then(res => {
commondbPortloadlist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -125,12 +125,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbPortloadlist({ name: data }).then(res => {
commondbPortloadlist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -123,12 +123,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbService({ name: data }).then(res => {
commondbService({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -125,12 +125,12 @@ export default {
mounted() {},
methods: {
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},
handleSearch(data) {
commondbService({ name: data }).then(res => {
commondbService({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -92,7 +92,7 @@ export default {
mounted() {},
methods: {
handleSearch(data) {
commondbVessellist({ name: data }).then(res => {
commondbVessellist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -94,7 +94,7 @@ export default {
mounted() {},
methods: {
handleSearch(data) {
commondbVessellist({ name: data }).then(res => {
commondbVessellist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -103,7 +103,7 @@ export default {
return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
},
handleSearch(data) {
commondbYardlist({ name: data }).then(res => {
commondbYardlist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -105,7 +105,7 @@ export default {
return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
},
handleSearch(data) {
commondbYardlist({ name: data }).then(res => {
commondbYardlist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -206,7 +206,7 @@ export default {
})
},
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},

@ -206,7 +206,7 @@ export default {
})
},
CarrierHandleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.carrierCodeData = res.data
})
},

@ -103,7 +103,7 @@ export default {
mounted() {},
methods: {
handleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

@ -105,7 +105,7 @@ export default {
mounted() {},
methods: {
handleSearch(data) {
commondbCarrierlist({ cnName: data }).then(res => {
commondbCarrierlist({ KeyWord: data }).then(res => {
this.CodeData = res.data
console.log(this.CodeData)
})

Loading…
Cancel
Save