|
|
|
@ -339,7 +339,6 @@
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
reserve-keyword
|
|
|
|
|
placeholder="请选择"
|
|
|
|
|
:remote-method="classifySearch"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
@change="classifyChange()"
|
|
|
|
|
>
|
|
|
|
@ -849,11 +848,13 @@ export default {
|
|
|
|
|
if (this.editQuery.basicPrductRemak8 != null) {
|
|
|
|
|
this.findHsflMethod(this.editQuery.basicPrductRemak8);
|
|
|
|
|
}
|
|
|
|
|
this.classifySearch()
|
|
|
|
|
this.classifySearch("")
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
classifyChange(){
|
|
|
|
|
this.editQuery.requireScanCode = this.classifyList.find(item => item.code == this.editQuery.flbm).requireScanCode;
|
|
|
|
|
this.classifyChange(this.editQuery.flbm)
|
|
|
|
|
let item = this.classifyList.find(item => item.code == this.editQuery.flbm)
|
|
|
|
|
if (item != null) this.editQuery.requireScanCode = item.requireScanCode;
|
|
|
|
|
},
|
|
|
|
|
classifySearch(key) {
|
|
|
|
|
let query = {
|
|
|
|
|