优化单据中商品条码的模糊匹配

This commit is contained in:
季圣华
2023-03-23 01:24:32 +08:00
parent 3467845ddf
commit 6d93c05f92

View File

@@ -73,7 +73,11 @@
}, },
methods: { methods: {
initComp(name) { initComp(name) {
this.names = name?name:'输入条码或名称' if(this.kind === 'material') {
this.names = name?name:'输入条码或名称'
} else {
this.names = name
}
}, },
onSearch() { onSearch() {
this.$refs.selectModal.showModal() this.$refs.selectModal.showModal()