将单据中商品的选择框改为可输入

This commit is contained in:
季圣华
2021-10-27 00:36:35 +08:00
parent 99422c7bd9
commit f517323f8b
2 changed files with 27 additions and 8 deletions

View File

@@ -215,8 +215,9 @@
this.scrollTrigger = {};
}
},
showModal() {
showModal(barCode) {
this.visible = true;
this.queryParam.q = barCode
this.loadData();
this.form.resetFields();
},