给采购入库单据增加回车快捷跳转
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user