Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
183d2560
Commit
183d2560
authored
Nov 01, 2021
by
季圣华
Browse files
给采购入库单据增加回车快捷跳转
parent
1e81a691
Changes
1
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/PurchaseInModal.vue
View file @
183d2560
...
@@ -324,9 +324,9 @@
...
@@ -324,9 +324,9 @@
let
url
=
this
.
readOnly
?
this
.
url
.
detailList
:
this
.
url
.
detailList
;
let
url
=
this
.
readOnly
?
this
.
url
.
detailList
:
this
.
url
.
detailList
;
this
.
requestSubTableData
(
url
,
params
,
this
.
materialTable
);
this
.
requestSubTableData
(
url
,
params
,
this
.
materialTable
);
}
}
this
.
$nextTick
(()
=>
{
setTimeout
(
function
()
{
autoJumpNextInput
(
'
purchaseInModal
'
)
autoJumpNextInput
(
'
purchaseInModal
'
)
})
}
,
100
)
//复制新增单据-初始化单号和日期
//复制新增单据-初始化单号和日期
if
(
this
.
action
===
'
copyAdd
'
)
{
if
(
this
.
action
===
'
copyAdd
'
)
{
this
.
model
.
id
=
''
this
.
model
.
id
=
''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment