Commit 183d2560 authored by 季圣华's avatar 季圣华
Browse files

给采购入库单据增加回车快捷跳转

parent 1e81a691
......@@ -324,9 +324,9 @@
let url = this.readOnly ? this.url.detailList : this.url.detailList;
this.requestSubTableData(url, params, this.materialTable);
}
this.$nextTick(() => {
setTimeout(function() {
autoJumpNextInput('purchaseInModal')
})
},100)
//复制新增单据-初始化单号和日期
if(this.action === 'copyAdd') {
this.model.id = ''
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment