优化单据中商品条码的模糊匹配
This commit is contained in:
parent
3467845ddf
commit
6d93c05f92
@ -73,7 +73,11 @@
|
||||
},
|
||||
methods: {
|
||||
initComp(name) {
|
||||
this.names = name?name:'输入条码或名称'
|
||||
if(this.kind === 'material') {
|
||||
this.names = name?name:'输入条码或名称'
|
||||
} else {
|
||||
this.names = name
|
||||
}
|
||||
},
|
||||
onSearch() {
|
||||
this.$refs.selectModal.showModal()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user